Apps won't download - G1 General

Just installed Cyanogen 5.0.7 and I can't get any apps from the market to download? Anyone have a fix or suggestion for this problem?

tyrone2003 said:
Just installed Cyanogen 5.0.7 and I can't get any apps from the market to download? Anyone have a fix or suggestion for this problem?
Click to expand...
Click to collapse
Can you provide more info? What test version? Did you install gapps? We can't help with what you provided.

Had something similar when moving to 2.1. Full wipe including formatting and re-partitioning the SD card fixed that.

supremeteam256 said:
Can you provide more info? What test version? Did you install gapps? We can't help with what you provided.
Click to expand...
Click to collapse
Running 5.0.7T7. I installed gapps. When I first load the rom I'm able to download but once I restore with Titanium Backup thats when the market problem occurs.

-RotorDemon- said:
Had something similar when moving to 2.1. Full wipe including formatting and re-partitioning the SD card fixed that.
Click to expand...
Click to collapse
I will try this when I have some time. thanks

Don't use Titanium, so am not sure how much it backs up - but could this have overwritten your new market and thus causing an issue - does it give you an option to choose what you want to restore?
If you didn't WIPE when going from 4 to 5 then you need to, as Cyanogen has stated not doing so can and probably will cause errors.
(Especially makes sense when I consider that when jumped major versions before rooting the OFA did wipe my phone - thats when I decided to pay for MyBackup Pro).

tyrone2003 said:
Just installed Cyanogen 5.0.7 and I can't get any apps from the market to download? Anyone have a fix or suggestion for this problem?
Click to expand...
Click to collapse
This has always been an issue for me...But a simple reboot always seems to fix it.

Related

process com.android.vending has stopped unexpectedly

Im getting this error and force close on one of my Heros when I try installing any of my apps on any of the 2.1 roms. Im coming from Fresh 1.1 and following the same procedure I used on my other Hero on which the market is fully functional. Ive wiped everything over and over and cleared data on anything that looked like it at to do with the market. I also tried fix apk mismatches from recovery. Short of RUU which Id like to avoid if at all possible Ive tried everything else I can think of. In searching I have come across this error code on other android phones, but nothing on the hero and nothing specific to trying to install apps. So has anyone else seen this? And would RUU do anything a full data wipe didnt already?
Reading instructions has its benefits grasshopper...
Download the latest recovery and throw it onto your SD Card, boot into the old version of recovery and flash the new recovery as a .zip update, reboot into recovery again and then wipe your phone again, then install android 2.1, don't reboot yet, make sure your rom either has it's own custom kernal or download one for 2.1 and flash it, open up adb and clear dalvik cache and boot cache, then reboot your phone and you should load without any problems.
Thanks. But I did that from the get go. Aside from flashing a kernal, but Im running Darchtrev2 on the fully functional Hero that I mentioned and thats got a custum kernal built into the rom. So thats what I started with on the second one using the exact same process without success. Does wiping from adb do more than wiping from recovery? Thats one other thing I didnt do after the initial install.... But do understand you correctly that you have seen this specific error before?
Just bumpin the tread in hopes of finding a solution. I dont even mind gettin flamed for asking a stupid question if I could get linked up with a fix! lol I see its getting views, just no ideas I guess... It sucks cuz everything else works fine except the market. I get the list of my downloads, when I tap on one to install I the download button instead of the install button, so Ill tap on it and I get get the progress bar saying its downloading. When it gets to 100% I get the error and force close... Anyone?
I would try wiping again then flashing fresh 1.1 see if that boots and everything works ok then I would redownload the recovery and flash that still running fresh then reboot make sure everyhting is cool, then redownload whatever 2.1 rom you want and wipe and flash.
doing this serves 2 purposes
1. make sure that somewhere along the line none of the files corupted
2. if you still have the same problem then it will let you know where the problem is coming from.
just process of elimination
if you still have problems after that then I would say RUU, yes it is different than just wiping from recovery as it restores a completely stock image and gets rid of everything else. all a data wipe really does is get rid of user data.
just my opinion.
honestley thinnking about it I RUU'd my phone just for giggles then I re-rooted and then flashed DCv1 right from stock and I found that a lot of the little bugs that people where seeing I wasnt so it may not be a bad idea to ruu anyways.
Thanks for the reply and for giving me something different to try. I hadnt thought about trying that. Frustration I guess! It makes sense though. Ill give it shot. Thanks!
Why not see why it fc'd?
Adb with logcat of ...vending....
Find the syntax here: http://developer.android.com/search.html
Just an idea. It may or maynot give you the insight to fix the cause ( like a parameter ...vending... is null fetching on ).
Yeah, Ive been thinking about RUU'n too just to see if making a fresh start would make any difference, but after all the time I spent getting the one Hero working like I want on 2.1 and the troubles Ive had with the second and what Ive read about people bricking trying to RUU or flash recovery Ive been kinda hesitant....
willy900wonka said:
Why not see why it fc'd?
Adb with logcat of ...vending....
Find the syntax here: http://developer.android.com/search.html
Just an idea. It may or maynot give you the insight to fix the cause ( like a parameter ...vending... is null fetching on ).
Click to expand...
Click to collapse
Thanks. I dont know that Im quite that knowledgable though. Im sure I could read a logcat... understanding what the hell I would be reading is something else again. Saving the url though in case I need to dig deeper. Thanks for the reply.
wtphoto said:
honestley thinnking about it I RUU'd my phone just for giggles then I re-rooted and then flashed DCv1 right from stock and I found that a lot of the little bugs that people where seeing I wasnt so it may not be a bad idea to ruu anyways.
Click to expand...
Click to collapse
Sometimes it's just fun to RUU and do everything again
Alright if you're still having problems then just follow these steps:
Boot into recovery and make a nandroid back up just in case something goes wrong.
Download the latest version of your current 2.1 rom and reflash it from Recovery.
Open up adb and mount the /data directory (adb shell, mount /data)
Enter the following two commands in adb: rm -r /data/boot-cache , rm -r /data/dalvik-cache
Go Back to ADB and type the following commands: cd /data/data/com.android.vending , rm -R cache
Fix UID Mismatches using the tool in Recovery and then reboot your phone
regaw_leinad said:
Sometimes it's just fun to RUU and do everything again
Click to expand...
Click to collapse
or NOT!
Thanks again for your help all. I ended up just RUU'in . I'm with fixxer... fun isn't how I'd describe it! Anyway, I got it all working just to find out its got the mms issue now... if its not one thing its another. Oh well, something for me to work on tomorrow! Thanks again for the replies and advice.
HERNANDEZ4LIFE said:
Thanks again for your help all. I ended up just RUU'in . I'm with fixxer... fun isn't how I'd describe it! Anyway, I got it all working just to find out its got the mms issue now... if its not one thing its another. Oh well, something for me to work on tomorrow! Thanks again for the replies and advice.
Click to expand...
Click to collapse
You should have updated to the latest ruu...
wcgbmd said:
You should have updated to the latest ruu...
Click to expand...
Click to collapse
The latest RUU? I used the 1.56..... I did get it working tho. Flashed the mms. fix zip. Just wasn't expecting to have to as I didn't with my other hero. Don't know what the difference is between the two devices. Both are google branded, but the second one fought me every step of the way.
HERNANDEZ4LIFE said:
Thanks again for your help all. I ended up just RUU'in . I'm with fixxer... fun isn't how I'd describe it! Anyway, I got it all working just to find out its got the mms issue now... if its not one thing its another. Oh well, something for me to work on tomorrow! Thanks again for the replies and advice.
Click to expand...
Click to collapse
First, sorry for the bump.
I just started getting this error and wanted to know if you figured out exactly what it was so I didn't have to go through that whole RUUing process. Thanks.
don't know if this is your problem, but i know on sushi rom you have to go to manage applications, market, click on it and then click on uninstall updates.. Then apps. will download and install correctly.
boredmug said:
don't know if this is your problem, but i know on sushi rom you have to go to manage applications, market, click on it and then click on uninstall updates.. Then apps. will download and install correctly.
Click to expand...
Click to collapse
You're the bomb. That worked like a charm.
boredmug said:
don't know if this is your problem, but i know on sushi rom you have to go to manage applications, market, click on it and then click on uninstall updates.. Then apps. will download and install correctly.
Click to expand...
Click to collapse
Cant believe nobody wrote this first
boredmug said:
don't know if this is your problem, but i know on sushi rom you have to go to manage applications, market, click on it and then click on uninstall updates.. Then apps. will download and install correctly.
Click to expand...
Click to collapse
I was having the same problem on DC a couple days ago and that fixed it for me. I was reading this thread wondering why no one had mentioned it yet.

Cyanogenmod 7 and Marketplace

I just upgraded to CM7 and love it. The new interface is awesome, plus it seems like my phone even operates faster.
Howeverrrrr... I can't open up my Marketplace at all now. This only started happening when I upgraded; I upgraded about an hour ago. Marketplace worked fine this morning before the upgrade.
Anyone else having this problem? Anyone know what I can do to fix it?
What is it you upgraded from? Which version of GAPPS did you install?
CM 6.1 I think. And... I don't know what that is. Can I check it?
When I bought the phone it already had the mod on it.
Ok.. So when switching rom families, such as going from CM6 to CM7, there are a few things you have to do. You need to do a wipe, you install the new rom, then you install gapps.
gapps are the google apps, including market, gmail, etc.
There are plenty of instructions around for how to do all of this. How did you do the upgrade? Are you using rom manager?
JTB
i also installed CM7 today and gapps, but it will not install gmail, youtube and a few others. i used rom man and wiped everything and when i went to install gmail it said it could not be found from the market.
hfslacker said:
i also installed CM7 today and gapps, but it will not install gmail, youtube and a few others. i used rom man and wiped everything and when i went to install gmail it said it could not be found from the market.
Click to expand...
Click to collapse
I have this same issue to, when I try to get those apps from the market it won't install anything at all...And yes i wiped everything before flashing the rom too.
It won't install or it try to download but fail immediately??
If it does that, then it could be that you have some custom MTD partition and that could screw it up. There is a solution, either resize your cache partition to something larger, like 50M, or there is another solution by doing:
su
cp -a /dev/cache/download /data/cache
fight4android said:
It won't install or it try to download but fail immediately??
If it does that, then it could be that you have some custom MTD partition and that could screw it up. There is a solution, either resize your cache partition to something larger, like 50M, or there is another solution by doing:
su
cp -a /dev/cache/download /data/cache
Click to expand...
Click to collapse
worked like a charm, thank you
JTownBrewer said:
Ok.. So when switching rom families, such as going from CM6 to CM7, there are a few things you have to do. You need to do a wipe, you install the new rom, then you install gapps.
gapps are the google apps, including market, gmail, etc.
There are plenty of instructions around for how to do all of this. How did you do the upgrade? Are you using rom manager?
JTB
Click to expand...
Click to collapse
I didn't wipe anything, which is probably why it doesn't work. There was a notification, that said Cyanogenmod 7 was available, so I just updated it from there. Didn't do anything else.
Is there a way I can just remove the old rom, or something? Or do I have to remove CM7 and then re-install it?
I got to say that RC1 IS SMOOTH... I been sporting it for a few days. The only issue I came across the email not gmail but email. Is doesn't redress sometimes.s but its the bees knees.....
Sent from my T-Mobile myTouch 3G Slide using XDA App
Sent from my T-Mobile myTouch 3G Slide using XDA App
Driveshaft said:
Is there a way I can just remove the old rom, or something? Or do I have to remove CM7 and then re-install it?
Click to expand...
Click to collapse
Not sure what you mean by removing the old rom - by installing a new rom you replaced the old one. However, if you didn't wipe the phone then you can run into trouble with data in a different format than your new rom expects. This can, of course, cause weird behavior
You can try just wiping the phone from clockwork - you shouldn't have to re-install the rom, but maybe... Of course all your apps and settings will be lost.
JTB
JTownBrewer said:
Not sure what you mean by removing the old rom - by installing a new rom you replaced the old one. However, if you didn't wipe the phone then you can run into trouble with data in a different format than your new rom expects. This can, of course, cause weird behavior
You can try just wiping the phone from clockwork - you shouldn't have to re-install the rom, but maybe... Of course all your apps and settings will be lost.
JTB
Click to expand...
Click to collapse
Tried that, wiped the phone and the SD card. The CM7 rom is still there, but I lost everything. The Market was completely gone this time, I had to download it off of a forum. When I did download it, it didn't open at all again.
Anyone know of a way that I can download another rom, or go back to the original rom, to replace CM7?
Driveshaft said:
Anyone know of a way that I can download another rom, or go back to the original rom, to replace CM7?
Click to expand...
Click to collapse
Just download a different rom, put it on your sd card, boot into clockwork recovery and install..
Sent from my T-Mobile myTouch 3G Slide using XDA App
fight4android said:
It won't install or it try to download but fail immediately??
If it does that, then it could be that you have some custom MTD partition and that could screw it up. There is a solution, either resize your cache partition to something larger, like 50M, or there is another solution by doing:
su
cp -a /dev/cache/download /data/cache
Click to expand...
Click to collapse
if you don't mind explaining, how do you resize the cache partition? if i do the:
su
cp -a /dev/cache/download /data/cache
method, do i need to do that on windows cmd or on the phone's terminal emulator? my phone has that problem you described, except I don't think I have a custom MTD partition, I just rooted my phone, didn't do S-Off either.
thanks

[Q] error on formating

hey i got an error when formating cache system and data any advice ?
Are you using CWM from uSD or internal? Latest version of CWM?
A strong suggestion for askers, pls provide basic info of your system when asking a question.
The OP's question above is more like "it doesn't work, what next?", that's it, no info, nothing.
skeeterpro said:
Are you using CWM from uSD or internal? Latest version of CWM?
Click to expand...
Click to collapse
votinh said:
A strong suggestion for askers, pls provide basic info of your system when asking a question.
The OP's question above is more like "it doesn't work, what next?", that's it, no info, nothing.
Click to expand...
Click to collapse
as u can tell im a nb but i did i wast trying to put the latest cm but when i went to format the system data and cache it gave me an error on all i ignored it flashed cm dirent boot and then i tried going to restore it it wouldn't let me so i trying flashing 1.0.0 and it installed but when i tried doing 1.0.1 it aborts
artojeda1988 said:
as u can tell im a nb but i did i wast trying to put the latest cm but when i went to format the system data and cache it gave me an error on all i ignored it flashed cm dirent boot and then i tried going to restore it it wouldn't let me so i trying flashing 1.0.0 and it installed but when i tried doing 1.0.1 it aborts
Click to expand...
Click to collapse
If you are using a version of CWR older than 3.2.0.1, update it & the errors will go away.
patruns said:
If you are using a version of CWR older than 3.2.0.1, update it & the errors will go away.
Click to expand...
Click to collapse
hey were can i get the latest one?
artojeda1988 said:
hey were can i get the latest one?
Click to expand...
Click to collapse
Right here!
Or if you have ROM Manager...flash from there.
HTH
skeeterpro said:
Right here!
Or if you have ROM Manager...flash from there.
HTH
Click to expand...
Click to collapse
tried using it dirent work man thanx though is that the latest one?
artojeda1988 said:
hey i got an error when formating cache system and data any advice ?
Click to expand...
Click to collapse
How long have you had your nook color? My guess with the limited information provided is that you have a newer nook with the newer partitions... you will probably have to find the repartition thread and adjust the partitions.
artojeda1988 said:
hey were can i get the latest one?
Click to expand...
Click to collapse
Here: http://www.multiupload.com/0DLC9QATOW
DizzyDen said:
How long have you had your nook color? My guess with the limited information provided is that you have a newer nook with the newer partitions... you will probably have to find the repartition thread and adjust the partitions.
Click to expand...
Click to collapse
hey were can i find the the new reparation thread?
I am having the same issue and here is information from my situation.
Nook Color Refurb....Blue Dot
CWM 3.0.2.8
Got hosed with the 1.3 uupdate
Had rooted 1.2 Stock OS runnigng fine till 1.3. Followed instructions for Re-Rooting but could not get full market. Followed clear cache yadayada and could still not get full market.
Decided to go CM7. Did full backup and went to wipe data/cache etc. When I select cache it errors on format other two fine. Restore backup same error on format cache but brought me back to kinda stock OS but not fully the same.
I would like to co CM7 but just need reliable root for 1.3 to get full market if that is all I can get.
Thanks
well i think i biked my nook lol hopefully does not happen to u
Sm0lders said:
I am having the same issue and here is information from my situation.
Nook Color Refurb....Blue Dot
CWM 3.0.2.8
Got hosed with the 1.3 uupdate
Had rooted 1.2 Stock OS runnigng fine till 1.3. Followed instructions for Re-Rooting but could not get full market. Followed clear cache yadayada and could still not get full market.
Decided to go CM7. Did full backup and went to wipe data/cache etc. When I select cache it errors on format other two fine. Restore backup same error on format cache but brought me back to kinda stock OS but not fully the same.
I would like to co CM7 but just need reliable root for 1.3 to get full market if that is all I can get.
Thanks
Click to expand...
Click to collapse
Your CWR file is too old. Use version 3.2.0.1.
patruns said:
Your CWR file is too old. Use version 3.2.0.1.
Click to expand...
Click to collapse
i have tried the new one still cant format but i can boot to nookie froyo sd card version

[Q] Insufficient storage available

Hello, I have a problem, can't install Titanium backup, from market, or from phone, it gives me this storage error. I know I have enough space, and I can install other applications without problems, only can't install TB. I'm currently on Quarx ICS 18.3 build for Defy+ (I have Defy). Tried returning to older versions, tried older gapps, wiping cache, nothing helped. Anyone knows what the problem is ? Or can anyone suggest me good backup apk (haven't used anything except TB) to try data wipe and restore apks with data ?
Try dalvik cache too. And also use the latest version of TB. might help i think..
Sent from my MB525 using Tapatalk
luciferps said:
Try dalvik cache too. And also use the latest version of TB. might help i think..
Sent from my MB525 using Tapatalk
Click to expand...
Click to collapse
Done that, but still no go.
Sent from my ICS Defy
Had the same issue when I fresh installed 1803 Quarx. I then went back to 0503, set up the ROM with all the tweaks and stuff, then flashed 1803 over 0503 without any wipes and now all is good.
Auris 1.6 vvt-i said:
Had the same issue when I fresh installed 1803 Quarx. I then went back to 0503, set up the ROM with all the tweaks and stuff, then flashed 1803 over 0503 without any wipes and now all is good.
Click to expand...
Click to collapse
Tried that but then titanium gives me constantly fc
Sent from my ICS Defy
What version of TB are you using? I use 4.6.7 and gapps from 24022012.
Auris 1.6 vvt-i said:
What version of TB are you using? I use 4.6.7 and gapps from 24022012.
Click to expand...
Click to collapse
I was on 4.8.0, tried older gapps, and older versions of TB but still no good.
Well, the only thing left to do was a full data wipe..and now it works great.
Sent from my ICS Defy
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
You da maaaaaaaaaan!!!!
Djidara said:
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
Click to expand...
Click to collapse
Saved me a lot of headache/heartache!! That did it for me. Have been trying EVERYTHING (except for complete data wipe) for 2 weeks!
Thanks again!
Djidara said:
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
Click to expand...
Click to collapse
Thanks a lot, where were you a few days ago
Sent from my ICS Defy
Djidara said:
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
Click to expand...
Click to collapse
Thanks a million, You saved me alot of time.
Djidara said:
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
Click to expand...
Click to collapse
You, sir, are an absolute legend!! any idea on why this happened? why would Titanium leave behind an odex file that stops installation?
My pleasure to help. Have no idea why would TB do that, but now we know how to fix it ^^
Sent from my HTC EVO 3D X515m using Tapatalk 2 Beta-4
Djidara said:
My pleasure to help. Have no idea why would TB do that, but now we know how to fix it ^^
Sent from my HTC EVO 3D X515m using Tapatalk 2 Beta-4
Click to expand...
Click to collapse
Thank you SOOOO MUCH! Just ran into this issue on a Galaxy Nexus. Thanks bro!
Djidara said:
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
Click to expand...
Click to collapse
great, it works.
many thanksss
THANKS a lot dude! Saved my day!
Djidara said:
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
Click to expand...
Click to collapse
Thank you so much, it's helped me too. Before this, i always did full wipe to install/upgrade ROM then restore data with TB..
Djidara said:
After a little digging i found a solution for this problem. Go to data/app/ and delete com.keramidas.TitaniumBackup.odex. After that just install TB from market normally, no need for full data wipe.
Click to expand...
Click to collapse
amazing!!! thank you!!
I use 4.6.7 and gapps from 29042012

[Q] Installing google apps back onto Nexus 7 Pacman Rom

If anybody had seen my previous issue I apologize for wasting your time, I was able to resolve the issue by wiping every last bit of data from the system, which resulted in the tablet having no OS and I was able to re-install Pacman without further issue.
But now my question is this, with seemingly everything back to normal, so far as installing a new rom goes, how can I get my necessary google apps back onto my tablet?
Also how can I restore the apps I previously installed? I see that everything is still on the storage but I can't access any of the apps.
JohnathanKatz said:
If anybody had seen my previous issue I apologize for wasting your time, I was able to resolve the issue by wiping every last bit of data from the system, which resulted in the tablet having no OS and I was able to re-install Pacman without further issue.
But now my question is this, with seemingly everything back to normal, so far as installing a new rom goes, how can I get my necessary google apps back onto my tablet?
Also how can I restore the apps I previously installed? I see that everything is still on the storage but I can't access any of the apps.
Click to expand...
Click to collapse
Did you reflash the gapps? Thats the only way to get the necessary gapps that I know of. As for the restoring your old apps if you didn't use an app backup like mybackup pro or titanium backup then I don't know how you'll get them back.
drkstr_yu said:
Did you reflash the gapps? Thats the only way to get the necessary gapps that I know of. As for the restoring your old apps if you didn't use an app backup like mybackup pro or titanium backup then I don't know how you'll get them back.
Click to expand...
Click to collapse
So far as the apps were concerned I suspected as such, I just figured that the data would be readily available but a lesson was learned.
And yes I did try to reflash gapps but I still got the error prior to reflashing the rom after wiping the system data.
But I got frustrated with it and backed up my system data back to stock; I was thinking maybe I used the wrong gapps file for my rom but the app I used found the file that was compatible with it and so I thought it was safe to use, but after trying to reflash gapps 3 times it didn't work at all.
JohnathanKatz said:
So far as the apps were concerned I suspected as such, I just figured that the data would be readily available but a lesson was learned.
And yes I did try to reflash gapps but I still got the error prior to reflashing the rom after wiping the system data.
But I got frustrated with it and backed up my system data back to stock; I was thinking maybe I used the wrong gapps file for my rom but the app I used found the file that was compatible with it and so I thought it was safe to use, but after trying to reflash gapps 3 times it didn't work at all.
Click to expand...
Click to collapse
Sorry to heard that about your apps but as far as the gapps are concern these are the ones that I used
http://forum.xda-developers.com/showthread.php?t=2183408
drkstr_yu said:
Sorry to heard that about your apps but as far as the gapps are concern these are the ones that I used
http://forum.xda-developers.com/showthread.php?t=2183408
Click to expand...
Click to collapse
Thank you very much for your help, I'll have to try this next time I use a rom, won't be any time soon after my first bitter taste of having used one but I still appreciate the help.:good:

Categories

Resources