Jump to content

Paid apps - Android Market 1.6


Guest foxof

Recommended Posts

Please find below a copy/paste of my solution (posted on market enabler's forum). The 'final' solution might be a combination of both (I did not try changing the XML without setting the props).

This has been tested with MCR 1.6 w/nexus one. Hope it helps.

Chris.

Comment 24 by [email protected], Today (102 minutes ago)

Hi there,

For the ones who have the 1.6 market working; but no longer have the "paid apps" tab;

I finally got it working properly (okay, you might not like the method below; use at

your own risks :(

Note: Some of the below steps might not be needed; I haven't looked further.

1) Fake your provider (in this example, I chose T-Mobile italy (TIM)

2) Set the following props:

# setprop gsm.sim.operator.iso-country it

# setprop gsm.operator.iso-country it

# setprop gsm.operator.alpha TIM

# setprop gsm.sim.operator.alpha TIM

3) Not only clear your cache; but also your db (clearing the cache is not enough)

# rm -rf /data/data/com.android.vending/*

4) Run android market

5) Here it is again.

Note: I was a bit afraid that getting rid of my db would cause issues with previously

installed apps/bought apps; but after browsing for them they are still marked as

installed ; refund is still possible for some of them.

Note2: Make a backup of your directory's content before clearing it...U never know...

Feel free to give a feedback || mention unnecessary steps.

Cheers,

Chris.

Comment 25 by [email protected], Today (66 minutes ago)

Turns out; by putting back my backup and by only modifing the following, it works too:

<boolean name="metadata_paid_apps_enabled" value="false" />

to:

<boolean name="metadata_paid_apps_enabled" value="true" />

into the /data/data/com.android.vending/shared_prefs/vending_preferences.xml

:(

Edited by foxof
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
Guest JetSerge

MarketAccess 1.0.4 also automatically changes

<boolean name="metadata_paid_apps_enabled" value="false" />

to:

<boolean name="metadata_paid_apps_enabled" value="true" />

in /data/data/com.android.vending/shared_prefs/vending_preferences.xml file.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.