forked from sonyxperiadev/device-sony-yukon
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsystem.prop
132 lines (108 loc) · 3.2 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
# Limit dex2oat threads to improve thermals
dalvik.vm.dex2oat-threads=2
dalvik.vm.image-dex2oat-threads=4
# Platform specific default properties
persist.data.qmi.adb_logmask=0
# System props for the data modules
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
ro.data.large_tcp_window_size=true
# Enable Power save functionality for modem
persist.radio.add_power_save=1
persist.radio.apm_sim_not_pwdn=1
persist.radio.oem_socket=false
# Ringer
ro.telephony.call_ring.multiple=false
# System props for telephony System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
# Hardware composer
persist.hwc.mdpcomp.enable=true
# Hardware User Interface parameters
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
# DRM service
drm.service.enabled=true
# VIDC: debug_levels 1:ERROR 2:HIGH 4:LOW 0:NOLOGS 7:AllLOGS
vidc.debug.level=1
# Audio
# Fluencetype can be "fluence" or "fluencepro" or "none"
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicecomm=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
media.aac_51_output_enabled=true
audio.deep_buffer.media=1
# Property to enable user to access Google WFD settings.
persist.debug.wfd.enable=1
# Property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
# Wi-Fi interface name
wifi.interface=wlan0
# BT address
ro.bt.bdaddr_path=/data/misc/bluetooth/bluetooth_bdaddr
# System prop for NFC DT
ro.nfc.port=I2C
# Camera
persist.camera.HAL3.enabled=1
persist.camera.gyro.disable=1
persist.camera.feature.cac=0
persist.camera.ois.disable=0
persist.camera.zsl.mode=1
# Sensors debug
persist.debug.sensors.hal=0
debug.qualcomm.sns.daemon=0
debug.qualcomm.sns.hal=0
debug.qualcomm.sns.libsensor1=0
# sdcardFS
ro.sys.sdcardfs=true
# Bluetooth
ro.qualcomm.bt.hci_transport=smd
qcom.bluetooth.soc=smd
# RILD
rild.libpath=/vendor/lib/libril-qc-qmi-1.so
ril.subscription.types=NV,RUIM
# system prop for opengles version
# 196608 is decimal for 0x30000 to
# report major/minor versions as 3
ro.opengles.version=196608
# aDSP sensors
## max rate
ro.qti.sensors.max_accel_rate=false
ro.qti.sensors.max_gyro_rate=false
ro.qti.sensors.max_mag_rate=false
ro.qti.sensors.max_geomag_rotv=50
## sensor type
ro.qti.sdk.sensors.gestures=false
ro.qti.sensors.pedometer=false
ro.qti.sensors.step_detector=false
ro.qti.sensors.step_counter=false
ro.qti.sensors.pam=false
ro.qti.sensors.scrn_ortn=false
ro.qti.sensors.smd=true
ro.qti.sensors.game_rv=false
ro.qti.sensors.georv=false
ro.qti.sensors.cmc=false
ro.qti.sensors.bte=false
ro.qti.sensors.fns=false
ro.qti.sensors.qmd=false
ro.qti.sensors.amd=false
ro.qti.sensors.rmd=false
ro.qti.sensors.vmd=false
ro.qti.sensors.gtap=false
ro.qti.sensors.tap=false
ro.qti.sensors.facing=false
ro.qti.sensors.tilt=false
ro.qti.sensors.tilt_detector=false
ro.qti.sensors.dpc=false
ro.qti.sensors.wu=false
# Performance
ro.vendor.extension_library=/system/vendor/lib/libqti-perfd-client.so