-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
70 lines (51 loc) · 1.59 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
#
# system.prop for ancora
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.telephony.ril_class=SamsungRIL
ro.telephony.ril.config=datacall,icccardstatus,facilitylock
# Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
ro.telephony.call_ring.multiple=0
# 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
# QCOM
debug.sf.hw=1
debug.composition.type=mdp
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.maxlayer=3
debug.mdpcomp.idletime=-1
# Disable gapless mode
audio.gapless.playback.disable=true
# Disable offload audio
audio.offload.disable=1
# Set default USB interface
persist.sys.usb.config=mtp
# Set read only default composition for USB
ro.sys.usb.default.config=mtp
# Increase speed for UMS transfer
ro.vold.umsdirtyratio=20
# Low memory device
ro.config.low_ram=true
# Force high-end graphics in low ram mode
persist.sys.force_highendgfx=true
# Reduce background apps limit to 16 on low-tier devices
ro.sys.fw.bg_apps_limit=16
# Set max background services
ro.config.max_starting_bg=8
# Force camera API version 1
camera2.portability.force_api=1
# Disable atlas services on low-ram targets
config.disable_atlas=true
# Enable smooth streaming
mm.enable.smoothstreaming=true
# USB-OTG
persist.sys.isUsbOtgEnabled=true