mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: Update props
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
d30bee22d1
commit
6d7f2fa9a7
|
@ -22,6 +22,9 @@ vendor.camera.tran.nums=1
|
||||||
# Charger
|
# Charger
|
||||||
ro.charger.enable_suspend=true
|
ro.charger.enable_suspend=true
|
||||||
|
|
||||||
|
# Cached app compaction
|
||||||
|
persist.device_config.activity_manager.use_compaction=true
|
||||||
|
|
||||||
# Dexopt
|
# Dexopt
|
||||||
dalvik.vm.dex2oat64.enabled=true
|
dalvik.vm.dex2oat64.enabled=true
|
||||||
pm.dexopt.install=speed-profile
|
pm.dexopt.install=speed-profile
|
||||||
|
@ -39,6 +42,9 @@ dalvik.vm.image-dex2oat-threads=6
|
||||||
# Disable blur on app launch
|
# Disable blur on app launch
|
||||||
ro.launcher.blur.appLaunch=1
|
ro.launcher.blur.appLaunch=1
|
||||||
|
|
||||||
|
# Disable mtk aggressive_dex2oat
|
||||||
|
pm.dexopt.aggressive_dex2oat.enable=false
|
||||||
|
|
||||||
# IMS
|
# IMS
|
||||||
persist.dbg.volte_avail_ovr=1
|
persist.dbg.volte_avail_ovr=1
|
||||||
persist.dbg.vt_avail_ovr=1
|
persist.dbg.vt_avail_ovr=1
|
||||||
|
@ -54,6 +60,10 @@ media.stagefright.thumbnail.prefer_hw_codecs=true
|
||||||
vendor.mtk_thumbnail_optimization=true
|
vendor.mtk_thumbnail_optimization=true
|
||||||
ro.vendor.mtk_flv_playback_support=1
|
ro.vendor.mtk_flv_playback_support=1
|
||||||
|
|
||||||
|
# Memory Optimization
|
||||||
|
ro.config.dha_cached_min=16
|
||||||
|
ro.config.dha_cached_max=32
|
||||||
|
|
||||||
# MTK vendor
|
# MTK vendor
|
||||||
ro.vendor.mtk_omacp_support=1
|
ro.vendor.mtk_omacp_support=1
|
||||||
ro.vendor.mtk_flv_playback_support=1
|
ro.vendor.mtk_flv_playback_support=1
|
||||||
|
@ -89,6 +99,14 @@ ro.vendor.use_data_netmgrd=true
|
||||||
ro.vold.umsdirtyratio=20
|
ro.vold.umsdirtyratio=20
|
||||||
power.saving.mode=1
|
power.saving.mode=1
|
||||||
|
|
||||||
|
# Thermal Management
|
||||||
|
ro.mtk_thermal_monitor.enabled=true
|
||||||
|
persist.thermal_config.mitigation=1
|
||||||
|
|
||||||
|
# Thermal Configuration
|
||||||
|
ro.config.thermal_limit=75
|
||||||
|
ro.config.thermal_dcs=40
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
ro.sys.usb.bicr=no
|
ro.sys.usb.bicr=no
|
||||||
ro.sys.usb.charging.only=yes
|
ro.sys.usb.charging.only=yes
|
||||||
|
|
|
@ -168,6 +168,9 @@ ro.surface_flinger.primary_display_orientation=ORIENTATION_0
|
||||||
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
||||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||||
|
|
||||||
|
# DRM
|
||||||
|
drm.service.enabled=true
|
||||||
|
|
||||||
# Gatekeeper
|
# Gatekeeper
|
||||||
ro.hardware.gatekeeper=trustonic
|
ro.hardware.gatekeeper=trustonic
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue