To save power while phone is asleep
//在手机休眠时更省电
ro.ril.disable.power.collapse=1
To make the phone ring faster when dialing out...
//使电话拨出时更快接通
ro.telephony.call_ring.delay=1000
To make UI more responsive
//使界面反应更快
windowsmgr.max_events_per_sec=150
To save battery by decreasing the amount of time Wifi looks for an access point
//使WIFI在查找接入点时更省电
wifi.supplicant_scan_interval=150
**Now wifi will scan once every 1.5 minutes when not around a known location instead of once every minute which will save battery.**
//现在wifi将每隔1.5分钟查找一次接入点而不是每分钟查一次。当你在一个没有已知接入点的地方。(估计是,如果你开WIFI了,如果没有连接到接入点,查找接入点的时间间隔改成了一分半钟)
-------------------------------分割线 -------------------------------
二.优化ROM
Build.prop (编辑 /system/build.prop 文件(需要root, 可以用文件管理器或者其他root explorer)
如果build.prop里面有这些参数,只需要把数值更改