diff options
| author | LuK1337 <priv.luk@gmail.com> | 2016-05-25 15:33:32 +0200 |
|---|---|---|
| committer | desaishivam26 <shivamdesaixda@gmail.com> | 2016-05-27 15:32:09 +0530 |
| commit | 50a986ae6b18f26f05270a7d664603b9b13a423e (patch) | |
| tree | cf3b770260abba7cffb76f474d05ee9cc77910ea | |
| parent | ddf17d96403c7ecb975b71c973a118d431b4bdec (diff) | |
titan: init: Enable sim2gsmonly old RIL feature
* We are not RAT compatible.
Change-Id: I574cdc6e3db6e718861a95359ce5f6419b7aca01
| -rw-r--r-- | init/init_titan.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/init_titan.cpp b/init/init_titan.cpp index 425b828..f9ead91 100644 --- a/init/init_titan.cpp +++ b/init/init_titan.cpp @@ -72,7 +72,7 @@ void vendor_load_properties() property_set("ro.build.product", "titan_umtsds"); property_set("ro.mot.build.customerid", "retaildsdsall"); property_set("ro.telephony.default_network", "0,1"); - property_set("ro.telephony.ril.config", "simactivation"); + property_set("ro.telephony.ril.config", "simactivation,sim2gsmonly"); property_set("persist.radio.multisim.config", "dsds"); property_set("persist.radio.dont_use_dsd", "true"); property_set("persist.radio.plmn_name_cmp", "1"); @@ -93,7 +93,7 @@ void vendor_load_properties() property_set("ro.build.product", "titan_udstv"); property_set("ro.mot.build.customerid", "retbr"); property_set("ro.telephony.default_network", "0,1"); - property_set("ro.telephony.ril.config", "simactivation"); + property_set("ro.telephony.ril.config", "simactivation,sim2gsmonly"); property_set("persist.radio.multisim.config", "dsds"); property_set("persist.radio.dont_use_dsd", "true"); property_set("persist.radio.plmn_name_cmp", "1"); |
