forked from raphaelthegreat/device_nokia_NB1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
134 lines (109 loc) · 3.29 KB
/
system.prop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Audio
af.fast_track_multiplier=1
audio.deep_buffer.media=true
audio.offload.min.duration.secs=30
audio.offload.video=false
ro.af.client_heap_size_kbyte=7168
tunnel.audiovideo.decode=false
tunnel.decode=false
# Bluetooth
bt.max.hfpclient.connections=1
persist.bluetooth.a2dp_offload.disabled=true
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
persist.vendor.bt.a2dp.aac_whitelist=false
ro.bluetooth.a2dp_offload.supported=true
ro.bluetooth.emb_wp_mode=true
ro.bluetooth.library_name=libbluetooth_qti.so
# Camera
camera.disable_zsl_mode=1
camera.mono_only=1
vendor.camera.aux.packagelist=com.evenwell.camera2,com.tools.alt,com.hmdglobal.camera2,org.codeaurora.snapcam
# Charger
ro.charger.disable_init_blank=true
ro.charger.enable_suspend=true
# Crypto
ro.crypto.volume.options=aes-256-xts
# Data
persist.data.netmgrd.qos.enable=true
persist.data.iwlan.enable=true
persist.vendor.data.iwlan.enable=true
persist.vendor.data.mode=concurrent
# Display
debug.gralloc.enable_fb_ubwc=1
debug.sf.enable_hwc_vds=0
debug.sf.disable_hwc_overlays=1
debug.renderengine.backend=skiaglthreaded
debug.sf.hw=1
debug.hwui.renderer=skiagl
debug.sf.auto_latch_unsignaled=true
renderthread.skia.reduceopstasksplitting=true
ro.vendor.display.cabl=2
sdm.debug.disable_skip_validate=1
sdm.perf_hint_window=50
# Disable Skia tracing by default
debug.hwui.skia_atrace_enabled=false
# QC framework value-adds
ro.vendor.qti.va_aosp.support=1
# OEM Unlock
ro.oem_unlock_supported=1
# RCS
persist.rcs.supported=1
# RIL
rild.libpath=/vendor/lib64/libril-qc-hal-qmi.so
keyguard.no_require_sim=true
persist.radio.multisim.config=dsds
persist.vendor.radio.atfwd.start=true
ril.subscription.types=NV,RUIM
ro.telephony.call_ring.multiple=false
ro.telephony.default_network=22,20
telephony.lteOnCdmaDevice=1
vendor.service.qti.ims.enabled=1
persist.sys.fflag.override.settings_provider_model=false
# SurfaceFlinger
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
ro.surface_flinger.max_virtual_display_dimension=4096
# System
persist.sys.binary_xml=false
# WFD
persist.debug.wfd.enable=1
persist.hwc.enable_vds=1
persist.sys.wfd.virtual=0
# Wifi
ro.boot.wificountrycode=US
wifi.interface=wlan0
# Voice assistant
ro.opa.eligible_device=true
# VoLTE
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
# Zygote
persist.device_config.runtime_native.usap_pool_enabled=true
# Disable MTE Async for system server
arm64.memtag.process.system_server=off
# Seamless transfer
sys.fflag.override.settings_seamless_transfer=true
# Increase scroll smoothness
ro.vendor.qti.cgroup_follow.enable=true
persist.vendor.qti.inputopts.enable=true
persist.vendor.qti.inputopts.movetouchslop=0.6
ro.qcom.adreno.qgl.ShaderStorageImageExtendedFormats=0
# Increase RAM managment
ro.config.fha_enable=true
ro.sys.fw.bg_apps_limit=32
ro.config.dha_cached_max=16
ro.config.dha_empty_max=42
ro.config.dha_empty_init=32
ro.config.dha_lmk_scale=0.545
ro.config.dha_th_rate=2.3
ro.config.sdha_apps_bg_max=64
ro.config.sdha_apps_bg_min=8
# Do not block binder thread on incoming calls
ro.telephony.block_binder_thread_on_incoming_calls=false
# Adaptive Suspend
suspend.short_suspend_threshold_millis=2000
suspend.short_suspend_backoff_enabled=true
suspend.max_sleep_time_millis=40000
# Fastbootd
ro.fastbootd.available=true