aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2016-05-25 15:33:32 +0200
committerdoc HD <doc.divxm@gmail.com>2016-06-02 21:32:42 +0300
commit0428230bc97b69ddcf17654246dc45895034e41f (patch)
treeaf80ab08b580634cdc8f13c75389f82325f54efb
parentf5b42fdd1a9640f4886379f7e2eda63719ab7c2b (diff)
thea: init: Enable sim2gsmonly old RIL feature
* We are not RAT compatible. Change-Id: Iff5cbedc9b9479ee2d3523ee3913446aa78f3984
-rw-r--r--init/init_thea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init_thea.cpp b/init/init_thea.cpp
index 3bf63ef..8e4dc13 100644
--- a/init/init_thea.cpp
+++ b/init/init_thea.cpp
@@ -105,7 +105,7 @@ void gsm_properties(bool msim)
property_set("persist.radio.dont_use_dsd", "true");
property_set("persist.radio.multisim.config", "dsds");
property_set("persist.radio.plmn_name_cmp", "1");
- property_set("ro.telephony.ril.config", "simactivation");
+ property_set("ro.telephony.ril.config", "simactivation,sim2gsmonly");
}
}