forked from darchstar/android_device_htc_heroc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
system.prop
30 lines (24 loc) · 788 Bytes
/
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
#
# system.prop for device
#
rild.libpath=/system/lib/libhtc_ril.so
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:jit