Created
October 20, 2011 11:23
-
-
Save rashidi/1300914 to your computer and use it in GitHub Desktop.
Android - Masking Network Operator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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