Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef2309e2 authored by LuK1337's avatar LuK1337 Committed by Łukasz Patron
Browse files

sm8150-common: Force DSDS for selected device variants

This makes sure we default to ssss on TMO devices while still letting
users to setprop dsds if they wish to do so.

While this restricts disabling dsds on native dual SIM devices,
doubtfully anyone would actually want to do that.

Change-Id: I72f019c466d23a89f4c3438150b592d21b65b742
parent 9386208f
Loading
Loading
Loading
Loading
+18 −3
Original line number Diff line number Diff line
on property:ro.boot.product.hardware.sku=9
    setprop persist.radio.multisim.config ssss
    setprop persist.vendor.radio.uicc_se_enabled true
# 18821 - 7 Pro
# 18831 - 7 Pro TMO
# 18857 - 7
# 18865 - 7T
# 19801 - 7T Pro
# 19863 - 7T TMO

on property:ro.boot.project_name=18821
    setprop persist.radio.multisim.config dsds

on property:ro.boot.project_name=18857
    setprop persist.radio.multisim.config dsds

on property:ro.boot.project_name=18865
    setprop persist.radio.multisim.config dsds

on property:ro.boot.project_name=19801
    setprop persist.radio.multisim.config dsds
+0 −1
Original line number Diff line number Diff line
@@ -154,7 +154,6 @@ ro.vendor.scroll.preobtain.enable=false
persist.vendor.qcomsysd.enabled=1

# Radio
persist.radio.multisim.config=dsds
persist.vendor.data.iwlan.enable=true
persist.vendor.radio.5g_mode_pref=0
persist.vendor.radio.apm_sim_not_pwdn=1