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!
# cat < /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
cat < /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 600000