kanaida
Android Expert
Hey pg, I've been digging into kernel guts and found a couple things. Maybe you could compile one more with a few adjustments for testing.
A) too many cpu steppings, it's smooth but not so nice to power. Eg. If I'm using the phone 1.2 is used the most, but rather than go directly to 300 or 600 it takes small steps down, letting lower power steps not be used as often as they could be.
B) try the noop io scheduler by default as it works best for flash memory, and uses less resources.
C) in /proc/sys I'm missing many things vs the stock ROM. If I can get those back it makes it very easy to write new apps that tweak stuff. For example reading or writing values like what the min and max cpu scaling values are, system stats etc..
A) too many cpu steppings, it's smooth but not so nice to power. Eg. If I'm using the phone 1.2 is used the most, but rather than go directly to 300 or 600 it takes small steps down, letting lower power steps not be used as often as they could be.
B) try the noop io scheduler by default as it works best for flash memory, and uses less resources.
C) in /proc/sys I'm missing many things vs the stock ROM. If I can get those back it makes it very easy to write new apps that tweak stuff. For example reading or writing values like what the min and max cpu scaling values are, system stats etc..



. since i was thinking of trying your version for twice.