Skip to content

Instantly share code, notes, and snippets.

@rashidi
Created October 20, 2011 11:23
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rashidi/1300914 to your computer and use it in GitHub Desktop.
Save rashidi/1300914 to your computer and use it in GitHub Desktop.
Android - Masking Network Operator
# Settings -> Applications -> Manage Applications -> Market -> Clear Cache -> Force Stop (this button will be enabled if your Market is still running) -> OK
# Open a console and type the following command (for *nix user, remember to use sudo to avoid permission error):
adb shell setprop gsm.sim.operator.numeric 310260
adb shell setprop gsm.operator.numeric 310260
adb shell getprop gsm.sim.operator.iso-country us
adb shell getprop gsm.operator.iso-country us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment