forked from dmd79/acer_s500_cm10_device_tree
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsystem.prop
81 lines (68 loc) · 2.12 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
# Make keys in CWM repeatable
ro.cwm.enable_key_repeat=true
com.qc.hardware=true
# RIL properties
mobiledata.interfaces=rmnet0
ro.telephony.default_network=0
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
keyguard.no_require_sim=1
ro.ril.transmitpower=true
ro.use_data_netmgrd=true
rild.libpath=/system/lib/libril-acer-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=
ro.vendor.extension_library=/system/lib/libqc-opt.so
dalvik.vm.dexopt-data-only=1
# Graphics
ro.sf.lcd_density=320
com.qc.hardware=true
debug.sf.hw=1
debug.enabletr=true
debug.composition.type=dyn
debug.mdpcomp.maxlayer=3
debug.mdpcomp.logs=0
debug.hwc.dynThreshold=2.0
ro.hwui.text_cache_width=2048
# QCOM CpuGovernorService
dev.pm.dyn_samplingrate=1
# system prop for opengles version
ro.opengles.version=131072
wifi.interface=wlan0
wifi.supplicant_scan_interval=30
# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=analog
persist.audio.hp=true
persist.cne.UseCne=vendor
persist.cne.UseSwim=false
persist.cne.bat.range.low.med=30
persist.cne.bat.range.med.high=60
persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
persist.cne.bwbased.rat.sel=false
persist.cne.snsr.based.rat.mgt=false
persist.cne.bat.based.rat.mgt=false
persist.cne.rat.acq.time.out=30000
persist.cne.rat.acq.retry.tout=0
persist.cne.nsrm.mode=false
# system prop for Bluetooth SAP Profile
ro.qualcomm.bluetooth.sap=true
#system prop for Bluetooth hci transport
ro.qualcomm.bt.hci_transport=smd
# system prop for requesting Master role in incoming Bluetooth connection.
ro.bluetooth.request.master=true
# system prop for Bluetooth Auto connect for remote initated connections
ro.bluetooth.remote.autoconnect=true
# system property for Bluetooth discoverability time out in seconds
# 0: Always discoverable
debug.bt.discoverable_time=0