-
Notifications
You must be signed in to change notification settings - Fork 1
/
system.prop
49 lines (39 loc) · 1.16 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
#
# system.prop for HeroC
#
rild.libpath=/system/lib/libhtc_ril.so
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.def.preferred.network = 4
ro.telephony.default_network = 4
wifi.interface = tiwlan0
wifi.supplicant_scan_interval=45
ro.com.android.dataroaming = true
ro.com.google.locationfeatures = 1
# 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 = 160
# ro.sf.lcd_density = 160
# For SD storage insert notification sound
persist.service.mount.playsnd = 0
# For the agps default value
ro.ril.def.agps.mode = 2
# For auto backlight default value
settings.display.autobacklight=1
# default value of brightness
settings.display.brightness=143
# Disable JIT by default
dalvik.vm.execution-mode=int:fast
# Performences tweaks
dalvik.vm.heapsize=24m
ro.compcache.default=0
persist.sys.use_dithering=0
debug.sf.hw=1
# OpenGL ES 1.1-CM
ro.opengles.version = 65537
ro.product.multi_touch_enabled=true
# stagefright settings
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true