Battery saving tips and performance profiles

This rom has set cpu frequency to 999 MHz. . If you aren’t playing games too much,that’s good cpu frequency for you. If you will play games you must use my cpu control scripts included in rom. DON’T USE OTHER CPU CONTROL APPS.

About performance profiles:
This rom isn’t compatible with cpu control apps, but i created own easier cpu controller. You need only to type profile name in termianl or adb shell (remember about su). You can also set profile at boot. You can type profhelp for help about profiles.
Here is help output (profhelp):
Here is list of performance profiles that you can choose
If you want to select one of them type its name (remember about su before)
optimal (recomended) freq-999 MHz governor-sanjose io-sched-sio (internet, some games)
optimalb – the same as above, but also starts at boot
powersave freq-666 MHz governor-ondemand io-sched-sio (internet, textmessages)
powersaveb – the same as above, but also starts at boot
performance freq-1.1 GHz governor-sanjose io-sched-sio (much games etc.)
performanceb – the same as above, but also starts at boot
midperformance freq-1.2 GHz governor-hotplug io-sched-sio (almost all games)
midperformanceb – the same as above, but also starts at boot
maxperformance freq-1.3 GHz governor-hotplug io-sched-sio (games on high settings)
maxperformanceb – the same as above, but also starts at boot

Now about power saving. Check if your mobile operator supports fast dormancy. If yes you can skip this tutorial, but if not you can reduce battery drining. You must follow this steps:

  1. Open terminal emulator (on phone) or adb shell (on computer)
  2. Type:
    su
    # sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db
    update dcm_settings set fastdormancy=”0″ where numeric=”310410″;
    .quit
    # reboot
  3. Reboot phone
  4. For me it works!