sdm710-common: Add radio props to improve battery life
Changed “ro.ril.disable.power.collapse” value to zero. Seems to be a debate on what value is more effective but after more reading and testing found that a value of “0” shows more improvement. Have also added “ro.mot.eri.losalert.delay=1000 “ that helps smooth out disconnects and reconnects, saving battery. Changed “ro.ril.disable.power.collapse” value to zero. Co-authored by: KARTHIK LAL <karthik.lal558@gmail.com> Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: popoA3M <pratyayaborborah@gmail.com> Signed-off-by: EndCredits <endcredits@crepuscular-aosp.icu>
This commit is contained in:
parent
caf58ea362
commit
30b957083e
1 changed files with 11 additions and 1 deletions
12
system.prop
12
system.prop
|
@ -11,4 +11,14 @@ persist.device_config.mglru_native.lru_gen_config=all
|
|||
ro.hwui.render_ahead=20
|
||||
|
||||
# System Server
|
||||
arm64.memtag.process.system_server=off
|
||||
arm64.memtag.process.system_server=off
|
||||
|
||||
# Radio Powersaving
|
||||
persist.radio.add_power_save=1
|
||||
pm.sleep_mode=1
|
||||
ro.ril.disable.power.collapse=0
|
||||
ro.ril.fast.dormancy.rule=1
|
||||
ro.ril.fast.dormancy.timeout=3
|
||||
ro.mot.eri.losalert.delay=100
|
||||
ro.vold.umsdirtyratio=20
|
||||
power.saving.mode=1
|
Loading…
Reference in a new issue