-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
62 lines (46 loc) · 1.37 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
#
# system.prop for ancora_tmo
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.ril.disable.power.collapse=1
ro.telephony.ril_class=SamsungRIL
ro.telephony.ril.v3=datacall,icccardstatus
# Wifi interface device
wifi.interface=wlan0
# 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=240
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number.
ro.opengles.version=131072
# Perform dexopt in data as our cache partition is very small
dalvik.vm.dexopt-data-only=1
# Disable zram by default
ro.zram.default=0
# Reduce the limit of background apps
sys.mem.max_hidden_apps=4
# QCOM
com.qc.hardware=true
debug.sf.hw=1
debug.egl.hw=1
debug.mdpcomp.logs=0
# Low Power Audio
lpa.decode=false
lpa.use-stagefright=false
# Resampler quality
af.resampler.quality=255
# Set default USB interface
persist.sys.usb.config=mass_storage
# Increase speed for UMS transfer
ro.vold.umsdirtyratio=50
# Storage configuration
ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1
# Change to 1 for swapping SD cards
persist.sys.vold.switchexternal=0
# Enable repeatable keys in recovery
ro.cwm.enable_key_repeat=true
# Enable reboot to download in recovery
ro.bootloader.mode=download