market not working - Barnes & Noble Nook Tablet

somehow my wife managed to delete the android market off the tablet,
no biggie ill just reinstall it
opened up adb installed it from my gapps folder. success! opens and asks to add account, as soon as i click yes. BAM! forceclose, any ideas?

jsox79 said:
somehow my wife managed to delete the android market off the tablet,
no biggie ill just reinstall it
opened up adb installed it from my gapps folder. success! opens and asks to add account, as soon as i click yes. BAM! forceclose, any ideas?
Click to expand...
Click to collapse
Clear data, try again.. If that doesn't work, and try reinstalling the market apk which I believe is called vending.apk. Try again, and if it still doesn't work double check to see if vending.apk is in system/app.
Report back with your results...
Sent from my Nook Tablet using XDA PREMIUM

If you used adb install command then vending.apk (market) will install in /data partition,instead use adb push vending.apk /system/app/ ,it should be pushed with the right permissions 644 double check just in case.
Veronica
Sent from XDA using one of my Android Toys

Related

Gmail 2.3 APK Download (when Market install fails)

I couldn’t install the Gmail.APK from the Android Market. It kept saying something about "installation unsuccessful".
I backed up and uninstalled using Titanium Backup, then I downloaded the APK and installed it.
Synced my accounts and good to go.
installed fine for me...running CELB Froyo.
Yeah, I'm running KaosFroyo v31. Maybe upgrading to the latest version fixes it. I'll try it later.
If you get a signature failure when installing from market just do the following:
Code:
adb remount
adb shell
rm /system/app/Gmail.apk
pm uninstall com.google.android.gm-1.apk
it may need be /system/app/com.google.android.gm-1.apk or even /data/app/com.google.android.gm-1.apk
and you should be able to install fine from the market.
Running KaosFroyo v35-1, I kept getting "installation unsuccessful" errors when installing from the market or from this downloaded apk (Thanks a bunch, btw!)
Got it to work this way:
1) Using Root Explorer, renamed gmail.apk to gmail.bak in system\app\
2) Reboot phone
3) Ran the gmail.apk acquired here, though I assume that the market installation may work at this step, too.
So good I said it twice!
I tried uninstalling it and then installing from the Market and it still failed. I had to install from the downloaded APK. I have no idea why.
It installed just fine in Nonsensikal 7
Just installed successfully on KaosFroyo v35.
Sent from my FroyoEris using XDA App
Cavyjason said:
Running KaosFroyo v35-1, I kept getting "installation unsuccessful" errors when installing from the market or from this downloaded apk (Thanks a bunch, btw!)
Got it to work this way:
1) Using Root Explorer, renamed gmail.apk to gmail.bak in system\app\
2) Reboot phone
3) Ran the gmail.apk acquired here, though I assume that the market installation may work at this step, too.
Click to expand...
Click to collapse
I can confirm that the market installation works at this point. Thanks!
Zalatorisaurus said:
Just installed successfully on KaosFroyo v35.
Sent from my FroyoEris using XDA App
Click to expand...
Click to collapse
is it just me..or when I installed 35-1, I swear the new gmail came with it...or it auto downloaded from the market and I didnt realize it... but I just went to the market, did a search for GMAIL, and downloaded it which installed correctly.
When I loaded the "downloaded" one, it looked like the one that came with 35-1.
Did I miss something?
Decad3nce said:
If you get a signature failure when installing from market just do the following:
Code:
adb remount
adb shell
rm /system/app/Gmail.apk
pm uninstall com.google.android.gm-1.apk
it may need be /system/app/com.google.android.gm-1.apk or even /data/app/com.google.android.gm-1.apk
and you should be able to install fine from the market.
Click to expand...
Click to collapse
worked for me! Titanium backup couldn't uninstall and root explorer couldn't delete it, adb route went perfectly
Cavyjason said:
Running KaosFroyo v35-1, I kept getting "installation unsuccessful" errors when installing from the market or from this downloaded apk (Thanks a bunch, btw!)
Got it to work this way:
1) Using Root Explorer, renamed gmail.apk to gmail.bak in system\app\
2) Reboot phone
3) Ran the gmail.apk acquired here, though I assume that the market installation may work at this step, too.
Click to expand...
Click to collapse
I tried this method. However when I rebooted, GMail (or rather GMail_V2.1.1)reverted back to being a .apk file. It is as if the changes carried out in Root Explorer are not sustained following a reboot.
Guessing this is Froyo Only...
piccolo75 said:
I can confirm that the market installation works at this point. Thanks!
Click to expand...
Click to collapse
I tried to this and it won't work on my rooted desire, after I reboot I've noticed in root explorer the gmail revert back to .apk. Even when I try to uninstall using titanium, the app is still there on my phone.
Updating Google Apps fail on Tazzv5, but if I uninstall that app with titanium and reboot it will install correcly
Downloading now.. Thank u!!
I tried this command: adb remount
I always get this error:
remount failed: No such file or directory
But, I can find my device with adb devices
Cavyjason said:
Running KaosFroyo v35-1, I kept getting "installation unsuccessful" errors when installing from the market or from this downloaded apk (Thanks a bunch, btw!)
Got it to work this way:
1) Using Root Explorer, renamed gmail.apk to gmail.bak in system\app\
2) Reboot phone
3) Ran the gmail.apk acquired here, though I assume that the market installation may work at this step, too.
Click to expand...
Click to collapse
works fine for me, thanks!
thank you very much! I am looking for it

market gone! can not get it back! tried many options! please help!

i havent been around here for a long time. i just upgraded to workshed's gingerbread, and metamorphed darkhorse over it. i wanted to be extra fancy, so i went and tried to give myself a blueish market. the link in the darkhorse thread was broken, so i grabbed the blue market i had been using. i followed the instructions on the darkhorse page, which said to remove:
Vending.apk out of system/app
com.android.vending out of data/data
com.android.vending-1.apk out of data/app
from there i adb push'ed my Vending.apk to the proper place. but nothing happened on the phone despite confirmation via adb. i rebooted phone, still no luck.
i tried this over and over with different markets of all versions and colors. i tried adb push and adb install. nothing works... all i want is my market back.. can anyone help?
Reflash the gapps package and you should be back to normal.
Sent from my ERIS using XDA Premium App
mindnumbinglyfun said:
i havent been around here for a long time. i just upgraded to workshed's gingerbread, and metamorphed darkhorse over it. i wanted to be extra fancy, so i went and tried to give myself a blueish market. the link in the darkhorse thread was broken, so i grabbed the blue market i had been using. i followed the instructions on the darkhorse page, which said to remove:
Vending.apk out of system/app
com.android.vending out of data/data
com.android.vending-1.apk out of data/app
from there i adb push'ed my Vending.apk to the proper place. but nothing happened on the phone despite confirmation via adb. i rebooted phone, still no luck.
i tried this over and over with different markets of all versions and colors. i tried adb push and adb install. nothing works... all i want is my market back.. can anyone help?
Click to expand...
Click to collapse
Please flash a gapps zip, you can grab it in the same thread as you did gingerbread. You have to flash the gapps after you flash a rom, that will install ur market,etc.
forgot to mention, i tried that too! after flashing gapps failed i tried to pull the market from it and manually install it, to no avail..
All I can think of is to clear your phone off and redo it all without the theme. You could use blackened gingerbread.
Sent from my ERIS using XDA App
You have any nand backups??
of course i have nand
mindnumbinglyfun said:
of course i have nand
Click to expand...
Click to collapse
Have you retried restoring a nand backup and than reflashing a rom?
after flashing the DH themed market, move vending.apk from system/app to data/app. that's how i got it to work. hope it helps
champdr0id said:
after flashing the DH themed market, move vending.apk from system/app to data/app. that's how i got it to work. hope it helps
Click to expand...
Click to collapse
****ing thank you
glad to help. trying to get that market to work has always been a pain before i stumbled on this. i'd like to know if there's a way to get it working without taking it out of system/app, but i'm not gonna complain about an extra step

[Q] App in /system/app but not in drawer!!

I tried to install Gmail.apk, and decided to use Root Explorer to copy it to /system/app. I changed the permissions, rebooted, and it is indeed in the folder where I left it, but nowhere to be seen in the app drawer. It doesn´t even appear on the manage applications. I want to this to more apps, but if I can´t do to one...
I tried signing the .apk and install it: gives me a parsing error;
I tried signing a .zip file and flash through xrecovery and managed to get the file in the system/app folder, but again, nothing on the app drawer.
I tried using ADB mask, and when I try to push the app into the system, it says it couldn´t install;
I tried command line, using SDK, but doesn´t recognize "adb" command. Tried console emulator, but permission denied.
Is it me or is my mobile picking up a fight with me? Can someone help?
Why dont you just try to download it from the market and install automatically that way?
DeViL_DiCe said:
I tried to install Gmail.apk, and decided to use Root Explorer to copy it to /system/app. I changed the permissions, rebooted, and it is indeed in the folder where I left it, but nowhere to be seen in the app drawer. It doesn´t even appear on the manage applications. I want to this to more apps, but if I can´t do to one...
I tried signing the .apk and install it: gives me a parsing error;
I tried signing a .zip file and flash through xrecovery and managed to get the file in the system/app folder, but again, nothing on the app drawer.
I tried using ADB mask, and when I try to push the app into the system, it says it couldn´t install;
I tried command line, using SDK, but doesn´t recognize "adb" command. Tried console emulator, but permission denied.
Is it me or is my mobile picking up a fight with me? Can someone help?
Click to expand...
Click to collapse
Because it doesn´t appear on my market... And I also want to install more stuff, like the new blue market from pendo, so I would like to know what to do so I can continue to install more apps like this.
There will be a reason it doesnt appear in the market for you and that will be why you cant install it
WHat rom are you running?
DeViL_DiCe said:
Because it doesn´t appear on my market... And I also want to install more stuff, like the new blue market from pendo, so I would like to know what to do so I can continue to install more apps like this.
Click to expand...
Click to collapse
I´m using EWJet with custom kernel, baseband 67.
Try flashing this
Reboot and login to market, accept the agreement.
Then flash this and this in that order without rebooting inbetween
DeViL_DiCe said:
I´m using EWJet with custom kernel, baseband 67.
Click to expand...
Click to collapse
Is it better to erase user data in recovery before flashing gapps?
No you should be fine
DeViL_DiCe said:
Is it better to erase user data in recovery before flashing gapps?
Click to expand...
Click to collapse
Well it seems I need to do a fresh install, since I must have done something wrong to the system files... I flashed Gapps, and ever app appears except the ones from Google (Gmail, Gtalk, etc...). Is google against me today? =)
I think I´m going to flash the rom again and before rebooting, I´ll flash Gapps, what do you think?
Sounds like a plan....
let me know how it goes
No, it didn´t work... After clean install, and flashing gapps, gmail and market disappeared... Maybe some kind of incompability between the Rom and this market?
EDIT: It still appears in the /system/app... But it refuses to appear in the app drawer.
try adding the market widget to the home screen. Long press on it and n choose android widget.
That might work.
DeViL_DiCe said:
No, it didn´t work... After clean install, and flashing gapps, gmail and market disappeared... Maybe some kind of incompability between the Rom and this market?
EDIT: It still appears in the /system/app... But it refuses to appear in the app drawer.
Click to expand...
Click to collapse
Sent from my X10i using XDA App
Thanks for your effort, but it doesn´t appear the market widget. It´s like the market is only a file that is filling space in the system folder, and that doesn´t have any connection to the rest. It seems this rom isn´t compatible with other markets (which is very weird...).
Thanks for the help. If someone comes up with a soltuion to my problem, I´ll be very happy to hear it.
The only thing I can think of its that you are trying to instal 2.2 versions into a 2.1 rom.
Try finding google apps from eric will's thread about his rom.
Sent from my X10i using XDA App
Yes I remembered that too, but didn´t know there was gmail and market that were different, meaning that what works in 2.2 may not work in 2.1... If that´s the case, I better give up, since there isn´t any other verion of blue market... Oh well, green it is.
If you flash back to stock with SEUS then make backups with titanium backup you should be able to restore the 2.1 versions of gmail.
As for blue market, I think that's just for 2.2+
Sent from my X10i using XDA App

[Q] How do you install the OLDER android market

It's funny because I installed it once but yesterday I installed the alien Rom because I couldn't install the Camera.apk file so I just started from scratch installing a Rom with the camera.apk already install........so I went to the market and see it's the new one, I hate it.......so I went to applications and deleted market/ the update market file too........then place older version of android market in system/app (r/w) using supermanager and also selected the permission button. Then clicked install. "application not installed"!!!!!! Really so then I was without a Market app so I had to reinstall the Alien Rom. Things are so complicated with this device the Evo you could just replace the apk you're good to go. Deoxed
update: I got it. talk about head------ache. all I did was deleted the market app and replace with the "right" old market.apk file. then i had to delete the updater market.apk file because it kept updating the market app. so I did that and got a error type message which closed the market app down. so Then i went installed the update market.apk file again which didn't install so I said screw this deleted the update market.apk file went back to market app and it works now.... so I dunno
update2: I knew it was too good to be true. Yeah the market.apk installed right but it doesn't download apps. I also tried different market.apk version, then it force close again. Screw this i'm just going to find another Rom that hopefully let's you simply install a APK file. after googling, all this stuff about use ADB/android SDK to install a simple apk app this isn't for me. *sad face So yeah I'll just settle with the new android market forget customizing my phone yep.......
noob_2010 said:
It's funny because I installed it once but yesterday I installed the alien Rom because I couldn't install the Camera.apk file so I just started from scratch installing a Rom with the camera.apk already install........so I went to the market and see it's the new one, I hate it.......so I went to applications and deleted market/ the update market file too........then place older version of android market in system/app (r/w) using supermanager and also selected the permission button. Then clicked install. "application not installed"!!!!!! Really so then I was without a Market app so I had to reinstall the Alien Rom. Things are so complicated with this device the Evo you could just replace the apk you're good to go. Deoxed
Click to expand...
Click to collapse
Just push it to /system/app. You never have to click on install application
Sent from my MB855 using Tapatalk
darktranquility18 said:
Just push it to /system/app. You never have to click on install application
Sent from my MB855 using Tapatalk
Click to expand...
Click to collapse
just "push" it to system/app? I heard that term before but not really sure what you mean unless just drop the market.apk file off in system/app without installing it. Well right now I have the new android market installed with the update.apk file.
Push/Copy. Same thing really, you should just be able to delete out the app and copy the old market into /system/app. Might not hurt to delete the market in the davlik cache as well.
Cryp7os said:
Push/Copy. Same thing really, you should just be able to delete out the app and copy the old market into /system/app. Might not hurt to delete the market in the davlik cache as well.
Click to expand...
Click to collapse
10 posts? umm yea lol. well what I did was went to supermanager(explorer) then went to the old market.apk that's on my sd card click installed ----> "application not installed" maybe I have to install directely on the phone? Ok let's try that--------> "application not install" like does the photon require a "special" type of apk app that only works on the Photon. gosh. Like does your rom have to be doexed or something?
I'm running Alien1 rom......but can someone help because now I'm without android mark
update: wait I think I'm getting somewhere. I deleted the market.apk app then paste the "older" version. then hit run and boom the newer version installed. hmmmmm must not have the right "old" version.
Not exactly sure what my post count has to do with anything. However I'm glad you figured it out. Just an FYI though, when you update an app that comes preloaded on a rom it won't replace that app instead it'll append a "1" onto the new filename and use that instead hence why you needed to delete the updated file before it would recognize the old market that you pushed into the /system/app folder.
noob_2010 said:
10 posts? umm yea lol. well what I did was went to supermanager(explorer) then went to the old market.apk that's on my sd card click installed ----> "application not installed" maybe I have to install directely on the phone? Ok let's try that--------> "application not install" like does the photon require a "special" type of apk app that only works on the Photon. gosh. Like does your rom have to be doexed or something?
I'm running Alien1 rom......but can someone help because now I'm without android mark
update: wait I think I'm getting somewhere. I deleted the market.apk app then paste the "older" version. then hit run and boom the newer version installed. hmmmmm must not have the right "old" version.
Click to expand...
Click to collapse
10 posts or not, he seems to know more than you about this, and he is right.You take the apk file and move it to system/app in your phone memory. You can do this with adb push, or use root explorer to put it there. Don't assume that because someone has a low post count they don't know what they are talking about.
You can also uninstall updates from the application manager. It'll re-update to the latest release, though.
Pew! Pew! Pew! From my Mo-Pho!
http://android-gz.com
bricky23 said:
10 posts or not, he seems to know more than you about this, and he is right.You take the apk file and move it to system/app in your phone memory. You can do this with adb push, or use root explorer to put it there. Don't assume that because someone has a low post count they don't know what they are talking about.
Click to expand...
Click to collapse
I already knew this. That's why i went ahead and replace the files. My problem was why isn't the app working correctly. That seems to be a buggy phone issue because the apk file is in system/app
you can always uninstall the market update then use titanium backup to freeze market updater. When I did it on my Photon I installed the older version of Market (2.2something...) and then used terminal to run about 3 commands that disabled market updater. cant for the life of me find the instructions I followed, but then perhaps my post count isnt high enough for the OP either. Because you know in order to know ANYTHING you have to have a high post count.
schollianmj said:
you can always uninstall the market update then use titanium backup to freeze market updater. When I did it on my Photon I installed the older version of Market (2.2something...) and then used terminal to run about 3 commands that disabled market updater. cant for the life of me find the instructions I followed, but then perhaps my post count isnt high enough for the OP either. Because you know in order to know ANYTHING you have to troll someone over and over.
Click to expand...
Click to collapse
thanks you da man!

*Please Delete*

Solved please delete
thatguy11285 said:
So earlier I accidently set droidwall to prevent the market from accessing the network then i uninstalled Droidwall and well it wouldn't connect obviously... So I deleted the system/app/vending.apk and replaced it with one I extracted from the rom download and set it using root explorer into system/app and changed permissions to rw-r--r-- and I rebooted it, it worked for one reboot but then it went back to the old market so I repeated the process as above but now i can't get the new market to install and stick... Any suggestions?
Click to expand...
Click to collapse
You have to remove the old market with adb or flash the new one with an update zip.

Categories

Resources