forked from arco/android_device_htc_buzz
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsystem.prop
118 lines (91 loc) · 3 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#
# 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
# 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=60
# 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
dalvik.vm.heapsize=32m
debug.sf.hw=1
ro.config.disable_hw_accel=true
debug.composition.type=mdp
debug.performance.tuning=1
debug.gr.numframebuffers=2
persist.service.zram=1
ro.compcache.default=18
video.accelerate.hw=1
persist.sys.use_16bpp_alpha=0
persist.sys.use_dithering=2
# 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
# enable software decoder for video
sys.media.vdec.sw=1
# Force Launcher into memory
ro.HOME_APP_ADJ=1
# Raise JPG quality to 100%
ro.media.enc.jpeg.quality=100
# Decrease dialing out delay
ro.telephony.call_ring.delay=0
# Save battery
pm.sleep_mode=1
# Net speed tweaks
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
# Disable blackscreen issue after a call
ro.lge.proximity.delay=25
mot.proximity.delay=25
# disable metadata to enable recording
debug.camcorder.disablemeta=1
#Makes streaming videos stream faster
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
#fix HQ
media.stagefright.enable-http=false
#fix recording
media.stagefright.enable-record=true