-
Notifications
You must be signed in to change notification settings - Fork 17
/
system.prop
executable file
·52 lines (39 loc) · 1002 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Low memory optimization
#ro.config.low_ram=true
# add tweeks
#logcat.live=disable
# Audio
af.fast_track_multiplier=1
audio_hal.force_voice_config=wide
# Bluetooth
ro.bt.bdaddr_path=/efs/bluetooth/bt_addr
# Bluetooth workaround:
# The new CAF code defaults to MCT HAL
qcom.bluetooth.soc=rome
# Dalvik/Art
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
# Graphics
ro.opengles.version=196610
debug.hwc.skip_dma_types=0,2
debug.hwc.force_gpu=1
debug.sf.enable_hwc_vds=1
debug.sf.latch_unsignaled=1
ro.sf.lcd_density=240
lockscreen.rot_override=true
# Disable more Codec2.0 components
debug.stagefright.ccodec=0
# ro.product.first_api_level indicates the first api level the device has commercially launched on.
ro.product.first_api_level=23
# Radio
ro.radio.noril=yes
#Treble
persist.media.treble_omx=false
# sdcardfs
ro.sys.sdcardfs=true
# Wifi
wifi.interface=wlan0