mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: props: RIL for 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. Co-authored by: KARTHIK LAL <karthik.lal558@gmail.com> Change-Id: Iaad44323cc6aa11332a6d818cc2402929b7b15ae Signed-off-by: DarkAngelGR <asavvo01@gmail.com> Signed-off-by: ramshell688 <ramonzost68@gmail.com> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
db04371ae3
commit
15203b6761
|
@ -9,5 +9,16 @@ persist.dbg.volte_avail_ovr=1
|
||||||
persist.dbg.vt_avail_ovr=1
|
persist.dbg.vt_avail_ovr=1
|
||||||
persist.dbg.wfc_avail_ovr=1
|
persist.dbg.wfc_avail_ovr=1
|
||||||
|
|
||||||
|
# RIL 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.vendor.use_data_netmgrd=true
|
||||||
|
ro.vold.umsdirtyratio=20
|
||||||
|
power.saving.mode=1
|
||||||
|
|
||||||
# Zygote
|
# Zygote
|
||||||
zygote.critical_window.minute=10
|
zygote.critical_window.minute=10
|
||||||
|
|
Loading…
Reference in a new issue