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!

[Tutorial]Sysctl and you, A guide to better preformance and battery life.

I've got a couple of suggestions, and Jrummy has some questions for you as far as all of this for his next release, can you PM it to me?
 
[UPDATED 2.8]


IMPORTANT: "after a day or two your device may start getting sluggish because the amount of RAM available to the applications continue to shrink to the point where they are starved for memory."

There's two solutions to this really, and they are very easy.

1. Reboot your phone when you wake up and take it off the charger in the morning.(easy)
2. Run this script in terminal emulator when you wake up in the morning:

sync; echo 3 > /proc/sys/vm/drop_caches

"Tells the system to drop all file system caches"

Now do we have t do this if we configure via the script? I thought the script does this automatically at 1am every morning? Am I wrong ?
 
Nope if you installed the .zip file you don't even have to do that.

my bad I misunderstood you. So with the script I can just use my hone like normal and not change my usage patterns


That is correct, the new busybox 1.80.0, has cron(a new feature in busybox) which is a schedualer that will flush the caches automatically for you each day at 1AM PST.
 
I've been having problems with the zip. I have set LCD density to 200 and when I reboot one time it loads in 200. Next reboot I'm asumming its reading 99imoseyon first and the LCD density is set to default. Please help.
 
Even if my phone is off? Or will it dump when I turn it on?
Nope if you installed the .zip file you don't even have to do that.

my bad I misunderstood you. So with the script I can just use my hone like normal and not change my usage patterns


That is correct, the new busybox 1.80.0, has cron(a new feature in busybox) which is a schedualer that will flush the caches automatically for you each day at 1AM PST.



Sent from my DROID2 using DroidForums App
 
I've been having problems with the zip. I have set LCD density to 200 and when I reboot one time it loads in 200. Next reboot I'm asumming its reading 99imoseyon first and the LCD density is set to default. Please help.

You should be able to change it in the build.prop manually. 99imoseyon doesn't change the lcd denstity every reboot, just initially on the install.
 
If I use the zip file in the op and install it on my phone, do I still need to go into liberty settings and enable systcl and make those changes? Or does the zip file take card of all that?

Sent from my DROID2 using DroidForums App
 
Even if my phone is off? Or will it dump when I turn it on?
my bad I misunderstood you. So with the script I can just use my hone like normal and not change my usage patterns


That is correct, the new busybox 1.80.0, has cron(a new feature in busybox) which is a schedualer that will flush the caches automatically for you each day at 1AM PST.



Sent from my DROID2 using DroidForums App

If you reboot your phone then your vm caches will be reset from the reboot anyways.
 
Back
Top