Skip to content

Instantly share code, notes, and snippets.

@itzikBraun
Last active January 18, 2016 09:54
Show Gist options
  • Save itzikBraun/ec843a5e4e27e3ad4b5b to your computer and use it in GitHub Desktop.
Save itzikBraun/ec843a5e4e27e3ad4b5b to your computer and use it in GitHub Desktop.
ADB
#!/usr/bin/env bash
echo "Enter counrty code"
read country_code
echo "Enter language code"
read language_code
adb shell "setprop persist.sys.language $language_code ; setprop persist.sys.country $country_code ; stop; sleep 5; start; "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment