Android: How to install apps that not available outside US

Open terminal and type in these following lines:


su
setprop gsm.sim.operator.numeric 31026
setprop gsm.operator.numeric 31026
setprop gsm.sim.operator.iso-country us
setprop gsm.operator.iso-country us
setprop gsm.operator.alpha T-Mobile
setprop gsm.sim.operator.alpha T-Mobile

Optional:

We have to kill market application if it is already running
ps | grep vending
You will see something like: app_4 965 34 104532 19336 ffffffff afe0d3e4 S com.android.vending
Kill 965
rm -r /data/data/com.android.vending/cache/*

Hope it help
All credit to http://dimetron.livejournal.com/2983.html

No comments:

Post a Comment

You can use some HTML tags, such as <b>, <i>, <a>