Jump to content

How to - Repushing the Vending Preferences file ?


Recommended Posts

Guest Ash_786
Posted

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.

Posted

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

Guest Ash_786
Posted

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.

Guest IBTECH
Posted

Tried this fix as well. market still takes forever to list items. only on this phone for some reason.

Guest Paul
Posted

There's now a script in the custom ROM to do the Market Speedup for you.

P

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.