New Market App For MIUI


mschmitt01

Forum donator
Nov 29, 2010
119
26
Merry Christmas! Here is an updated flashable zip for the new android market. Flash via recovery! This works with MIUI without any cutting off fonts etc. The new version is 2.2.7. Get it while its HOT!

[qrcode]http://dl.dropbox.com/u/12484371/Vending-2.2.7-signed-testkeys.update.zip[/qrcode]

Enjoy!

EDIT - This market is included in all MIUI releases since 12/24. If you are running anything since then (and you should be) then you can disregard this update.
 
Great, works on the Evo running 12.11. Everything looks perfect, no sizing or font cutoff. I also noticed the widget and live wallpaper category was now available, could have been in the last one and I just didn't notice.

Sent from my Suprersonic using the miui-dev.com Forums App
 
Unable to work for me. I'm running 12.11 on the Droid 1. I'm using SPRecovery. But I was unable to install this. I do have root access. I moved the file to the root of my SD card. Renamed it to update.zip. But when I reboot into recovery and try to install. I get the below.

-- Install from sdcard
Finding update package...
Opening update package...
Verifying update package...
Installing update...
Installation aborted.

Although the progress bar moves but at a crawl and will seemingly never complete. I did remember to allow update.zip before trying to install. Any ideas why this might not be working?
 
Unable to work for me. I'm running 12.11 on the Droid 1. I'm using SPRecovery. But I was unable to install this. I do have root access. I moved the file to the root of my SD card. Renamed it to update.zip. But when I reboot into recovery and try to install. I get the below.

-- Install from sdcard
Finding update package...
Opening update package...
Verifying update package...
Installing update...
Installation aborted.

Although the progress bar moves but at a crawl and will seemingly never complete. I did remember to allow update.zip before trying to install. Any ideas why this might not be working?

The fact that the installation was aborted leads me to believe that either something with your recovery doesn't allow you to flash or you may need to update your recovery. This update.zip should flash with no problems with clockwork recovery or amon ra. Good luck!

Sent from my Desire CDMA using Tapatalk
 
That makes sense. OK, I'll flash Clockwork and install from SD card. Thanks for your help and for uploading this, much appreciated.
 
Just a word of caution...

MIUI 0.12.18 is out and Vending.apk 2.2.7 posted here does not work, Force closes:

Code:
E/DatabaseUtils(  378): Writing exception to parcel
E/DatabaseUtils(  378): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=623, uid=10040 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/DatabaseUtils(  378):         at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:356)
E/DatabaseUtils(  378):         at android.content.ContentProvider$Transport.insert(ContentProvider.java:204)
E/DatabaseUtils(  378):         at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils(  378):         at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils(  378):         at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm(  623): threadid=21: thread exiting with uncaught exception (group=0x4001d7d0)

Advise you all switch to the stock Vending.apk which is included in 0.12.18 (yes .18 i didnt mean .17!)

Cheers,

Mark
 
Considering that the only thing different is the skin, I really don't see what all the hoopla is over. Sometimes change is nice, but not if stability is an issue. Just my 2!

Sent from my ADR6300 using the miui-dev.com Forums App
 
Mark has a great point. Miui comes with what it works with. Just because one version of the software works with a specific build doesn't mean it will with the next. So please don't install with any MIUI roms after 12/18.

Sent from my Desire CDMA using Tapatalk
 
I never even had a problem with the market being cut off. Dinc using miui 12.11

Sent from my ADR6300 using Tapatalk
 
Just a word of caution...

MIUI 0.12.18 is out and Vending.apk 2.2.7 posted here does not work, Force closes:

Code:
E/DatabaseUtils(  378): Writing exception to parcel
E/DatabaseUtils(  378): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=623, uid=10040 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/DatabaseUtils(  378):         at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:356)
E/DatabaseUtils(  378):         at android.content.ContentProvider$Transport.insert(ContentProvider.java:204)
E/DatabaseUtils(  378):         at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils(  378):         at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils(  378):         at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm(  623): threadid=21: thread exiting with uncaught exception (group=0x4001d7d0)

Advise you all switch to the stock Vending.apk which is included in 0.12.18 (yes .18 i didnt mean .17!)

Cheers,

Mark

Somehow i flashed 12.10 (this one was replaced by 12.11?) because i came from Leedroid updated it with 12.18, did all wipes and flashed the new market... till now no FC
 
Yea. I havent had any trouble with it either. Not sure if mark is using version or another. sounds like maybe mine is ok. I guess try it and see.

Sent from my Desire CDMA using Tapatalk
 
I got this working:

1. Open App Manager, press home, select app manager
2. In "Running" look for the Google services framework service, click on it.
3. Click force stop
4. Click clear data
5. Go back and select Market in the Running list
6. Select Market from the list
7. Click force stop
8. Click clear data
9. Reboot phone
10. Push the 2.2.7 APK to the phone. (Use adb: adb push Vending.apk /system/app/)

(If push failed make sure to do: adb root then do: adb remount, then re-try the command in point 10)

It may take a few goes to work but this has worked for me with 0.12.18 just tonight.
 
I got this working:

1. Open App Manager, press home, select app manager
2. In "Running" look for the Google services framework service, click on it.
3. Click force stop
4. Click clear data
5. Go back and select Market in the Running list
6. Select Market from the list
7. Click force stop
8. Click clear data
9. Reboot phone
10. Push the 2.2.7 APK to the phone. (Use adb: adb push Vending.apk /system/app/)

(If push failed make sure to do: adb root then do: adb remount, then re-try the command in point 10)

It may take a few goes to work but this has worked for me with 0.12.18 just tonight.

This algorithm work fine.
I stopprd google framework, then cler google framework cache, finally i flashed market.
Thanks bro .

Edit: after reboot market not work.

Sent from my Nexus One using the miui-dev.com Forums App