mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: Update props
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
332aa29f3f
commit
d41ced68da
|
@ -22,6 +22,9 @@ vendor.camera.tran.nums=1
|
|||
# Charger
|
||||
ro.charger.enable_suspend=true
|
||||
|
||||
# Cached app compaction
|
||||
persist.device_config.activity_manager.use_compaction=true
|
||||
|
||||
# Dexopt
|
||||
dalvik.vm.dex2oat64.enabled=true
|
||||
pm.dexopt.install=speed-profile
|
||||
|
@ -39,6 +42,9 @@ dalvik.vm.image-dex2oat-threads=6
|
|||
# Disable blur on app launch
|
||||
ro.launcher.blur.appLaunch=1
|
||||
|
||||
# Disable mtk aggressive_dex2oat
|
||||
pm.dexopt.aggressive_dex2oat.enable=false
|
||||
|
||||
# IMS
|
||||
persist.dbg.volte_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
|
||||
ro.vendor.mtk_flv_playback_support=1
|
||||
|
||||
# Memory Optimization
|
||||
ro.config.dha_cached_min=16
|
||||
ro.config.dha_cached_max=32
|
||||
|
||||
# MTK vendor
|
||||
ro.vendor.mtk_omacp_support=1
|
||||
ro.vendor.mtk_flv_playback_support=1
|
||||
|
@ -89,6 +99,14 @@ ro.vendor.use_data_netmgrd=true
|
|||
ro.vold.umsdirtyratio=20
|
||||
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
|
||||
ro.sys.usb.bicr=no
|
||||
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.max_frame_buffer_acquired_buffers=3
|
||||
|
||||
# DRM
|
||||
drm.service.enabled=true
|
||||
|
||||
# Gatekeeper
|
||||
ro.hardware.gatekeeper=trustonic
|
||||
|
||||
|
|
Loading…
Reference in a new issue