SkyLord419 / market-enabler

Automatically exported from code.google.com/p/market-enabler
0 stars 0 forks source link

Does not work with Rogers Magic HTC #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The program runs well but changes are not working on the Rogers (canada)
HTC magic.

Original issue reported on code.google.com by hait...@gmail.com on 16 Nov 2009 at 10:45

GoogleCodeExporter commented 8 years ago
What do you mean with "it's not working?"

Can you attach a logcat?

Try the following on a console (adb or terminal app) and post the output
  su
  setprop gsm.sim.operator.numeric 310260
  setprop gsm.operator.numeric 310260
  ps|head
  ps | grep vending
  ps | grep vending | tr -s ‘ ‘ | cut -d ‘ ‘ -f2
  kill $(ps | grep vending | tr -s ‘ ‘ | cut -d ‘ ‘ -f2)
  rm -rf /data/data/com.android.vending/cache/*
  getprop gsm.sim.operator.numeric 310260
  getprop gsm.operator.numeric 310260

Original comment by michel.racic on 17 Nov 2009 at 9:02

GoogleCodeExporter commented 8 years ago
When I select another provider, I get the following message "We got a problem 
Houston :("

When I try the su command, I get a permission denied message

Original comment by hait...@gmail.com on 17 Nov 2009 at 1:54

GoogleCodeExporter commented 8 years ago
The preconditions for this application are a rooted phone, a working su command 
and
busybox.
I will make a better error handling if something is missing in next version and
remove busybox dependencie but it will still need a rooted phone and a working 
su
command.

Original comment by michel.racic on 17 Nov 2009 at 3:10