What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[KERNEL] Kernel (deprimed_test) - Break It If You Can

haproot said:
Been trying to do pretty much the same thing, but it refuses to work properly, I reboot the phone and it just comes up to 600mhz. Trying to start at 1000mhz.

- sent via Tapatalk

You should be able to simply change 900000 to 1000000, go to cyanogenmod performance settings and set your desired speeds then check to boot option.
 
prime, what do you think about using both compcache and swapper2 at the same time? My compcache is filling up several times a day lately forcing me to reboot.
 
prime, what do you think about using both compcache and swapper2 at the same time? My compcache is filling up several times a day lately forcing me to reboot.

I do not like physical swap at all on android, tried it and in my opinion gingerbread is simply too aggressive at memory management, no matter the swappiness value.

What is your swappiness set @? If your using the deprimed winner00 integrated in his build it's likely 30 instead of my value of 7.

Code:
cat /proc/sys/vm/swappiness
 
prime, what do you think about using both compcache and swapper2 at the same time? My compcache is filling up several times a day lately forcing me to reboot.

I do not like physical swap at all on android, tried it and in my opinion gingerbread is simply too aggressive at memory management, no matter the swappiness value.

What is your swappiness set @? If your using the deprimed winner00 integrated in his build it's likely 30 instead of my value of 7.

Code:
cat /proc/sys/vm/swappiness

I ran that code and it is set at 7. I am not on winner's build. Any other values i should try?
 
You should be able to simply change 900000 to 1000000, go to cyanogenmod performance settings and set your desired speeds then check to boot option.

Aha I was missing the setting in cyanogenmod. That worked thank you!

Your kernel is awesome so far my droid has never run this good!

- sent via Tapatalk
 
for the record prime, as per the 3g drop issue over in the winner00 build thread, it's def NOT deprimed, I've had 3g drop out after a call with 4 diff kernels today, clearly whatever fix they implemented for most people broke it for me, as I never had 3g issues before they "fixed" it
 
You are likely confusing the slot/vsel numbers and placing them in the wrong order. Let me see your script and I will fix it up for you. Post it on pastebin, link me, I will fix it for you.

I guess that is what you wanted, lol. Had to create an account :) my effed off 20overclock - Pastebin.com

Code:
echo "6 250000" > /proc/overclock/freq_table
echo "1 250000000 28" > /proc/overclock/mpu_opps

echo "5 400000" > /proc/overclock/freq_table
echo "2 400000000 34" > /proc/overclock/mpu_opps

echo "4 550000" > /proc/overclock/freq_table
echo "3 550000000 38" > /proc/overclock/mpu_opps

echo "3 700000" > /proc/overclock/freq_table
echo "4 700000000 50" > /proc/overclock/mpu_opps

echo "2 850000" > /proc/overclock/freq_table
echo "5 850000000 58" > /proc/overclock/mpu_opps

echo "1 1000000" > /proc/overclock/freq_table
echo "6 1000000000 64" > /proc/overclock/mpu_opps

echo "68" > /proc/overclock/max_vsel
echo "1100000" > /proc/overclock/max_rate

I believe your script may have been correct but am not certain. Highlight this script, chrome to phone it to your clipboard, paste it into your 20overclock and reboot.
 
i tried setting my lowest slot to 185 mhz, but it's not letting me for some reason...
i edited the 20overclock script, and the 185 slot does show up in cpu settings, but when i choose it, back out of cpu settings, and then go back in, it shows 250 as being selected. hmm...
 
I used WordPad, copied it back from SDcard to init.d. will try something different in a minute, nothing is changing, except the file.
 
I used WordPad, copied it back from SDcard to init.d. will try something different in a minute, nothing is changing, except the file.

You can't use wordpad/notepad, use notepad+ or another Linux compatible windows text editor.
 
for the record prime, as per the 3g drop issue over in the winner00 build thread, it's def NOT deprimed, I've had 3g drop out after a call with 4 diff kernels today, clearly whatever fix they implemented for most people broke it for me, as I never had 3g issues before they "fixed" it

Thanks for letting me know.
 
I used WordPad, copied it back from SDcard to init.d. will try something different in a minute, nothing is changing, except the file.

You can't use wordpad/notepad, use notepad+ or another Linux compatible windows text editor.

Ok, thanks for that. Just installed Chrome, ChromeToPhone (addon and android app). Did as u said, same stuff. Gotta go to work now, will try more later, lol. Thanks again. :) Will report back.
 
Back
Top