View Single Post
Posts: 19 | Thanked: 20 times | Joined on Sep 2011
#3593
Originally Posted by thedead1440 View Post
Schturman,

One battery-killer you might want to add on to N9QTweak for people like me who prefer performance over battery life

By default the minimum cpufreq is 300Mhz so you can give an user the option to increase this to maybe 600Mhz or 800Mhz...It'll kill battery sooner but prevents the lags you get when swiping sometimes also makes the phone more responsive when waking from idle...I use open mode so I do the following; maybe you can test for normal mode users since you are reflashing?


For current min frequency:

Code:
# cat < /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
You'll get 300000


To change to 600000:

Code:
 echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
Result:

Code:
cat < /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

600000
Thanks!


hi thedead1440, i have a question. can i change to 450000 instead of 600000,? is there any danger doing these ?

thanks