Maheshchakkarwar / market-enabler

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

paid apps tab fix #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. fake provider
2. open market app
3. select a category from applications or games

What is the expected output? What do you see instead?
expected: 'paid', 'free', 'just in' tabs
The paid app doesn't show up

What version of the product are you using? On what operating system?
MCR 1.6 for Nexus One

Please provide any additional information below.
There's a thread over at Modaco stating that deleting market database will fix 
this issue, not sure 
if Market Enabler already does this, but would be nice. I noticed this issue on 
a couple of devices 
and roms(G1, Hero, Nexus One).

Original issue reported on code.google.com by lmjab...@gmail.com on 25 Feb 2010 at 2:30

GoogleCodeExporter commented 9 years ago
Sorry, forgot to reference the thread: 
http://android.modaco.com/content/google-nexus-one-nexusone-
modaco-com/303251/paid-apps-android-market-1-6/

Original comment by lmjab...@gmail.com on 25 Feb 2010 at 2:36

GoogleCodeExporter commented 9 years ago
<boolean name="metadata_paid_apps_enabled" value="true" /> 

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

also works

Original comment by lmjab...@gmail.com on 25 Feb 2010 at 3:02

GoogleCodeExporter commented 9 years ago
yes, have seen this for enabling paid apps on archos...
IO Have to take a deeper look at it how the behavior is in general.

Original comment by michel.racic on 25 Feb 2010 at 3:48

GoogleCodeExporter commented 9 years ago
Basically he suggests to change a value in an xml file:
<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

that worked for me 

Original comment by samy1...@gmail.com on 15 Mar 2010 at 9:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same here for Acer Liquid, ROM version 1.6
It works fine at the beginning and recently the paid tab do not show up.
However the paid app can still be found by search.

Original comment by navyg...@gmail.com on 6 Apr 2010 at 1:44

GoogleCodeExporter commented 9 years ago
Just fixed with <boolean name="metadata_paid_apps_enabled" value="true" />

It works!

Original comment by navyg...@gmail.com on 6 Apr 2010 at 2:13

GoogleCodeExporter commented 9 years ago
I will try to make this change automatic in the MarketAccess branch.

Original comment by sbara...@gmail.com on 7 Apr 2010 at 9:50

GoogleCodeExporter commented 9 years ago
Issue 57 has been merged into this issue.

Original comment by michel.racic on 8 Apr 2010 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by michel.racic on 8 Apr 2010 at 7:05

GoogleCodeExporter commented 9 years ago
Implemented in MarketAccess. Tested in 1.5 emulator with Market installed and 
also on 
Nexus One. Needs some review/testing:
http://code.google.com/p/market-enabler/source/detail?r=148

Original comment by sbara...@gmail.com on 8 Apr 2010 at 10:30

GoogleCodeExporter commented 9 years ago
This issue is now officially addressed in the MarketAccess 1.0.3: 
http://amip.org.ru/android/marketaccess .

Original comment by sbara...@gmail.com on 20 Apr 2010 at 1:46

GoogleCodeExporter commented 9 years ago
Fix google play store app 

Original comment by haynesop...@gmail.com on 17 Dec 2014 at 12:48