Here is what I did.
- Download the current apk to your computer: adb pull /system/app/Vending.apk .
- Remount your system folder: adb remount
- Remove the current apk from your phone:
- adb shell
- rm system/app/Vending.apk
- Download the attachment below, and we will manually push that using: adb push com.android.vending-2.apk system/app
- Restart your phone: adb reboot
Thats it! Once your phone reboots, it should have be running the 2.2.7 market.



Menu