-
Notifications
You must be signed in to change notification settings - Fork 34
/
system.prop
executable file
·55 lines (46 loc) · 1.25 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
#
# system.prop for smdk4x12
#
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=320
ro.lcd_min_brightness=20
telephony.lteOnCdmaDevice=1
ro.cdma.subscribe_on_ruim_ready=true
ril.subscription.types=RUIM
DEVICE_PROVISIONED=1
persist.radio.no_wait_for_card=1
ro.hdcp2.rx=tz
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=16
#
# Needed to match behavior of stock rom
# D/PHONE: mDoesRilSendMultipleCallRing=false
#
ro.telephony.call_ring.multiple=0
# Fields for custom RIL
# MAX PROP NAME is 31 chars --|
gsm.sim.operator.alpha = Verizon
gsm.sim.operator.numeric = 310004
gsm.sim.operator.iso-country = us
gsm.operator.alpha = Verizon
gsm.operator.numeric = 310004
gsm.operator.iso-country = us
ro.cdma.home.operator.numeric=310004
ro.cdma.home.operator.alpha=Verizon
ro.telephony.default_network=8
keyguard.no_require_sim=true
ro.config.svlte1x=true
# System property for SIM
persist.radio.apm_sim_not_pwdn=1
# System property for sys info indication
persist.radio.add_power_save=1
# System propverty snapshot disable
persist.radio.snapshot_disabled=1
# Default ECCList (Except USCC)
ro.ril.ecclist=112,911,#911,*911
# Support Global Mode (Global Mode project)
ro.config.multimode_cdma=1