forked from asturel/android_device_huawei_s7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
54 lines (44 loc) · 1.21 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
# RIL
rild.libpath=/system/lib/libril-qc-1.so
rild.libargs=-d /dev/smd0
ro.telephony.ril.v3=icccardstatus,datacall,signalstrength,facilitylock
ro.telephony.call_ring.multiple=false
ro.telephony.call_ring.delay=3000
# WiFi
wifi.interface=wlan0
wifi.supplicant_scan_interval=60
#wifi.softap.interface=wlan0
#wifi.softapconcurrent.interface=wlan0
# Graphics
debug.sf.hw=1
debug.composition.type=mdp
com.qc.hardware=true
ro.max.fling_velocity=4000
persist.sys.use_dithering=2
ro.opengles.version=131072
debug.enabletr=false
debug.hwui.render_dirty_regions=false
debug.gr.numframebuffers=3
ro.sf.lcd_density=160
ro.opengles.surface.rgb565=true
# Camcorder
debug.camcorder.disablemeta=1
# USB Mass Storage
persist.sys.usb.config=adb,mass_storage
persist.service.adb.enable=1
service.adb.enable=1
# Don't set /proc/sys/vm/dirty_ratio to 0 when USB mounting
ro.vold.umsdirtyratio=20
# Dalviks
dalvik.vm.checkjni=0
dalvik.vm.dexopt-data-only=1
dalvik.vm.dexopt-flags=v=a,o=v,m=y,u=y
dalvik.vm.execution-mode=int:jit
# Memory
ro.zram.default=0
persist.sys.purgeable_assets=1
# tablet ui things, smallestScreenWidthDp=721, forcetabletUI=1,2
smallestScreenWidthDp=0
forcetabletUI=0
# Vold
ro.vold.switchablepair=/storage/sdcard1,/storage/sdcard0