forked from Team-Hydra/android_device_htc_pyramid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
executable file
·52 lines (52 loc) · 1.04 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
#
# Pyramid system.prop
#
ro.sf.lcd_density=240
#
# NETWORK/DATA/RADIO
#
mobiledata.interfaces=rmnet0
rild.libpath=/system/lib/libhtc_ril.so
ro.telephony.ril.v3=datacallapn,signalstrength
ro.ril.enable.sdr=1
ro.ril.enable.amr.wideband=0
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,23420
ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000
ro.ril.enable.dtm=0
ro.ril.gprsclass=12
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.ril.hsxpa=3
ro.ril.set.mtu1472=1
wifi.interface=wlan0
ro.telephony.default_network=0
#
# Power Saving/Sleep
#
ro.ril.disable.power.collapse=0
# ro.ril.fast.dormancy.rule=1
pm.sleep_mode=1
#
# Misc
#
persist.sys.usb.config=mass_storage,adb
ro.vold.umsdirtyratio=50
#
# Disable-kernel-error-report
#
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
#
# Scrolling-Tweaks
#
windowsmgr.max_events_per_sec=150
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
view.scroll_friction=0
#
# END_PYRAMID_SYSTEM_PROPERTIES
#