diff options
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/system.prop b/system.prop index 0f4150a..51fd357 100644 --- a/system.prop +++ b/system.prop @@ -1,12 +1,11 @@ -# Telephony -rild.libpath=/system/lib/libril-qc-qmi-1.so -# Preferred network type - LTE, WCDMA, GSM +# +#set prefer network type +#LTE, GSM, WCDMA(9) +# ro.telephony.default_network=9 -ro.telephony.get_imsi_from_sim=true telephony.lteOnGsmDevice=1 telephony.lteOnCdmaDevice=1 +ro.telephony.get_imsi_from_sim=true DEVICE_PROVISIONED=1 -# Do not power down SIM card when modem is sent to Low Power Mode. -persist.radio.apm_sim_not_pwdn=1 -# Display Traditional Chinese/Simplified Chinese carriers name +#Display Traditional Chinese/Simplified Chinese carriers name persist.radio.use_cc_names=true |
