Jump to content

How to - Repushing the Vending Preferences file ?


Guest Ash_786

Recommended Posts

Guest Ash_786

On one of Paul O'Briens tweets he mentions

"Rooting has let me fix my 'slow market' issue on the Galaxy S by repushing the Vending Preferences file... hurrah!"

Anyone know how to do this ? Can't find it by searching and I did ask Paul O'Brien without anyluck.

Link to comment
Share on other sites

You'll need adb, root and busybox, download this, open a terminal / command prompt to the location you downloaded it to, ensure 'Market' isn't the foremost application on your device then...

adb push vending_preferences.xml /data/local/
adb shell
su
busybox killall com.android.vending
busybox cp /data/local/vending_preferences.xml /data/data/com.android.vending/shared_prefs/[/code]

And you should be sorted!

P

Link to comment
Share on other sites

Guest Ash_786

Thanks for the reply. Unfortunately market still takes forever to list.

I hope others have better luck. Instructions could possibly do with changing to delete the existing vending_preferences.xml file before trying to copy.

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.