forked from diepquynh/android_device_samsung_scx30g-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
executable file
·78 lines (62 loc) · 1.66 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
71
72
73
74
75
76
77
78
ro.sf.lcd_density=240
ro.sf.lcd_width=154
ro.sf.lcd_height=90
ro.opengles.version=131072
ro.product.hardware=TSHARK_V1.0.0
debug.hwui.render_dirty_regions=false
# Bluetooth OPP low speed for save power
debug.bt.lowspeed=true
persist.ttydev=ttyVUART0
# delay for ConnectivityChange broadcast (ms)
conn.connectivity_change_delay = 0
# RIL
persist.modem.w.enable=1
persist.modem.w.nvp=w
ro.modem.w.dev=/proc/cpw
ro.modem.w.tty=/dev/stty_w
ro.modem.w.eth=rmnet
ro.modem.w.snd=1
ro.modem.w.diag=/dev/slog_w
ro.modem.w.loop=/dev/spipe_w0
ro.modem.w.nv=/dev/spipe_w1
ro.modem.w.assert=/dev/spipe_w2
ro.modem.w.vbc=/dev/spipe_w6
ro.modem.w.id=0
ro.modem.w.fixnv_size=0x40000
ro.modem.w.runnv_size=0x60000
persist.sys.engpc.disable=0
ro.config.ksm.support=true
#zram config
ro.config.zram.support=true
# System property for storage_preload
persist.sys.storage_preload=1
# this product does not support bt and softap coexist
ro.btwifisoftap.coexist=false
# System prop for Atlas service
config.disable_atlas=true
# System prop for DisplayInfo cache
config.displayinfo.use_cache=true
# RIL
ro.com.android.dataroaming=false
ro.msms.phone_count=2
persist.msms.phone_count=2
persist.msms.phone_default=0
persist.msmslt=0
ro.modem.w.count=2
persist.sys.modem.diag=,gser
sys.usb.gser.count=4
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.telephony.ril.config=setPrefNwTypeOnUnsolConnected,sim2gsmonly
ro.ril.telephony.mqanelements=6
persist.sys.sprd.modemreset=0
persist.sys.sprd.wcnreset=1
# Multitasking
ro.config.swappiness=130
ro.config.zram.compressor=lz4
ro.config.zram.disksize=512M
# Multi-user UI
fw.max_users=3
fw.show_multiuserui=1
# EGL blobs crash on screen off
ro.egl.destroy_after_detach=true