It's already uploaded. And not on Goo.im, check the last 10-15 posts and you'll know whereCan you reupload v007 so I can test it, goo.im gets me internal server error
It's already uploaded. And not on Goo.im, check the last 10-15 posts and you'll know whereCan you reupload v007 so I can test it, goo.im gets me internal server error
Guess like that is not problem any more as this kernel is working on latest Vanir nightlies with AnyKernel:It's already uploaded. And not on Goo.im, check the last 10-15 posts and you'll know where
ooh, its working now.. thanks for the help man:good:Really? This bug got reported like a thousand times! Use AnyKernel!
And search next time!
Sent from my 4X HD via XDA Premium
Hi laufer sorry for the OT i've heard that you are developing a kitkat rom for our 4x.... Could i be your first betatester?! XD or alphatesterYou are right, all zips really are gone
Will fix it ASAP
i see that you are new here, but search first, because questions like that have been answered too many timescan i install this kernel with stock 4.1.2 jb?
thanks, i've been in that thread before but wasnt sure about the methodology:good:i see that you are new here, but search first, because questions like that have been answered too many times
use any kernel version, because you can use that version on any rom you want
hit thanks of it helped youthanks, i've been in that thread before but wasnt sure about the methodology:good:
If you would have to account for all the differences in hardware the system size would be bigger than the S4 stock ROMs. Additionally, that's not how Linux works. It's specifically tailored to a certain hardware combination. So the amount of hacking required would make the ROM unbearably slow.I hope you will update the kernel too with your new release of 4.4. kitkat rom , any way i enjoyed all your tweaks in my phone and, may be a foolish question but i wonder why you developers can't make a os version which is capable of running on any device without making any difference. like windows 8 can run on older PC's
This feature was only useful on 600mhz single core first generation devices. We have a gig or ram, that's plenty, poor performance is due to poor architecture of tetra 3 not lack of ramHi, thank you for this fantastic kernel! ^_^
Could you implement SWAP, please?
Thanks for your quick response!This feature was only useful on 600mhz single core first generation devices. We have a gig or ram, that's plenty, poor performance is due to poor architecture of tetra 3 not lack of ram
Sent from my smart frying pan (Tegra 3)
Hmm I suppose its useful for multitasking, then again you can play with minfree values so apps aren't killed so aggressively. What ROM are you using? CM is far better at multitasking than stock will ever beThanks for your quick response!
Without swap, often applications are closed automatically ...
With Optimus Play kernel (that supports swap), when I type the command "free" on the terminal, swap use several hundreds of MB, and RAM has a few MB free...
The ROM is Vanir, CM based, but also with MokeeOS I had this problem...Hmm I suppose its useful for multitasking, then again you can play with minfree values so apps aren't killed so aggressively. What ROM are you using? CM is far better at multitasking than stock will ever be
Sent from my smart frying pan (Tegra 3)
You must multitask a lot because I had this problem with neither of these roms, only stockThe ROM is Vanir, CM based, but also with MokeeOS I had this problem...
I think that SWAP is foundamental, if it is implemented, it is possible to activate or deactivate it with Swapper2![]()
Why did you buy a 4 core device, if you don't need it? :silly:swap is useful for me, i had to compile everything just to enable swap![]()
btw, @laufersteppenwolf is it possible to disable 2 cores(before compiling), i only need 2 cores, this is for me personally, i don't need 4 cores but i have no idea how to disable the extra 2 cores.
Theres really no point TBH, Running as a dual core is less efficient than a quad core. E.g 4 cores running at 500mhz uses less power than a dual core running at 1ghz to complete the same task, if you disable 2 cores frequency scales more aggressively and uses more power.swap is useful for me, i had to compile everything just to enable swap![]()
btw, @laufersteppenwolf is it possible to disable 2 cores(before compiling), i only need 2 cores, this is for me personally, i don't need 4 cores but i have no idea how to disable the extra 2 cores.
because the phone was cheaper than other quad core phones, and i used to believe that quad core is a mustWhy did you buy a 4 core device, if you don't need it? :silly:
yup, that switched the 2 cores of, and yup it caused lags T.T too bad. i thought it won't make much differences.Theres really no point TBH, Running as a dual core is less efficient than a quad core. E.g 4 cores running at 500mhz uses less power than a dual core running at 1ghz to complete the same task, if you disable 2 cores frequency scales more aggressively and uses more power.
CPUquiet framework power-gates cores (shuts them completely off) until conditions are met that requires them to wake, this effectivly switches between 1x 2x 3x 4x based on load, more power efficient. Plus due to our the LP core on the tegra 3, by running 2 cores your device will most likely aggressively switch clusters back and forth from LP to G (low power cores to general cores) This process increases latency and therefore lag.
If you wanna try it out, look for this in the config CONFIG_NR_CPUS=4 and change it to CONFIG_NR_CPUS=2