-
Notifications
You must be signed in to change notification settings - Fork 12
/
system.prop
86 lines (67 loc) · 2.18 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
82
83
84
85
86
#
# system.prop for buzz
#
# Density in DPI of the LCD of this board. This is used to scale the UI
# appropriately. If this property is not defined, the default value is 160 dpi.
ro.sf.lcd_density=120
# Set default screen brightness
settings.display.brightness=102
# View configuration for QVGA.
view.fading_edge_length=8
view.touch_slop=15
view.minimum_fling_velocity=25
view.scroll_friction=0.008
# RIL specific configuration.
rild.libpath=/system/lib/libhtc_ril.so
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.vmail.23415=1571,BT
ro.ril.hsdpa.category=8
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.def.agps.mode=2
ro.ril.gprsclass=12
# For HSDPA low throughput
ro.ril.disable.power.collapse=1
# For PDP overlap problem
ro.ril.avoid.pdp.overlap=1
# update the acoustic table for Buzz NEL lab testing
ro.ril.update.acoustic.table=1
# Modify MMS APN retry timer from 5s to 2s.
ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.interface=wlan0
wifi.supplicant_scan_interval=45
# Mobile data interfaces
mobiledata.interfaces=rmnet0,rmnet1,rmnet2
# Allow or deny tethering.
ro.tether.denied=false
# Default network type.
# 0 => WCDMA Preferred.
ro.telephony.default_network=0
ro.telephony.ril.v3=signalstrength
# Enable Google-specific location features,
# like NetworkLocationProvider and LocationCollector.
ro.com.google.locationfeatures=1
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number.
ro.opengles.version=65536
# Disable fs check on boot by default.
sys.checkfs.fat=false
# Performance settings.
dalvik.vm.dexopt-data-only=1
dalvik.vm.execution-mode=int:jit
debug.sf.hw=0
ro.config.disable_hw_accel=true
# Increase SKIA decode memory capability for progressive jpg file.
ro.media.dec.jpeg.memcap=20000000
# Set default USB interface
persist.sys.usb.config=mass_storage,adb
# Enable debug mode by default
persist.service.adb.enable=1