sm8350-common: Force DSDS rather than SSSS
This allows users to setprop dsds on a single SIM device without it getting reset back to ssss on boot. While this restricts disabling dsds on native dual SIM devices, doubtfully anyone would actually want to do that. Change-Id: I72f019c466d23a89f4c3438150b592d21b65b742
This commit is contained in:
parent
082bd37f3e
commit
17656ebff5
2 changed files with 11 additions and 8 deletions
|
@ -1,9 +1,13 @@
|
||||||
# Restrict SIM configuration to SSSS on the NA variants
|
# Force SIM configuration to DSDS only on the CN/IN/EU variants
|
||||||
on property:ro.boot.rf_version=12
|
|
||||||
setprop persist.radio.multisim.config ssss
|
|
||||||
|
|
||||||
on property:ro.boot.rf_version=22
|
# China
|
||||||
setprop persist.radio.multisim.config ssss
|
on property:ro.boot.rf_version=11
|
||||||
|
setprop persist.radio.multisim.config dsds
|
||||||
|
|
||||||
on property:ro.boot.rf_version=23
|
# India
|
||||||
setprop persist.radio.multisim.config ssss
|
on property:ro.boot.rf_version=13
|
||||||
|
setprop persist.radio.multisim.config dsds
|
||||||
|
|
||||||
|
# Europe
|
||||||
|
on property:ro.boot.rf_version=21
|
||||||
|
setprop persist.radio.multisim.config dsds
|
||||||
|
|
|
@ -207,7 +207,6 @@ ro.vendor.extension_library=libqti-perfd-client.so
|
||||||
persist.vendor.qcomsysd.enabled=1
|
persist.vendor.qcomsysd.enabled=1
|
||||||
|
|
||||||
# Radio
|
# Radio
|
||||||
persist.radio.multisim.config=dsds
|
|
||||||
persist.radio.snapshot_enabled=0
|
persist.radio.snapshot_enabled=0
|
||||||
persist.radio.snapshot_timer=0
|
persist.radio.snapshot_timer=0
|
||||||
persist.rcs.otp_sms_port=0
|
persist.rcs.otp_sms_port=0
|
||||||
|
|
Loading…
Reference in a new issue