forked from Y300-0100/android_device_samsung_vivalto3gvn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
executable file
·109 lines (86 loc) · 2.29 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#
# system.prop for vivalto3gvn
#
ro.sf.lcd_density=240
ro.sf.lcd_width=52
ro.sf.lcd_height=87
ro.opengles.version=131072
ro.product.hardware=CORSICA_VE_V1.0.0
debug.hwui.render_dirty_regions=false
persist.ttydev=ttyVUART0
persist.storage.type=1
# delay for ConnectivityChange broadcast (ms)
conn.connectivity_change_delay = 0
ro.product.partitionpath=/dev/block/platform/sprd-sdhci.3/by-name/
persist.modem.w.enable=1
ro.modem.w.dev=/dev/cpw
ro.modem.w.tty=/dev/stty_w
ro.modem.w.eth=rmnet
ro.modem.w.snd=2
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.wcn.enable=1
#ro.modem.wcn.dev=/dev/cpwcn
#ro.modem.wcn.tty=/deiv/stty_wcn
#ro.modem.wcn.diag=/dev/slog_wcn
#ro.modem.wcn.assert=/dev/spipe_wcn2
#ro.modem.wcn.id=1
#ro.modem.wcn.count=1
# MultiTouch support
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
#Awesome player lateness in ms
awesome.lateness=200
gralloc.use_sync_mode=true
#Streaming player EOS timeout
nuplayer.eos.timeout=3
drm.service.enabled=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#Use vendor/platform codecs in Metadata retriever (for Hawaii H.264)
sf.metadata_use_plat_sw_codecs=1
#Use vendor/hw codecs in Metadata retriever
sf.metadata_retrv_hw_codecs=1
#turn off TREQ
persist.audio.pcmout1.sweq=OFF
persist.audio.pcmout2.sweq=OFF
# System property for Font Clarity
persist.sys.font_clarity=0
# System property for Strict Mode
persist.sys.strictmode.disable=1
# KDHA
#ro.config.dha_cached_max=4
#ro.config.dha_empty_max=24
#ro.config.dha_update_max_count=7
#ro.config.dha_empty_min=3
#ro.config.dha_empty_init=16
# Smart-DHA
ro.config.dha_margin_min_extra=10
# Control EONS (true = EONS enabled, false = EONS disabled)
persist.eons.enabled=true
persist.sys.sprd.modemreset=0
# RIL
ro.com.android.dataroaming=false
ro.msms.phone_count=2
persist.msms.phone_count=2
persist.msmslt=0
ro.modem.w.count=2
persist.sys.modem.diag=,gser
sys.usb.gser.count=2
ro.ril.hsxpa=1
ro.ril.gprsclass=10
persist.radio.multisim.config=dsds
ro.telephony.ril_class=SamsungSPRDRIL
ro.telephony.ril_qanelements=6
# Low memory device
ro.config.low_ram=false
# Media
persist.sys.media.use-awesome=true
# zRAM
ro.config.zram.disksize=134217728
ro.config.swappiness=10