2G/3G switching ways
Posted: 10 Jan 2014 09:25
I have a stock jelly bean rom for my nexus s and I want to switch 2G/3G without using the Control UI action.
Surfing on the internet I have found a couple of methods I can use to do this switch but no one of this works, what I do wrong? (examples to switch to 3Gl)
What I do wrong?
Surfing on the internet I have found a couple of methods I can use to do this switch but no one of this works, what I do wrong? (examples to switch to 3Gl)
- am broadcast: (as seen here)
am broadcast -a com.android.phone.CHANGE_NETWORK_MODE --ei networkMode 0 - sqlite3: (as seen here)
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
insert into global values(null, 'preferred_network_mode', 0);
.exit
What I do wrong?