forked from csolanol/ngiordano-csolanol_Morrison_Device
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsystem.prop
43 lines (32 loc) · 1.25 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
#
# system.prop for generic sdk
#
sys.motorola.infactory = 0
rild.libpath = /system/lib/libril-qc-1.so
rild.libargs = -d /dev/smd0
android.keylayout.adp5588_morrison = /system/usr/keylayout/adp5588_morrison.kl
android.keychar.adp5588_morrison = /system/usr/keychars/adp5588_morrison.kcm.bin
android.keylayout.headphone = /system/usr/keylayout/headset.kl
android.keychar.headphone = /system/usr/keychars/headset.kcm.bin
wifi.interface = eth0
#wifi.dhcpinterface eth0
# 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.supplicant_scan_interval = 30
# The interfaces to get DNS data from when using mobile data
# Comma-separated
mobiledata.interfaces=rmnet0
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version=65537
debug.sf.hw=1
# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapsize=32m
# Increase SKIA decode memory capability for progressive jpg file
ro.media.dec.jpeg.memcap=20000000
# Persist default parameters
persist.sys.use_dithering=0
persist.sys.purgeable_assets=1
# Enable mute switch handling
ro.config.ringerswitch = 1