Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andretw/375570bfc81ccf964e8e7850f85b5eeb to your computer and use it in GitHub Desktop.
Save andretw/375570bfc81ccf964e8e7850f85b5eeb 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 46692
adb shell setprop gsm.operator.numeric 46692
adb shell setprop gsm.sim.operator.iso-country tw
adb shell setprop gsm.operator.iso-country tw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment