Market app disappeared on Samsung Captivate - Captivate Q&A, Help & Troubleshooting

I reset my phone to factory setting and now I am missing a couple apps. The 2 that I notice are the Market app and my GMail app. I've done a lot of research and can't figure out how to return these two apps. Anyone have any suggestions?

MDMontemayor said:
I reset my phone to factory setting and now I am missing a couple apps. The 2 that I notice are the Market app and my GMail app. I've done a lot of research and can't figure out how to return these two apps. Anyone have any suggestions?
Click to expand...
Click to collapse
You can get both on the market's website.

how can he get the market without the market?

TRusselo said:
how can he get the market without the market?
Click to expand...
Click to collapse
Market's website lol.. From your pc (or even using the browser on your phone)
Cmon Tru

yeah i tried that... no go. and the android market pushes to the market app..
no downloads that i see!...???
quote from android market downloading issues FAQ:
Android Market disappearing after Android 2.2 Update We're receiving reports from some users that the Android Market app is disappearing after receiving the Android 2.2 update. We're working with carriers and device manufacturers to resolve the issue and restore your access to Android Market.
In the meantime, if you'd like to resolve the issue immediately, we recommend performing a factory data reset on your device. Please note that this will reset your device to its original state, and while your media content (photos, music, etc.) will not be deleted from the SD card, applications and their related data will be uninstalled. To perform a factory reset:
Go to Home > Menu > Settings > Privacy
Press "Factory data reset"
Press "Reset phone"
Your phone will restart, and after everything resets you'll be able to access Android Market again. Note that in some devices the "Factory data reset" option may be located under a different menu item, such as Phone Storage.
Click to expand...
Click to collapse

TRusselo said:
yeah i tried that... no go. and the android market pushes to the market app..
no downloads that i see!...???
quote from android market downloading issues FAQ:
Click to expand...
Click to collapse
Wow that's weird
Ok well sorry, it worked for me on my friend's phone couple weeks ago

are you sure that wasnt "another market" something from another "planet" maybe?

TRusselo said:
are you sure that wasnt "another market" something from another "planet" maybe?
Click to expand...
Click to collapse
Haha no, it wasn't.. Although, wondering if App brain has a website where it could be downloaded? And from App brain, download the Market app.
Just a though

wait duh...
ill just grab an apk out of a rom file...
extract and mount system RW
drop the 2 files in system/app/
unmount (RO)
reboot
im smarter after 4:20

TRusselo said:
wait duh...
ill just grab an apk out of a rom file...
extract and mount system RW
drop the 2 files in system/app/
unmount (RO)
reboot
im smarter after 4:20
Click to expand...
Click to collapse
Can you explain this to someone that doesn't know what their doing? Also, did it work for you?

oh crap.. umm...
are you rooted?
and ive never lost it... so.. this might work... wont hurt...

MDMontemayor said:
Can you explain this to someone that doesn't know what their doing? Also, did it work for you?
Click to expand...
Click to collapse
TRusselo said:
oh crap.. umm...
are you rooted?
and ive never lost it... so.. this might work... wont hurt...
Click to expand...
Click to collapse
You'll need Root Explorer to do that.
And you'll need root, like TRus mentioned.

41LY45 said:
You'll need Root Explorer to do that.
And you'll need root, like TRus mentioned.
Click to expand...
Click to collapse
Or if you have ADB, you could extract the market and gmail .apk's and adb install them to your phone.
Good luck!
~Gemuse

yes it is rooted. I dont know what adb is, can you explain? I'll do some research also.

[Guide] Easy Adb setup with shortcut for noobs (pictures!) - xda-developers
15 Useful Android Terminal (adb Shell) Commands to Follow Gadgets DNA
that first guide is by me so hit the thanks...
or get a root file explorer program off the market for free,
get the app "SGS Tools" use it to "run script" > mount system RW
drop the apps in /system/apps/ with your explorer app
use "SGS Tools" again to "run script" > mount system RO
or buy the app root explorer. it has the RW RO button built in. so no run script....
or flash a custom rom..
or try a factory reset again...

^ A simple reflash of the ROM cleared up the problem of the missing apps for me.
Went from GR-12 to Subpression 3 and had the missin app problem...reflashed Subpression 3 and was good to go and then updated to 3.2 and no problems there either.
edit: I realize the OP said they reset their phone to factory settings, but I thought I'd leave my post anyway just incase someone flashed a custom ROM and experienced this problem.

I just had this issue after installing a theme and simply extracted the GR12 files on my SD card and installed the Market and vending apks.

Related

Wiping Question[look at post #12,19]

Hey all.
After installing CM-v4.0.2 and the Dark Dream Theme I was golden.
Then I wanted to try Jac xrom. So I ran recovery, wiped, and installed and loaded the rom.
Everything was ok. But I noticed my apps were still showing up even after wiping. I think this is because of the A2SD feature....some would FC but I just uninstalled those ones and reinstalled and they worked.
So I ran recovery, wiped, and then installed CM 4.0.4. My apps are still there.
So now you know my history, how can I "WIPE" my SD card from my phone, if that is even possible?
I know how with my partition manager, but that is such a hassle....
Code:
mount -o rw /dev/block/mmcblk0p2 /system/sd
cd /system/sd
rm -r *
try that
Is that from Virtual terminal, or from recovery terminal?
Since u have cyan's 1.4 recovery u can fix it without deleteing them and installing agian. Go into the recovery console and run fix_permissions reboot and you sould be good. Should look like this:
Fix_permissions (press enter)
Reboot(press enter)
After it reboots u shouldnt have anymore fc!
rakjer said:
Is that from Virtual terminal, or from recovery terminal?
Click to expand...
Click to collapse
its better to do it in the recovery terminal, but you can do it in terminal but you will receive massive force closes till your wipe your phone and flash a new rom. but try to do what pistol4413 said first, if you want to keep you apps
So if I wanted to start from scratch(no apps on SD) I would:
-Run the code david1171 provided from terminal
-flash a fresh rom
-flash a fresh theme
and if I want to change roms after that I would:
-wipe
-flash new rom
-run fix_permissions
[EDIT]
Would it be smart to do a nandroid backup so if I dont like a rom I can just reflash the backup?
rakjer said:
So if I wanted to start from scratch(no apps on SD) I would:
-Run the code david1171 provided from terminal
-flash a fresh rom
-flash a fresh theme
and if I want to change roms after that I would:
-wipe
-flash new rom
-run fix_permissions
Click to expand...
Click to collapse
yep you got it or for changing roms you shouldn't have to wipe if going between cupcake builds but a wipe is needed if changing from a hero to cupcake or vice versa.
Wow you posted fast. Thanks. I couldnt even edit that fast.
Would it be smart to do a nandroid backup so if I dont like a rom I can just reflash the backup?
rakjer said:
Wow you posted fast. Thanks. I couldnt even edit that fast.
Would it be smart to do a nandroid backup so if I dont like a rom I can just reflash the backup?
Click to expand...
Click to collapse
yeah i nandroid before flashing any new rom that i think could mess up. and i just go between forums a lot. i have the dev, theme, and Q&A in my toolbar on firefox so i just click between them frequentlly lol
So that code you provided only deletes the contents of the partitions, and not the partitions themselves?
rakjer said:
So that code you provided only deletes the contents of the partitions, and not the partitions themselves?
Click to expand...
Click to collapse
that is correct. to delete the actual partition you would have to go into parted via the recovery console and type rm x(substitute with whichever partition needs to be removed)
Ok. So I formatted my SD. Re-flashed 4.0.4.(no theme this time)
Now all is ok EXCEPT, when I go to my downloads, everything I have purchased/downloaded says it is still installed ,and I try to uninstall and it gives an "uninstall unsucessful". After that it highlights the app and makes it "purchased" so I can DL it again.
I tried to run fix_permissions but this had no effect.
Anyway around this?
Has this already been addressed? If not should I post this in Cyanogens thread?
It is possible that it is your market database connected to your gmail account, I wouldn't worry about it if the programs are no longer there
gridlock32404 said:
It is possible that it is your market database connected to your gmail account, I wouldn't worry about it if the programs are no longer there
Click to expand...
Click to collapse
that's correct don't worry about it. if they say free beside them that should mean that they are no longer on your phone but it is still linked to the market database
He is saying that he is trying to uninstall them though so it would have to be saying installed so it is sounding more like some type of remains possibley on there
gridlock32404 said:
He is saying that he is trying to uninstall them though so it would have to be saying installed so it is sounding more like some type of remains possibley on there
Click to expand...
Click to collapse
now i am confused bc he says it says free... wouldn't it say installed if the phone still thought the app was installed
oh wait i went back and reread what he said a few times, and from what i understand it could be that the phone registers the apps being on it but when he tries to uninstall it the phone can't find the app, then it says uninstall unsuccessful and gives the option to reinstall it. maybe thats what it is
That is exactly what is going on, it's nothing to worry about though
gridlock32404 said:
That is exactly what is going on, it's nothing to worry about though
Click to expand...
Click to collapse
at least now he has a reason behind it yay for logical deduction
That is what is happening guys. Thanks for the insight.
All my purchased apps say installed, even though they are not installed.
When I select one from the "my downloads" it gives the option to run or uninstall.
-If I choose run, it says app not found
-If I choose uninstall, it says uninstall unsuccessful.
After all that, the app goes back to "purchased" status do I can DL again.
Same goes for the free apps.
This is quite bothersome.
Now I am just in need of a fix
Does any one have a fix or any suggestions to fix?
rakjer said:
That is what is happening guys. Thanks for the insight.
All my purchased apps say installed, even though they are not installed.
When I select one from the "my downloads" it gives the option to run or uninstall.
-If I choose run, it says app not found
-If I choose uninstall, it says uninstall unsuccessful.
After all that, the app goes back to "purchased" status do I can DL again.
Same goes for the free apps.
This is quite bothersome.
Now I am just in need of a fix
Does any one have a fix or any suggestions to fix?
Click to expand...
Click to collapse
try going to settings- applications- manage applications- market- clear cache.

Android Market even close when i open

Hi,
i have a rooted G1 with CyanogenMod.
My problem is when i open the market it instantly close himself....
Update and wipe dalvik-cache haven't helped, yet...
How do i get the market app working???
ScorqYoN
Edit:
Fixed. The reason for that problem seems:
borodin1 said:
FYI... your problem was because you deleted Gtalk as it contains something used to authenicate you with Google. Don't touch Google apps to be safe, amazon is fine to remove.
Click to expand...
Click to collapse
Please help! I want to go through the market.
Noone????
Did you run from terminal:
$su
#fix_permissions
Could help. Not sure.
did you try fix_permissions in console of recovery screen (or via adb in recovery screen)?
billquinn1 said:
Did you run from terminal:
$su
#fix_permissions
Could help. Not sure.
Click to expand...
Click to collapse
Good idea. I tried, but didn't help...
I also tried to delete all permissions in superuser but didn't help, too...
shmigao said:
did you try fix_permissions in console of recovery screen (or via adb in recovery screen)?
Click to expand...
Click to collapse
I have Recovery-RA-dream-v1.5.2 and i can't write the " _ " in the console with "alt" and "r".
Update and clearing dalvik-cache also didn't help...
Slowly i become desperate with this problem.
It came when I deleted Ndrive, because i wanted to update to newest version...
Oh, i also can't open the setting option "Data synchronization"...
Last time i have deleted some apps in system/apps with root explorer because i wanted to delete amazon mp3 etc.
Have i delete a important app???
How do i fix it without a complete wipe???
Noone idea what i can do???
Update/Reflash of CyanogenMod didn't help and i don't want to wipe all...
ScorqYoN said:
Good idea. I tried, but didn't help...
I also tried to delete all permissions in superuser but didn't help, too...
I have Recovery-RA-dream-v1.5.2 and i can't write the " _ " in the console with "alt" and "r".
Click to expand...
Click to collapse
RA-Recovery has an option under "Other" called "fix uid mismatch", this is the command you want, same as fix_permissions in cm-recovery. if you cannot type an underscore in RA-recovery console, you should check that thread to see if this bug has been reported, if not you should please report it so it can be fixed. thank you. good luck, just run "fix uid mismatch" under "other" in recovery and let us know if that fixes it...
-BMFC
Can you Log in to Gtalk and Gmail or do you get the same Issues?
I had this In all google apps when I had a google.partner.setup FC. Kept me logged out of my Google account with no way of getting back in (That I could see)
I had to Wipe, Install a previous (older) version, Sign in, and then Reinstall ROM WITHOUT a data wipe. Worked a treat as a work around
KYI
bmfc187 said:
RA-Recovery has an option under "Other" called "fix uid mismatch", this is the command you want, same as fix_permissions in cm-recovery. if you cannot type an underscore in RA-recovery console, you should check that thread to see if this bug has been reported, if not you should please report it so it can be fixed. thank you. good luck, just run "fix uid mismatch" under "other" in recovery and let us know if that fixes it...
-BMFC
Click to expand...
Click to collapse
Didn't help....
killyouridols said:
Can you Log in to Gtalk and Gmail or do you get the same Issues?
I had this In all google apps when I had a google.partner.setup FC. Kept me logged out of my Google account with no way of getting back in (That I could see)
I had to Wipe, Install a previous (older) version, Sign in, and then Reinstall ROM WITHOUT a data wipe. Worked a treat as a work around
KYI
Click to expand...
Click to collapse
Oh yes, i also can't use GMail. When i open it, it come the failure that the process com.google.gapps was aborted...
GTalk have i deleted, such as amazon mp3 etc., with root explorer...
It's possible that i also have deleted an app named gapps... because i haven't gapps in /system/app...
Where do i get it back without wipe and flash???
Where do i get this app???
Ahhh, i reflashed the "devphone_userdebug-ota-14721" image and then the cyanogenmod...
Now market work fine! GMAil etc. also!
Thanks for helping
ScorqYoN
please edit your first post to you have fixed the problem, thanks
FYI... your problem was because you deleted Gtalk as it contains something used to authenicate you with Google. Don't touch Google apps to be safe, amazon is fine to remove.
OK, thanks for tip borodin1.
Just want to add this in case anyone runs into same thing. I switched from CM to Super D, I used backup for root users and let it restore everything and had this problem. It may confuse your apps so I had to wipe and reload apps a different way. Market works fine now. Just wanted to throw that in.

[Q] Root Explorer Help Needed

Long time lerker, first time poster. I have been active on AndroidCentral, but need help from the experts in XDA.
I am running Nookie Froyo off the card. Everything is running great except the google market is absolutely TERRIBLE. It is missing tons of apps. Therefore, I was going through the directions posted in the forum...i.e. change the build.prop file
I can open Root Explorer, then can open /system; but then I can NOT mount as rw. When I hit Mount as rw the button lights up but will NOT switch it to rw. Therefore, I can not rewrite the needed file. Any help? Ideas?
Any other options to get Market to show more apps?
jrid32 said:
Long time lerker, first time poster. I have been active on AndroidCentral, but need help from the experts in XDA.
I am running Nookie Froyo off the card. Everything is running great except the google market is absolutely TERRIBLE. It is missing tons of apps. Therefore, I was going through the directions posted in the forum...i.e. change the build.prop file
I can open Root Explorer, then can open /system; but then I can NOT mount as rw. When I hit Mount as rw the button lights up but will NOT switch it to rw. Therefore, I can not rewrite the needed file. Any help? Ideas?
Any other options to get Market to show more apps?
Click to expand...
Click to collapse
Does Root Explorer have Superuser permissions? If so you might try wiping data with Titanium BU or uninstalling and reinstalling RE.
bdcrim said:
Does Root Explorer have Superuser permissions? If so you might try wiping data with Titanium BU or uninstalling and reinstalling RE.
Click to expand...
Click to collapse
I tried reinstalling RE. I will try the wiping data route.....
No luck with wiping data. Any other ideas?
Are other apps, like SoftKeys, getting superuser permissions?
Homer
Homer_S_xda said:
Are other apps, like SoftKeys, getting superuser permissions?
Homer
Click to expand...
Click to collapse
Yes.......
jrid32 said:
Yes.......
Click to expand...
Click to collapse
If you haven't already, may try going into Superuser and forget RE. Open it back up and allow.
bdcrim said:
If you haven't already, may try going into Superuser and forget RE. Open it back up and allow.
Click to expand...
Click to collapse
Completed, but still doesn't work. I just want updated market will all the apps...
jrid32 said:
Completed, but still doesn't work. I just want up updated market will all the apps...
Click to expand...
Click to collapse
If I remember right, superuser is linked to busybox. Try going to Titanium BU and choose problems tab. Update busybox and see if that makes any difference. Grasping for straws here.
bdcrim said:
If I remember right, superuser is linked to busybox. Try going to Titanium BU and choose problems tab. Update busybox and see if that makes any difference. Grasping for straws here.
Click to expand...
Click to collapse
Didn't work. This is becoming quite frustrating!!!
jrid32 said:
Didn't work. This is becoming quite frustrating!!!
Click to expand...
Click to collapse
I assume you have tried rebooting. Other things maybe to try; run the fix permissions utility in Rom Manager (some have had new issues after this, most don't); Get the new market apk on the "themes and apps" forum if you don't have one and try to install it with root explorer from your download after a short press. Is your 2.1 stock or rooted? If rooted, pull your nookie card and try to update from 2.1. If none of those work, I would not have any other ideas. Good luck.
Had the same problem a while back. Installed busybox from the market and it seemed to fix Root Explorer. Maybe using Titanium Backup to get busybox isn't working. I'd try getting busybox straight from the market...

[Q] Contacts process force close after removing some bloatware

Would really appreciate some help.
Removed some bloatware via Titanium Backup, and of course, I got trigger happy.
process com.motorola.contacts (Contacts force closes)
process com.motorola.conversations (text messaging force closes)
So I have Root Explorer and got a hold of a system dump for Bionic.
I started by moving YahooContacts.apk (one of the apps I guess I shouldn't have uninstalled) back to the /system/app folder...but it doesn't show up anywhere as an installed app (just that the .apk was moved). If I try to actually select the .apk and try to install it says "Application did not Install" but the .apk IS moved.
Processes still don't work after moving.
I would appreciate any help, at this point I can't text or place calls. Thanks in advance, this forum helped me with the entire root process.
You cannot freeze/remove ANY of the other authenticator apps, it will cause contacts to freeze. I ran into that on the Droid 3.
First off there is no need to delete/remove, Freezing them accomplishes the same thing but most importantly it allows you to reverse what you have broken by Defrosting it. Do yourself a favor stop deleting and start freezing. If 16GB is not enough internal storage for you then you might consider an external HD from Seagate!!!!!!! LOL
I realize I made a big mistake. That's totally on me But it's in the past
Do I have any options to get this working again? I am definitely going to freeze apps in the future.
If I did delete an authenticator process, is there any way I can get those back? Would they be available through a system dump?
I believe that you need to make sure the permissions are correct after reinstalling an apk to the system/app folder. I've never done this, so I'll let you do the research. I've heard you can use root explorer to do this or a script with terminal emulator. Sorry I can't help more
I have the exact same problem, and am attempting to troubleshoot this issue on a different forum, however I am not allowed to post links but I'll try and keep you updated.
Edit: It's not a problem with permissions, I've made sure that they're correct with root explorer. It seems to be a Bionic-specific issue. I might just return it at this rate.
Thankfully, there's an unroot to use. I think im in the same boat. re-added all the yahoo related .apk and .odex and set permissions/owner, still nothing. Unroot and hope the Verizon dude is in a good mood!
Except now ADB is throwing "ERROR: ADB could not be granted root access" when trying to unroot
excellent.
Someone in the thread I was talking about had some success, its on droidforums dot net, droid bionic forum, bionic support, HELP! accidentally deleted IMSCServer from Droid Bionic thread. Maybe you can try something I haven't.
just do a factory reset thats what i had to do as I had the same problem.
I tried that, it didn't work... Did you actually get your system apps back? Did you do it through settings or the recovery menu?
i froze my bloat thats prob the difference and it was yahoo that caused the problem for me...
GLIMMERMAN76 said:
i froze my bloat thats prob the difference and it was yahoo that caused the problem for me...
Click to expand...
Click to collapse
It really begs the question why anything with Yahoo is required by the system. Furthermore, why did they make it so frustratingly hard to reinstall system apps on the Bionic? Really disappointed in Motorola for this.
Here is the fix for Contacts, restore these files and set correct permission, reboot and presto Contacts fixed
That did it.. I have been looking for the YAHOO Contacts.apk file for 3 days with a bloody wortheless phone that I spent 300 shells on!
BTW I agree with Glimmerman, WHY DID YAHOO get involved in contacts? Talk about a sneaky way in integrate them.
0mie said:
Here is the fix for Contacts, restore these files and set correct permission, reboot and presto Contacts fixed
Click to expand...
Click to collapse
Sorry if I'm newbtastic here but what do I do with these APKs and odex. I tried installing with ES explorer but it would not install. Am I supposed to move these files somewheres? /system/app then try install ? Thanks
answered my own question. I WAS newbtastic afterall. LOL. Thanks anyways. This did it. Dang Yahoo!
lol yep my girlfriend did this yesterday fortunately i have a bionic too so i just pulled the files from my phone and pushed to hers.
damn you yahoo.
also, apparently go contacts EX will 'fix' the problem (you must use their app however)
phil7280 said:
Sorry if I'm newbtastic here but what do I do with these APKs and odex. I tried installing with ES explorer but it would not install. Am I supposed to move these files somewheres? /system/app then try install ? Thanks
Click to expand...
Click to collapse
Wait - WHERE are we putting the Contact fix and do we extract it once we've moved it?
0mie said:
Here is the fix for Contacts, restore these files and set correct permission, reboot and presto Contacts fixed
Click to expand...
Click to collapse
I'm confused as to where to put this. I downloaded it and it downloaded into tapatalk downloads. Where do I move it and do I extract it?

HELP!

So here's my problem. I successfully flashed my Galaxy S GT-I9000 to ICS Infinitum but I have a problem. I tried installing apps which is root required but my phone says I need to root my phone in order to use that app but when I check, I have superuser access. I can't even see my sim contacts. And I tried disabling 2g but 3g won't come up. How will I fix this? I wanted to post this to Infinitum thread but system won't allow me because I'm a newbie. Please help
Go to recovery mode and wipe data and cache
Sent from my GT-I9000 using XDA
laehtis said:
Go to recovery mode and wipe data and cache
Sent from my GT-I9000 using XDA
Click to expand...
Click to collapse
I will try that and let you know.
EDIT: Thank you. I have my 3g working now And with the root problem, I went to superuser preferences and allow it always. Thanks dude! Is there a way to go back to my old gallery? I like the 3d gallery.
I had a bug on CM9 where Superuser permissions wouldn't pop up, going into superuser and changing the setting to automatically allow worked, but I don't recommend doing this for obvious security reasons.
Aadilnz said:
I had a bug on CM9 where Superuser permissions wouldn't pop up, going into superuser and changing the setting to automatically allow worked, but I don't recommend doing this for obvious security reasons.
Click to expand...
Click to collapse
Did you find something weird about the camera? I think mine is a little bit dark. And yes I know about that superuser permission. But the thing is, you wouldn't install that app if you don't want it to be allowed right? Of course you always allow those apps that you want to install that's why I set it to 'always allow'
EDIT: Is there a way to set my notification tone and ringing tone?
Funny. Can't even send a message. Can't add recipients. Tch
Make "Fix permissions" in the recovery.
vades said:
Make "Fix permissions" in the recovery.
Click to expand...
Click to collapse
HOW TO ADD RECIPIENT IN MESSAGING? Pfff. Can't find the option here even in SlimICS.
cessprin00 said:
I will try that and let you know.
EDIT: Thank you. I have my 3g working now And with the root problem, I went to superuser preferences and allow it always. Thanks dude! Is there a way to go back to my old gallery? I like the 3d gallery.
Click to expand...
Click to collapse
Good to hear that is working now!=)
If you mean Android's stock gallery, I attach it. Download it to your sdcard.
Download File Manager (Rhytm Software).
Then open it-->settings-->scroll--->check root explorer-->click yes--->check Mount system folders.
Now copy that .apk to system/app and reboot.
cessprin00 said:
HOW TO ADD RECIPIENT IN MESSAGING? Pfff. Can't find the option here even in SlimICS.
Click to expand...
Click to collapse
Hi , you just start typing the name in the box to add recipients...totally different on ics than gingerbread...took me a while as well !!

Categories

Resources