mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 16:26:02 +00:00
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>
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
# Bluetooth
|
|
vendor.bluetooth.soc=cherokee
|
|
|
|
# Camera
|
|
vendor.camera.aux.packagelist=com.android.camera,org.lineageos.aperture,org.lineageos.aperture.dev
|
|
|
|
# CNE
|
|
persist.vendor.cne.feature=1
|
|
|
|
# Display
|
|
ro.surface_flinger.has_wide_color_display=true
|
|
|
|
# FUSE
|
|
persist.sys.fuse.passthrough.enable=true
|
|
|
|
# LMKD
|
|
ro.lmk.kill_heaviest_task=true
|
|
ro.lmk.kill_timeout_ms=15
|
|
|
|
# Media
|
|
media.aac_51_output_enabled=true
|
|
media.stagefright.enable-aac=true
|
|
media.stagefright.enable-fma2dp=true
|
|
media.stagefright.enable-http=true
|
|
media.stagefright.enable-player=true
|
|
media.stagefright.enable-qcp=true
|
|
media.stagefright.enable-scan=true
|
|
media.stagefright.thumbnail.prefer_hw_codecs=true
|
|
mmp.enable.3g2=true
|
|
persist.mm.enable.prefetch=true
|
|
|
|
# Radio
|
|
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 |