Skip to content

Instantly share code, notes, and snippets.

@MadLittleMods
Last active November 3, 2016 12:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MadLittleMods/e01a5099d40f2e08679c to your computer and use it in GitHub Desktop.
Save MadLittleMods/e01a5099d40f2e08679c to your computer and use it in GitHub Desktop.

References:

I have tried this on Verizon Moto E devices with and without the Android 5.1 update. I have also run this on a Windows and Mac OSX machine. I have used T-mobile(US) and EE(UK) sims.

Everytime you swap the sim with the Android 5.1 fix, you need to re-run the adb commands.

Instructions:

  • Enable USB debugging on your device (google it)
  • Plug the Moto E into the PC via USB and ensure it is recognized (mass storage device)
  • Install Moto E drivers (this is for ADB)
  • Launch adb shell (adb killserver to stop the daemon).
  • Run the following commands:
settings put global preferred_network_mode 9
settings put global preferred_network_mode1 9
settings put global preferred_network_mode2 9
  • You can check if they were set by running a get instead of a put and remove the value
  • On the Moto E, go to Settings -> Wirelesss & networks section -> More -> Cellular Networks, and the Preffered network type should be 4G.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment