- 26 Feb 2016
- 1
- 11
Hello,
I'm trying to change the preferred network on my Mi4c without entering Testing Menu after every reboot to disable TD-SCDMA.
First I've tryied to change "settings put global preferred_network_mode" but it can only retain 3 values : 1,20 (gsm only), 18,20 (TD-SCDMA) and 20,20 (default TD-SCDMA).
If i change the setting from testing menu this doesnt affect the settings.db and I always get 20,20 as value.
Then I've changed my approach and I've edited the Build.prop like this
reboot and nothing changed, so I've tried to put all in GSM only like that
still no luck, reboot and wiped cache, the network is always the predefinited TD-SCDMA.
Anyone have experience in this? Thanks
I'm trying to change the preferred network on my Mi4c without entering Testing Menu after every reboot to disable TD-SCDMA.
First I've tryied to change "settings put global preferred_network_mode" but it can only retain 3 values : 1,20 (gsm only), 18,20 (TD-SCDMA) and 20,20 (default TD-SCDMA).
If i change the setting from testing menu this doesnt affect the settings.db and I always get 20,20 as value.
Then I've changed my approach and I've edited the Build.prop like this
Code:
#
# System props for telephony
# Start in GSM Auto PRL for Sim1 and GSM Only for Sim2
ro.telephony.default_network=3,1
ro.ril.def.preferred.network=3,1
#
# System prop to turn on GSMLTEPhone always
telephony.lteOnCdmaDevice=0
telephony.lteOnGSMDevice=1
Code:
#
# System props for telephony
# Start in GSM Only
ro.telephony.default_network=1,20
ro.ril.def.preferred.network=1,20
Anyone have experience in this? Thanks