So I’ve been reading all the hype about the new Skype application released on Verizon. Sadly I neither have a droid or any friends with a rooted droid. As one would assume, the apk is located in /data/app-private so I needed access to a rooted droid to get this app… Or do I?
Silly me, I forgot all the research I had done for Market Enabler! After a friend sent me their getprop I was off spoofing my values, no more than two minutes went by and ta-da! Got myself the new Skype application.
The following setprop commands must be run to gain access to the Verizon only part of the market.
setprop gsm.sim.operator.numeric 310004
setprop gsm.operator.numeric 31000
setprop gsm.operator.alpha “Verizon Wireless”
setprop gsm.sim.operator.alpha Verizon
setprop gsm.sim.operator.iso-country us
setprop gsm.operator.iso-country us
Note that you will need to restart your Vending (Market) application to have these values take affect, you can do that by running the following commands via a terminal:
# ps | grep vending
app_5 2699 75 181176 26384 ffffffff afe0dca4 S com.android.vending
# kill 2699





