I am running CM 6.1.1 and for some reason since I tried to install the new market app I get repeated force closes.
I've tried installing it 3 ways:
1. I flashed the .zips from this post via recovery
2. I extracted the .apk itself and pushed to system/app
3. I even deleted the old market.apk then pushed the new one
However I'm still getting force closes. The app won't even open up for a second to use.
I also noticed there are 3 different apps associated with the market vending.apk, market.apk, and market updater.apk.
Do all of these need to be replaced?
Did you delete the market cache prior to installing?
Yes. I did, I don't know what this issue is.
You have to wipe dalvik cache first and then flash or push the apk
Sent from my T-Mobile myTouch 3G Slide using XDA App
Thanks I'll try it.
apollostees said:
Thanks I'll try it.
Click to expand...
Click to collapse
If not, try the apk I attached, it's the newest 2.2.7 one. My old thread that you found has an installer for 2.2.6.
EDIT: Actually, it seems that this version is also 2.2.6, but after you install it, the market updater updates it to 2.2.7. Anyway, push this file to /system/app.
I got that problem when I booted into my ROM before I flashed the gapps. If you still haven't fixed it, try wiping and installing the ROM/gapps again before you boot.
Finally got this fixed.
I think doing it in this order made it possible:
1.Force stop the market and wipe it's data
2.Reboot in CWM recovery and wipe cache/dalvik-cache
3.Push vending.apk to /system/app (or flash whatever .zip)
I finally got the new market with out tons of force closes.
Thanks to everyone for the help.
Related
Here is the 2.2.11 market.
Install with ADB, the command are:
adb remount
adb push (download location)/Vending.apk /system/app/Vending.apk
exit
Click to expand...
Click to collapse
Use the Vending.apk for gingerbread, and the vending2.2.11-signed.apk for froyo.
Usual disclaimer: It's your phone, if something bad happens don't blame me, if it ends up being better than yeah, I did that.
Update:
Thanks to Powers88, c3k, kellinwood, and phrozen87 we can install this on froyo!
AWESOME!!
Works flawlessly, here! +1
Nice find but FC's for me on cm 6.1.1
FC on CM 6.1.1
mejorguille said:
I found this app on another forum site. It seems to work better than 2.2.7 for me, and it got rid of a bug I was experiencing where sometimes an app would fail to download until the second or third try.
I don't know where it was taken from so I cannot 100% verify its integrity, but I use it with no problems.
Install with ADB, the command are:
I've tested this on Gingervillain 1.4 and crackflashers CM7 build#51. I have not tested this yet on any froyo builds.
Usual disclaimer: It's your phone, if something bad happens don't blame me, if it ends up being better than yeah, I did that.
Click to expand...
Click to collapse
It`s included in the latest CM7 Gingerbread gapps
from here:
http://goo-inside.me/gapps/
Can you flash the Gingerbread version of gapps on CM 6.1.1? I tried installing this newest Market version, and it constantly FCs on me. I tried installing it via Root Explorer and adb... neither worked.
Found the original article here: SOURCE.
You can download the .apk there and also there's a .zip file you can download there if you want to flash from recovery.
dustrho said:
Can you flash the Gingerbread version of gapps on CM 6.1.1? I tried installing this newest Market version, and it constantly FCs on me. I tried installing it via Root Explorer and adb... neither worked.
Click to expand...
Click to collapse
Just tried, and nope. yay for nandroid!
BookCase said:
Found the original article here: SOURCE.
You can download the .apk there and also there's a .zip file you can download there if you want to flash from recovery.
Click to expand...
Click to collapse
Does the link work for 6.1.1 I want the new market for 6.1.1 but havnt found one
Sent from my HTC Vision using XDA App
I am running CM 6.1.1 and can't get any new markets to work. I currently have version 1.8.2 and have tried 2.2.6, 2.2.7, .10, and .11. I have tried flashing via recovery, pushing via ADB and even tried Root Explorer. Every time I get a force close. Could anyone shed some light onto something I'm missing?
Thanks in advance!
Sent from my T-Mobile G2
jdh2001 said:
I am running CM 6.1.1 and can't get any new markets to work. I currently have version 1.8.2 and have tried 2.2.6, 2.2.7, .10, and .11. I have tried flashing via recovery, pushing via ADB and even tried Root Explorer. Every time I get a force close. Could anyone shed some light onto something I'm missing?
Thanks in advance!
Sent from my T-Mobile G2
Click to expand...
Click to collapse
+1
error is:
Code:
E/DatabaseUtils( 333): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=1202, uid=10044 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
Same issue here on 6.1.1. I was getting FC's at first, tried fixing permissions, rebooting all that didnt work. Restored backup with titanium I made of 2.2.6 and it still says 2.2.11 but it doesnt FC anymore so idk
Edit: Reboot started FCing again
solution found!
here's how i've upgrade from 1.8.2 to 2.2.11 on cm 6.1.1 on n1:
- downloaded "zipsigner" (from market, of course)
- select the new market apk (the one that didn't install and fc if flashed througt zip file)
- select "platform" as key/mode
- sign the file
the result apk can be finally installed (no flash, just launch)
all the credits goes to phrozen87 and to kellinwood (zipsigner author)
c3k said:
solution found!
here's how i've upgrade from 1.8.2 to 2.2.11 on cm 6.1.1 on n1:
- downloaded "zipsigner" (from market, of course)
- select the new market apk (the one that didn't install and fc if flashed througt zip file)
- select "platform" as key/mode
- sign the file
the result apk can be finally installed (no flash, just launch)
all the credits goes to phrozen87 and to kellinwood (zipsigner author)
Click to expand...
Click to collapse
Thanks!!! Worked for me! G2 running CM6.1
Heres the signed apk so the rest of you can have it easy
c3k said:
solution found!
here's how i've upgrade from 1.8.2 to 2.2.11 on cm 6.1.1 on n1:
- downloaded "zipsigner" (from market, of course)
- select the new market apk (the one that didn't install and fc if flashed througt zip file)
- select "platform" as key/mode
- sign the file
the result apk can be finally installed (no flash, just launch)
all the credits goes to phrozen87 and to kellinwood (zipsigner author)
Click to expand...
Click to collapse
Thanks!! Now the Android Market Webstore works for my phone!!
Hazzah!!! The posted signed app works flawlessly.
still need to test the web-market store and the updated appbrain.
I added the froyo market to the OP and credited you guys. Good work!
Powers88 said:
Heres the signed apk so the rest of you can have it easy
Click to expand...
Click to collapse
Thank you =D. Worked great
themikeg said:
Hazzah!!! The posted signed app works flawlessly.
still need to test the web-market store and the updated appbrain.
Click to expand...
Click to collapse
it works for me, very cool!
Thank you.
I flashed CM7 and gapps.
Now i was wondering how i can get the google apps?
Google Maps
Google Latitude
Goggle Mail
etc.
(would like all the google apps that came originally with the phone)
I'm new to the whole Desire world
I may be wrong with this so please wait til someone confirms but i think you can remove the apks' from another downloaded ROM and install them to your own. Just download the zip file of a seperate ROM find all the APK files you need and install ....
Not sure if any of these files have extra files on the ROM that you need to move with them so like i say please wait for someone with more knowledge to respond
my mistake didnt read the post fully
You can download them from Market.
That's why they're not included in gapps.
I didn't find it in market.
So i re-flashed the CM7 and gapps and got the menu where i can choose what i want to download. But it aswell couldn't find maps and gmail.
I had created .apk for all google apps of oxygen so everything works now.
Thanks for the help
That sounds very strange.
I flashed last night my HTC Desire to CM7, and flashed the gapps universal dpi.
With the first boot I was asked which Apps I would install and Maps & Latitude are downloaded from the Market.
Maybe you had the wrong gapps installed...
SViS said:
That sounds very strange.
I flashed last night my HTC Desire to CM7, and flashed the gapps universal dpi.
With the first boot I was asked which Apps I would install and Maps & Latitude are downloaded from the Market.
Maybe you had the wrong gapps installed...
Click to expand...
Click to collapse
Same problem here. I installed the same way as you did, got the same install menue and some google apps were installed.
But not Maps and Earth.
So I tried via market. I find Maps and Earth in market but when I try to download, nothing happens. Can't DL, so can't install.
Tried Nightlies 25 to 33 with same result.
Also tried full wipe, but nothing changes....
I have a question about installing gapps. I found my gapps here http://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps
how do I flash them? do I wipe all data/cache/dalvik first just like on done with the ROM?
juergen852 said:
Same problem here. I installed the same way as you did, got the same install menue and some google apps were installed.
But not Maps and Earth.
So I tried via market. I find Maps and Earth in market but when I try to download, nothing happens. Can't DL, so can't install.
Tried Nightlies 25 to 33 with same result.
Also tried full wipe, but nothing changes....
Click to expand...
Click to collapse
Dont know about problem. Try downloading apks from internet via browser.
http://www.freewarelovers.com/hotlinkmenot/temp/4b13db/1293458751_Google_Earth_1.2.1.apk
http://www.freewarelovers.com/hotlinkmenot/temp/24735c/1296647290_com.google.android.apps.maps-2.apk
psiloveyoum0re said:
I have a question about installing gapps. I found my gapps here http://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps
how do I flash them? do I wipe all data/cache/dalvik first just like on done with the ROM?
Click to expand...
Click to collapse
No need to wipe.
Ok thanks
quick question again lol
I'm with alltel but my ROM says US Cellular..does that make any difference?
i had the same problem with CM7 #34 on the first try (only cleared data/cache before flash)
gapps universal start up just fine, but failed on downloading maps
also when trying later directly from the market the download failed without any error, it just stopped..
cleared data/cache & dalvik cache and reflashed CM7, after that it worked fine..
Very strange, I have no such problems with flashing the google addon.
I have downloaded CM7 Nightly #32 last week, and am going to flash a newer version soon.
Good luck everyone.
artukas613 said:
Dont know about problem. Try downloading apks from internet via browser.
Click to expand...
Click to collapse
That solved the install problem
Still don't understand why I could not install via CM G-Apps or Market, but anyway....
Thanks!
That's probably because you are not in the US and not all apps are available everywhere. E.g. GMail isn't available, for whatever STUPID reasons, in the German market for me.
If you want it, all you can do is getting an app called "market access". It will allow you to emulate a SIM card from T-Mobile US and then you have access to everything.
artukas613 said:
No need to wipe.
Click to expand...
Click to collapse
artukas613 said:
Dont know about problem. Try downloading apks from internet via browser.
http://www.freewarelovers.com/hotlinkmenot/temp/4b13db/1293458751_Google_Earth_1.2.1.apk
http://www.freewarelovers.com/hotlinkmenot/temp/24735c/1296647290_com.google.android.apps.maps-2.apk
Click to expand...
Click to collapse
thanks you for your external link , works now google map.
after install this , i could use market link for install google map directly too this.
now it work again
thank u
hi, im new to rooting. i've just rooted my desire with cyanogenmod 7, and the android market doesn't seem to work? i can't download google map or any other apps from it. any help? thanks alot.
any help? thanks
i guess you tried rebooting? that worked the last time I had problems with cyanogenmod, that being said i don't use it daily so I'm no expert
yup, i tried rebooting but it didn't work too..
Try wiping the cache, if that doesn't work, do a factory reset and wipe everything, do a fresh install and put gapps on.
does that mean i have to flash it back to stock rom and start all over again?
Have you tried to flash the G-apps again? Here's the link of the newest one: Google apps choose the CyanogenMod 7 (Gingerbread) version and flash it with Rom Manager or Recovery.
have you modified the .zip file , deleting some files for exemple?
I done it, and removed "Package Installer.apk" one time, so downloads were beginning but stopped each time immediately
Market download issues
I'm having similar issues using GingerVillain 1.9. Small market updates are downloading without issue, larger ones such as the latest Google Maps update are giving the message "download unsuccessful". I had similar issues when the market was updated from the old style, and wonder whether google are tinkering in the background.
Fraize1 said:
Have you tried to flash the G-apps again? Here's the link of the newest one: Google apps choose the CyanogenMod 7 (Gingerbread) version and flash it with Rom Manager or Recovery.
Click to expand...
Click to collapse
i had tried to flash it again before but it doesn't work.
fabulous69 said:
have you modified the .zip file , deleting some files for exemple?
I done it, and removed "Package Installer.apk" one time, so downloads were beginning but stopped each time immediately
Click to expand...
Click to collapse
i don't think i've removed any of those files..
I am having similar problems. I have installed the gapps, but it only installs a couple of google apps. When I try to install from the market some install fine but others (angry birds for example) don't. I see the downloading icon for split second then it goes away and the download stops.
Any ideas?
Well installing DarkTremors script did the trick
http://forum.xda-developers.com/showthread.php?t=715940
cb8rwh said:
Well installing DarkTremors script did the trick
http://forum.xda-developers.com/showthread.php?t=715940
Click to expand...
Click to collapse
how does it help?
i have the same issue , it's stuck with ( Downloading... ) what ever the app is
I downloaded the Vision ROM and used ROM manager to flash 7.2. For one, it only found 10 of my apps in the market. But when I tried to install Titanium (or any other app), I got an error. I tried rebooting once and then clearing market data, but it was of no use. Any suggestions?
Someone suggested that it is gapps issue and that the previous 613 worked fine. How does gapps work? Are there more features in the later versions of gapps? Should I flash the ROM and gapps back to back in Recovery?
ashwinmudigonda said:
Should I flash the ROM and gapps back to back in Recovery?
Click to expand...
Click to collapse
You can try that, if it fails delete the Vending apk from /system/app or overwrite it.
ashwinmudigonda said:
.... But when I tried to install Titanium (or any other app), I got an error. I tried rebooting once and then clearing market data, but it was of no use. Any suggestions?
Click to expand...
Click to collapse
you can try going to the android market website, logging in and try installing the apps remotely. Sometimes if this works after a few hours the install from the phone starts working also.
What ROM were you running before you flashed 7.2 ? Was it an earlier CM or a different ROM ? Because if it was a different ROM you should have wiped before you flashed.
Sent from my Desire Z running CM7.
steviewevie said:
What ROM were you running before you flashed 7.2 ? Was it an earlier CM or a different ROM ? Because if it was a different ROM you should have wiped before you flashed.
Sent from my Desire Z running CM7.
Click to expand...
Click to collapse
I was on CM7.1 Stable.
I had a weird problem with the market (google play) too where it just force closed each time i opened it. To fix that, i just went to app management in settings and i uninstalled all the updates for the market, i then opened the market, went to the homescreen, waited a few minutes and google play was back. Since doing that, i haven't had any problems.
Maybe doing the same on your phone could fix the issue.
I tried doing this again. This time I went into CWM and did all the cache wipes and did a factory reset. Same error. I even tried to flash gapps 613 version and that also would not let me download apps.
I am trying to understand how the market works. It shows me all my purchased apps on the new ROM. What about my free ones? I know I can get it back from Titanium, but is that the only way?
ashwinmudigonda said:
I tried doing this again. This time I went into CWM and did all the cache wipes and did a factory reset. Same error. I even tried to flash gapps 613 version and that also would not let me download apps.
I am trying to understand how the market works. It shows me all my purchased apps on the new ROM. What about my free ones? I know I can get it back from Titanium, but is that the only way?
Click to expand...
Click to collapse
maybe try fixing permissions (had a guy come to #g2root having some problems with the market, and fixing permissions worked for him)
Ok got it to work! I flashed the ROM, went straight to Manage Applications and deleted App data under market. It works now. I wonder why.
ashwinmudigonda said:
Ok got it to work! I flashed the ROM, went straight to Manage Applications and deleted App data under market. It works now. I wonder why.
Click to expand...
Click to collapse
That's pretty much what i did when i had problems with the market and it fixed it for me.
Idk what i did to my phone lol but all my Google apps force close and idk how to fix it any help?
Darkness2147 said:
Idk what i did to my phone lol but all my Google apps force close and idk how to fix it any help?
Click to expand...
Click to collapse
If you want help, you will have to give more info than that. What ROM are you running specifically? Did you make any changes before this problem occurred? Is this a fresh install?
Killa357 said:
If you want help, you will have to give more info than that. What ROM are you running specifically? Did you make any changes before this problem occurred? Is this a fresh install?
Click to expand...
Click to collapse
It's the factory TouchWiz rom and yes it was a fresh 4.4 kk install and I did root it could it be the host file? Cause I did another fresh install and all the apps work fine now except Google play store I've tried uninstalling it and then downloading the new version and putting it in system/apps giving full permissions for install then restarting my phone and nothing seems to be working. I did mess with the host file awhile ago but I did a fresh install again.
Darkness2147 said:
It's the factory TouchWiz rom and yes it was a fresh 4.4 kk install and I did root it could it be the host file? Cause I did another fresh install and all the apps work fine now except Google play store I've tried uninstalling it and then downloading the new version and putting it in system/apps giving full permissions for install then restarting my phone and nothing seems to be working. I did mess with the host file awhile ago but I did a fresh install again.
Click to expand...
Click to collapse
I don't see what a host file would have to do with all of your apps crashing, but then again doing a full wipe and reinstall should fix it if it was something you did with a file. Maybe you have a bad image? Could always just try going to your recovery doing a full wipe without reflashing and see if that fixes anything. Is the play store just force closing or what?
Killa357 said:
I don't see what a host file would have to do with all of your apps crashing, but then again doing a full wipe and reinstall should fix it if it was something you did with a file. Maybe you have a bad image? Could always just try going to your recovery doing a full wipe without reflashing and see if that fixes anything. Is the play store just force closing or what?
Click to expand...
Click to collapse
Yeah its just the Google play store and I've already done a full wipe first it was all the Google apps force closing literally now it's the playstore