forked from CyanogenMod/android_device_sony_aoba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
78 lines (69 loc) · 1.99 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
# Radio
ro.telephony.ril_class=SonyQualcommRIL
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
mobiledata.interfaces=rmnet_sdio0,rmnet_sdio1
ro.telephony.default_network=9
telephony.lteOnGsmDevice=1
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
DEVICE_PROVISIONED=1
ro.ril.hsxpa=1
ro.ril.gprsclass=10
# Notify the system that the RIL only signals once
ro.telephony.call_ring.multiple=false
#
# system props for the cne module
#
persist.cne.UseCne=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.be.ge.sqi.min=0
persist.cne.be.ge.sqi.max=100
persist.cne.be.umts.sqi.min=0
persist.cne.be.umts.sqi.max=100
persist.cne.be.hspa.sqi.min=0
persist.cne.be.hspa.sqi.max=100
persist.cne.be.1x.sqi.min=0
persist.cne.be.1x.sqi.max=100
persist.cne.be.do.sqi.min=0
persist.cne.be.do.sqi.max=100
persist.cne.be.wlan.sqi.min=0
persist.cne.be.wlan.sqi.max=100
# Graphics
ro.sf.lcd_density=320
com.qc.hardware=true
debug.sf.hw=1
debug.enabletr=true
debug.composition.type=dyn
ro.sf.compbypass.enable=1
ro.hwui.text_cache_width=2048
ro.hdmi.enable=false
com.qc.hdmi_out=false
# QCOM CpuGovernorService
dev.pm.dyn_samplingrate=1
# QCOM LPA (Low Power Audio)
lpa.use-stagefright=true
lpa.decode=true
# system prop for opengles version
ro.opengles.version=131072
wifi.interface=wlan0
wifi.supplicant_scan_interval=30
# system props for the data modules
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=11
# System prop for sending transmit power request to RIL during WiFi hotspot on/off
ro.ril.transmitpower=true