This repository has been archived by the owner on Jun 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
system.prop
104 lines (89 loc) · 2.47 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
#
# system.prop for mione
#
# Default network type
# 7 => Global
ro.telephony.default_network=7
# Ril
ro.ril.oem.nosim.ecclist=911,112,120,122,110,119
persist.radio.apm_sim_not_pwdn=1
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
telephony.lteOnCdmaDevice=0
ro.telephony.ril.v3=signalstrength
DEVICE_PROVISIONED=1
ro.vendor.extension_library=/system/lib/libqc-opt.so
# Graphics
debug.sf.hw=1
debug.composition.type=gpu
debug.enabletr=true
ro.sf.compbypass.enable=1
ro.sf.lcd_density=240
dev.pm.dyn_samplingrate=1
ro.hdmi.enable=false
ro.bq.gpu_to_cpu_unsupported=1
debug.egl.recordable.rgba8888=1
#system props for the MM modules
media.stagefright.enable-record=true
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=false
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-scan=true
#
# system props for the data modules
#
ro.use_data_netmgrd=true
#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=131072
#
# system prop for multi ring
#
ro.telephony.call_ring.multiple=false
#
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
# System property for cabl
ro.qualcomm.cabl=0
#
# System prop for sending transmit power request to RIL during WiFi hotspot on/off
#
#ro.ril.transmitpower=true
# system property for thermald
persist.thermal.monitor=true
# Misc.
persist.timed.enable=true
#
# Haptic
#
ro.haptic.vibrate_ex.enabled=1
persist.sys.haptic.long.weak=0,0,1,30,20,0,21
persist.sys.haptic.long.normal=0,0,1,80,20,0,21
persist.sys.haptic.long.strong=0,0,1,120,30,0,21
persist.sys.haptic.down.weak=0,30,5,-5,5
persist.sys.haptic.down.normal=0,80,5,-5,5
persist.sys.haptic.down.strong=0,120,10,-5,5
persist.sys.haptic.up.weak=0,30,5,-5,5
persist.sys.haptic.up.normal=0,80,5,-5,5
persist.sys.haptic.up.strong=0,120,10,-5,5
persist.sys.haptic.tap.weak=0,30,5,-5,5
persist.sys.haptic.tap.normal=0,80,10,-5,5
persist.sys.haptic.tap.strong=0,120,5,-5,5
# Improves UI responsiveness when copying large amount of data
# http://review.cyanogenmod.org/8875
ro.vold.umsdirtyratio=50