-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
84 lines (66 loc) · 1.93 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
# Bluetooth
vendor.bluetooth.soc=cherokee
persist.vendor.btstack.enable.twsplus=true
persist.vendor.btstack.enable.twsplussho=true
# Camera
vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera,com.google.android.GoogleCamera
# Charger
ro.charger.enable_suspend=true
# CNE
persist.vendor.cne.feature=1
# Google keyboard
ro.com.google.ime.height_ratio=1.1
# GBoard Spacing
ro.com.google.ime.kb_pad_port_b=1
# Graphics
ro.surface_flinger.has_wide_color_display=true
ro.surface_flinger.has_HDR_display=true
# Set lmkd options
ro.config.low_ram = false
ro.lmk.kill_heaviest_task = true
ro.lmk.kill_timeout_ms = 100
ro.lmk.use_minfree_levels = true
ro.lmk.log_stats = true
# Media
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
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
ro.media.recorder-max-base-layer-fps=60
vendor.mm.enable.qcom_parser=67108863
# Netflix custom property
ro.netflix.bsp_rev=Q6150-17263-1
# NFC DT
ro.nfc.port=I2C
# Perfetto
persist.device_config.runtime_native_boot.iorap_readahead_enable=true
# RCS
persist.rcs.supported=1
# RIL
DEVICE_PROVISIONED=1
persist.radio.apm_sim_not_pwdn=1
persist.radio.dynamic_sar=false
persist.radio.NO_STAPA=1
persist.radio.sar_sar_sensor=true
persist.radio.VT_CAM_INTERFACE=1
persist.radio.VT_HYBRID_ENABLE=1
persist.vendor.radio.enable_temp_dds=true
persist.vendor.radio.force_on_dc=true
ril.subscription.types=RUIM
ro.telephony.default_cdma_sub=0
telephony.lteOnCdmaDevice=1
# SSR
persist.vendor.ssr.restart_level=ALL_ENABLE
# SurfaceFlinger
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
# WFD
persist.debug.wfd.enable=1
persist.sys.wfd.virtual=0
# WiFi
wifi.interface=wlan0
# Zygote preforking
persist.device_config.runtime_native.usap_pool_enabled=true