forked from Bakoubak/twrp_device_lenovo_amar_row_lte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
51 lines (40 loc) · 856 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
# TWRP
ro.boot.dynamic_partitions=true
ro.boot.boot_devices=bootdevice,11230000.mmc
# Audio
ro.audio.silent=0
audio.dsp.data.factor=0.11
ro.audio.monitorRotation=true
# Camera
ro.camera.sound.forced=0
# Crypto
ro.crypto.volume.filenames_mode=aes-256-cts
# Display
ro.opengles.version=196610
# IPO
sys.ipo.disable=1
sys.ipo.pwrdncap=2
# Kernel
ro.kernel.zio=38,108,105,16
# Performance
ro.mtk_perf_simple_start_win=1
ro.mtk_perf_fast_start_win=1
ro.mtk_perf_response_time=1
# Recents
ro.recents.grid=true
# USB
ro.sys.usb.bicr=no
ro.sys.usb.charging.only=yes
ro.sys.usb.mtp.whql.enable=0
ro.sys.usb.storage.type=adb
ro.vendor.usb.vid=0x17EF
# Wi-Fi
wifi.direct.interface=p2p0
wifi.interface=wlan0
wifi.tethering.interface=ap0
ro.wifi.channels=
ro.mediatek.wlan.wsc=1
ro.mediatek.wlan.p2p=1
mediatek.wlan.ctia=0
# Zygote
ro.zygote.preload.enable=0