mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 16:26:02 +00:00
sm6150-common: properties: 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> Change-Id: Ic86e75a637f67b753bbe4edbf9d081303473ae77 Signed-off-by: etylix <me@etylix.me> Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
12
system.prop
12
system.prop
@@ -33,8 +33,18 @@ persist.mm.enable.prefetch=true
|
||||
ril.subscription.types=RUIM
|
||||
persist.sys.radio.force_lte_ca=true
|
||||
|
||||
# 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
|
||||
|
||||
# Recovery
|
||||
ro.recovery.ui.margin_height=48
|
||||
|
||||
# WiFi
|
||||
wifi.interface=wlan0
|
||||
wifi.interface=wlan0
|
||||
Reference in New Issue
Block a user