-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsystem.prop
executable file
·78 lines (60 loc) · 1.67 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
#
# system.prop for ace
#
# Qualcomm Display
com.qc.hardware=true
com.qc.hdmi_out=false
debug.composition.type=mdp
ro.sf.compbypass.enable=0
dev.pm.dyn_samplingrate=1
# Android Display
windowsmgr.max_events_per_sec=150
ro.config.disable_hw_accel=false
debug.fb.rgb565=0
debug.sf.hw=1
# Audio
#lpa.decode=true
#lpa.use-stagefright=true
ro.sf.lcd_density=240
# Connectivity
wifi.interface = wlan0
wifi.supplicant_scan_interval=120
persist.sys.usb.config=mass_storage,adb
# 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.telephony.ril.v3=signalstrength
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.hsupa.category=6
ro.ril.hsxpa=2
# Default network type.
# 0 => WCDMA preferred.
ro.telephony.default_network=0
mobiledata.interfaces=rmnet0,wlan0,gprs,ppp0
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version=131072
# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=64m
# For the default value of agps
ro.ril.def.agps.mode=2
# For HSDPA low throughput
ro.ril.disable.power.collapse=1
# For Ace China NEL
ro.ril.update.org.acoustic=1
# Define TCP buffer sizes
net.tcp.buffersize.hsdpa=4094,87380,393216,4096,16384,110208