forked from Andromadus/android_device_htc_ace
-
Notifications
You must be signed in to change notification settings - Fork 22
/
system.prop
45 lines (35 loc) · 951 Bytes
/
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
#
# system.prop for ace
#
ro.sf.lcd_density=240
#disable system restrictions for all builds
persist.sys.strictmode.visual=0
# Modify MMS APN retry timer from 5s to 2s.
ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000
rild.libpath=/system/lib/libhtc_ril.so
ro.ril.ecc.HTC-GCC=999,112,997
ro.ril.ecc.HTC-WWE=999
ro.ril.ecc.HTC-ELL=92,93,94
ro.ril.enable.a52.HTC-ITA=1
ro.ril.enable.a53.HTC-ITA=1
ro.ril.enable.a52=0
ro.ril.enable.a53=1
ro.ril.disable.fd.plmn.prefix=23402,23410,23411
ro.ril.enable.sdr=1
ro.ril.enable.amr.wideband=0
# ace RF team request
ro.ril.enable.dtm=0
ro.ril.gprsclass=12
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.ril.hsxpa=2
# Default network type.
# 0 => WCDMA preferred.
ro.telephony.default_network=0
# Wifi
wifi.interface=wlan0
mobiledata.interfaces=gannet0,rmnet0,rmnet1,rmnet2
# For the default value of agps
ro.ril.def.agps.mode=2
# For HSDPA low throughput
ro.ril.disable.power.collapse=1