[Q] Suddenly getting "stopped unexpectedly" errors - Nook Color Q&A, Help & Troubleshooting

I have a Nook Color running CM7 from a Sandisk microSD card (not rooted). Everything was working fine but now I'm getting a ton of "xxx stopped unexpectedly" errors. I'm not aware of anything changing except a lot of updates were downloaded the other day. I have deleted all updates, run App Cache Cleaner, and rebooted using holding the "N" and power button down and choosing "recover" (or "restore" or whatever the other choice is besides reboot) . No change. I addition, avast! is reporting errors. Any ideas? I have a lot of apps installed and would rather not reformat the microSD card and start over.

WhiteWombat said:
I have a Nook Color running CM7 from a Sandisk microSD card (not rooted). Everything was working fine but now I'm getting a ton of "xxx stopped unexpectedly" errors. I'm not aware of anything changing except a lot of updates were downloaded the other day. I have deleted all updates, run App Cache Cleaner, and rebooted using holding the "N" and power button down and choosing "recover" (or "restore" or whatever the other choice is besides reboot) . No change. I addition, avast! is reporting errors. Any ideas? I have a lot of apps installed and would rather not reformat the microSD card and start over.
Click to expand...
Click to collapse
On an sd install there is no recovery that can let clear anything on the sd. There is just the verygreen script that runs a bunch of text on the screen. If you choose the recovery on emmc, it is making changes to emmc, not the sd. Go to my tips thread linked in my signature and look at item B5, Alternate CWM recovery. Install that and you can wipe things like dalvik-cache (which it sounds like you need to do). Your apps will not be harmed by doing that. It may make things better.
PS, CM7 comes rooted without you having to do anything.
Sent from my Nook Color running stock on SD

More info and unclear what that means
leapinlar said:
PS, CM7 comes rooted without you having to do anything.
Click to expand...
Click to collapse
I'm not sure what that means. I never intended to root my NC, I wanted to keep CM on my SD card only. Are you saying I inadvertently rooted my Nook? If I take the microSD card out Nook boots up normally.
PS when I download updates, I get a lot of "package file is invalid" and "Package file was not signed correctly" errors.
PPS avast! reports "Invalid context during scan" for ADW.launcher, Android System, Google Play Store, etc.

No, your stock is still unrooted... unmodified... But when you are running CM7 you are running a rooted AOSP ROM.
If you run stock often, with that SD in, you may be causing the issues since stock is using your SD boot partition as the SD for itself... it will place all of its stuff on that partition... I am not saying this IS the issue, only that it may be.

WhiteWombat said:
I'm not sure what that means. I never intended to root my NC, I wanted to keep CM on my SD card only. Are you saying I inadvertently rooted my Nook? If I take the microSD card out Nook boots up normally.
PS when I download updates, I get a lot of "package file is invalid" and "Package file was not signed correctly" errors.
PPS avast! reports "Invalid context during scan" for ADW.launcher, Android System, Google Play Store, etc.
Click to expand...
Click to collapse
Dizzy is right. I meant CM7 is rooted not your stock.
If you don't want to do the alternate CWM thing I mentioned in my last post, get root explorer or another root file manager and delete some files. Go to /data/dalvik-cache and delete all the files there. Then reboot. It will take a while to start up while it rebuilds those files. But it should be better.

Help copying
leapinlar said:
Dizzy is right. I meant CM7 is rooted not your stock.
If you don't want to do the alternate CWM thing I mentioned in my last post, get root explorer or another root file manager and delete some files. Go to /data/dalvik-cache and delete all the files there. Then reboot. It will take a while to start up while it rebuilds those files. But it should be better.
Click to expand...
Click to collapse
Ok, stupid question , I DLed the files and un RARed them, how do I copy them to the microSD card root? I put it in a writer and put it in my USB slot, ("dir f:\" shows what I would expect) but when I try to copy the files via Windows explorer (or even at a DOS prompt) it seems to hang. "copy ualt* f:\ "

U
WhiteWombat said:
Ok, stupid question , I DLed the files and un RARed them, how do I copy them to the microSD card root? I put it in a writer and put it in my USB slot, ("dir f:\" shows what I would expect) but when I try to copy the files via Windows explorer (or even at a DOS prompt) it seems to hang. "copy ualt* f:\ "
Click to expand...
Click to collapse
Take the card out of the Nook and insert it into your card reader in your PC. Once your PC recognizes the card, it will show up with a new drive letter. Then copy the files there with Windows Explorer. Eject the card (right click on the drive). Put the card back in the Nook. Boot, holding down the volume up/down keys together. It should boot to the Alternate CWM. Then select advanced and wipe dalvik-cache. Reboot. Should be better.
edit: What kind of card reader are you using? Are you using a micro SD adapter? Sometimes those have write protect slide switches on them.
Sent from my Nook Color running CM10 and Tapatalk.

Fixed! Maybe, kinda
I was able to delete the dalvik cache using the Terminal Emulator. Details here: http://forum.xda-developers.com/showthread.php?t=1500618
Now we'll see if it worked.
Update: Also uninstalled and reinstalled Avast!, My version didn't play well with CM7 apparently.
Update: still getting some weirdness but Avast! isn't reporting dozens of "invalid context during scan" errors anymore.
Drive and Play Store still screwing up.

WhiteWombat said:
I was able to delete the dalvik cache using the Terminal Emulator. Details here: http://forum.xda-developers.com/showthread.php?t=1500618
Now we'll see if it worked.
Update: Also uninstalled and reinstalled Avast!, My version didn't play well with CM7 apparently.
Update: still getting some weirdness but Avast! isn't reporting dozens of "invalid context during scan" errors anymore.
Drive and Play Store still screwing up.
Click to expand...
Click to collapse
That post using terminal emulator should have worked for you. But that only clears the dalvik-cache for installed apps. Play Store is a system app. So you need to clear one more cache. Use the same terminal commands but change it to cd /cache/dalvik-cache and do the same rm* command.
Sent from my Nook Color running CM10 and Tapatalk.

leapinlar said:
That post using terminal emulator should have worked for you. But that only clears the dalvik-cache for installed apps. Play Store is a system app. So you need to clear one more cache. Use the same terminal commands but change it to cd /cache/dalvik-cache and do the same rm* command.
Sent from my Nook Color running CM10 and Tapatalk.
Click to expand...
Click to collapse
Done, Thank you again. The final touch was my file permissions were borked. Rom Manager "fix permissions" wouldn't run. I went into SuperUser and set "permit" on instead of "prompt". Then Rom Manager and ran "fix permissions" Run successful. Then SuperUser again and set permissions back to "prompt". Everything seems to be stable now.

leapinlar said:
On an sd install there is no recovery that can let clear anything on the sd. There is just the verygreen script that runs a bunch of text on the screen. If you choose the recovery on emmc, it is making changes to emmc, not the sd. Go to my tips thread linked in my signature and look at item B5, Alternate CWM recovery. Install that and you can wipe things like dalvik-cache (which it sounds like you need to do). Your apps will not be harmed by doing that. It may make things better.
PS, CM7 comes rooted without you having to do anything.
Sent from my Nook Color running stock on SD
Click to expand...
Click to collapse
:thumbup:
Sent from my SCH-I535 using Tapatalk 2

Related

PLEASE READ - no sd card access? no apps?!

hey guys. i was using the phone, browsing xda. saw on another board about neocore so went to download it from the market. while it downloaded i also downloaded nenamark and got it installed and ran it while neocore still said "installing"
i tried to stop the download but on market it said "installing" in grey and couldn't cancel. then went to applications manager to force close market and clear data/cache, and all the apps were showing as "computing" and never computed. i couldn't clear the data/cache from market, it said recalculating and stayed there.
i tried updating some other apps through market and all of them stayed on installing.
so i went back to a backup i had made earlier today. wiped data/cache/dalvik twice, nand restore.
same issue. everything stuck on computing. none of my sd apps are showing in LPP's drawer. nothing opens from the homescreens either. in sd card storage the card shows as mounted but when i try to unmount it force closes.
can't access the memory card through the phone but can through Amon_RA's MS Toggle function.
any clues what happened?!
i'm going to try reformatting the card, but this is a new 16gb that i've had for about a month or so only.
any ideas are great!
EDIT: moved everything out of the sd card. reformatted. put the files back. same issue. now i wiped cache and dalvik again and reinstalled netarchy's kernel. booting up now...
ANYONE?!
BUMP...
PLEASE GUYS NEED HELP HERE.
i've wiped and flashed, reformatted the memory card. reinstalled the kernel. same result.
what is missing?!
the memory card is working fine other than within the phone. works in amon-ra ms-toggle and on my computer.
HELP!!!
BUMP.
57 views and no answers? come on i know someone here must know what's going on.
I tried flashing my rom against over this one without wiping data (hoping not to lose my apps) and the apps stayed there. but after a reboot the same situation happened.
i wiped and restored my nand backup again. same thing. the phone "sees" the sd card but wont read from it. twice yesterday night after a long time (maybe 1-2 hours) it would suddenly see all the apps and everything would work. then i rebooted, and back to the same issue. then it picked up the apps again. i unmounted the sd card and remounted, and again the same issue.
it's all connected to the phone not accessing anything that's on the SD card, yet not giving any errors when it's "Preparing SD card..." or when I go in to see the storage information.
the memory card is accessible through amon_ra and when I take it out of the phone. reads/writes/formats just fine. so the memory card is fine.
i'm 100% sure it's a software issue. something is messing up and I can't pinpoint it. is there a file/process responsible for loading apps/dependencies from the sd card?
i can make phone calls, texts, etc. everything that's on the phone's memory works. so i'm being patient trying to find a solution to the problem (i.e. keep using my current rom and data) without starting all over.
let's work this out.
I'll buy a beer to whoever can help me fix this
Have u tried deleting the backups from a aosp rom? Try it to see if it works. Sign into ur google account. Go into the privacy setting and Deselect automatic restore and uncheck the other option.
Sent from my PC36100 using XDA App
Some how you screwed your symlinks.
Put a good nandroid on your old sdcard. Restore your from it. Down load Titanium back up from market, DO NOT MOVE IT TO THE SDCARD. Test it. Unmount the old sdcard. Shutdown, swap sdcards, reboot, run market doctor from Titanium Backup. You will then have to reload all your apps from market.
You could do the same from a complete cold reinitialization of the phone. Just skip the restore and replace it with a complete wipe, without the 16gb, but with the original sdcard. Proceed from there with the Loading of Tibackup from market...
casual864 said:
Have u tried deleting the backups from a aosp rom? Try it to see if it works. Sign into ur google account. Go into the privacy setting and Deselect automatic restore and uncheck the other option.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Ok I deselected both options now what? If I wipe and restore my sense nandroid don't I go back to the same thing?
Sent from my EVO 4G on the MetroPCS 1X network!
willy900wonka said:
Some how you screwed your symlinks.
Put a good nandroid on your old sdcard. Restore your from it. Down load Titanium back up from market, DO NOT MOVE IT TO THE SDCARD. Test it. Unmount the old sdcard. Shutdown, swap sdcards, reboot, run market doctor from Titanium Backup. You will then have to reload all your apps from market.
You could do the same from a complete cold reinitialization of the phone. Just skip the restore and replace it with a complete wipe, without the 16gb, but with the original sdcard. Proceed from there with the Loading of Tibackup from market...
Click to expand...
Click to collapse
If nothing else works I'll try your idea but it defeats the purpose of my post. I have over 200 apps, a good portion of which are not from the market...
I need to fix the problem from within my current rom...
Sent from my EVO 4G on the MetroPCS 1X network!
willy900wonka said:
Some how you screwed your symlinks.
Put a good nandroid on your old sdcard. Restore your from it. Down load Titanium back up from market, DO NOT MOVE IT TO THE SDCARD. Test it. Unmount the old sdcard. Shutdown, swap sdcards, reboot, run market doctor from Titanium Backup. You will then have to reload all your apps from market.
You could do the same from a complete cold reinitialization of the phone. Just skip the restore and replace it with a complete wipe, without the 16gb, but with the original sdcard. Proceed from there with the Loading of Tibackup from market...
Click to expand...
Click to collapse
Market Doctor found no recoverable links.
when I load Titanium Backup it says it's finding 310 user apps but only 61 are showing under backup/restore. all my non-working apps are showing there greyed out with a line through them. so titanium is acknowledging they're not installed...how do i install them?!
EDIT: this didnt add any new links to Market. but even trying to install the links that were already there (for paid apps), everything still gets stuck on installing. with the other sd card i was able to install titanium backup and root explorer. before i changed the cards...any new ideas?
Max_Pain said:
Market Doctor found no recoverable links.
when I load Titanium Backup it says it's finding 310 user apps but only 61 are showing under backup/restore. all my non-working apps are showing there greyed out with a line through them. so titanium is acknowledging they're not installed...how do i install them?!
EDIT: this didnt add any new links to Market. but even trying to install the links that were already there (for paid apps), everything still gets stuck on installing. with the other sd card i was able to install titanium backup and root explorer. before i changed the cards...any new ideas?
Click to expand...
Click to collapse
The gray, lined out apps just mean that the apps are not installed.click on menu then on batch then screen down to restore all installed apps and data. If an app will not install, it Is stuck without a market link. Look in your download folder on your sd card. Use astro file explorer. You will see several files called download, download1, download2, etc. these are all of the files you downloaded that did not install. Quick click on the files and the manager option will pop up.select it and your file will install. Delete these files after you are done. Use market doctor to fix your links. HTH.
Sent from my PC36100 using XDA App
frankpreyes said:
The gray, lined out apps just mean that the apps are not installed.click on menu then on batch then screen down to restore all installed apps and data. If an app will not install, it Is stuck without a market link. Look in your download folder on your sd card. Use astro file explorer. You will see several files called download, download1, download2, etc. these are all of the files you downloaded that did not install. Quick click on the files and the manager option will pop up.select it and your file will install. Delete these files after you are done. Use market doctor to fix your links. HTH.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
i had already tried that. under batch all the restore options have a 0 next to them and when i run them they say batch completed but nothing changed. there is no .apk files in my downloads folder because these arent files that i downloaded but didnt install. these are 200+ apps that i've had for days, weeks, some even months, that now aren't seen by the phone.
anyone else?
---------------
EDIT: fixed my issue. it looks like it came down to a bad file on the sd card. reformatted the sd card again, put back my data files, music, etc, but no android files. then wiped and restored the same backup that wasn't working. worked. reloaded apps from market, reloaded the ones that weren't from market that I had saved on my computer. and since the nandroid worked I have the folder links to all other apps i'm missing so i can download them as i need them.
I'm buying myself a beer!

[Q] How do I drop files into the system/app folder?

I'm running B&N 1.2 rooted with ManualNooter 4.4.28 and I saw a couple posts where people said they dropped some apks into their system/app folders to install apps that wouldn't install from the market. When I plugged my Nook into the computer, I don't have access to the system folder in order to copy the apk over. I tried just putting it on the sd card and using the Astro file manager and the ES file explorer to copy and paste into that folder, but it won't let me. What do I need to do in order to do that?
You need to remount the /system as read/write, it's read-only by default.
You'll probably need a terminal emulator, or preferably get adb setup. A little googling of the "mount" command and/or adb should get you there.
ylixir said:
You need to remount the /system as read/write, it's read-only by default.
You'll probably need a terminal emulator, or preferably get adb setup. A little googling of the "mount" command and/or adb should get you there.
Click to expand...
Click to collapse
Thanx for the info. I installed adb and got it working with my Nook now. Remounting the /system was easy after i searched for the command to use.
FWIW Root Explorer works great. Best four bucks I've spent so far for Market progs.
skeeterpro said:
FWIW Root Explorer works great. Best four bucks I've spent so far for Market progs.
Click to expand...
Click to collapse
I agree, best $4 I spent too. I got the Amazon App Store installed using it, also Angry Birds, Angry Birds Seasons, and Angry Birds Rio.
Hey i'm having trouble with something similar. A real challenge though, as I have 1) no non-adhoc wireless network 2) no genuine nook cable so ADB is not an option. I need to get access to the file system so I can apply the Ad-hoc fix, but I can't find any way to do so without a file manager, and I can't find a way to install an apk without ADB or market. (i'm running 1.2 rooted) Any genius ideas would be much appreciated!
Warder52 said:
I'm running B&N 1.2 rooted with ManualNooter 4.4.28 and I saw a couple posts where people said they dropped some apks into their system/app folders to install apps that wouldn't install from the market. When I plugged my Nook into the computer, I don't have access to the system folder in order to copy the apk over. I tried just putting it on the sd card and using the Astro file manager and the ES file explorer to copy and paste into that folder, but it won't let me. What do I need to do in order to do that?
Click to expand...
Click to collapse
Search "SU File Manager & Terminal" on Android Market. It's the best app working till now. It has "Mount System/Data RW" option, makes it easier to mount the partitions as RW without executing any commands and copy the APKs from SD card to any System or Data partitions.
It has quick option to mount the partitions as RO.
skgtheblij said:
Hey i'm having trouble with something similar. A real challenge though, as I have 1) no non-adhoc wireless network 2) no genuine nook cable so ADB is not an option. I need to get access to the file system so I can apply the Ad-hoc fix, but I can't find any way to do so without a file manager, and I can't find a way to install an apk without ADB or market. (i'm running 1.2 rooted) Any genius ideas would be much appreciated!
Click to expand...
Click to collapse
Do you have any microUSB cable that you can connect to a computer with? You don't need the genuine cable... if you don't have market, and can't install any apks via terminal/connectbot or ADB, then i'm not sure what you can do...
edit: maybe you could dual boot CWM and go through that to install files?
Thanks for the reply. I've tried a micro USB cable but it didn't seem to recognize the NC, and in 1.2 there was no notification that USB was connected. Perhaps I have something wrong with my USB port? Also, I don't really know how I would install files through CWM; I have it on SD, which is how I've been making changes. Could you point me in the right direction on that?
Thanks!
Those using Root Explorer, I'm running CM7 from an SD card using verygreen's method, but don't have any SD reader other than the NC, so I can't install gapps/market. I have sideloaded Root Explorer, but can't find anywhere to drop the gapps...zip where it will install on a recovery boot. I don't even have a way to format my one-and-only SD card to attempt a root of the stock OS and get more functionality out of CWM.
I don't mean to thread-hijack, but it seems quite related, and I can't post in the dev forum yet.
Taosaur said:
Those using Root Explorer, I'm running CM7 from an SD card using verygreen's method, but don't have any SD reader other than the NC, so I can't install gapps/market. I have sideloaded Root Explorer, but can't find anywhere to drop the gapps...zip where it will install on a recovery boot. I don't even have a way to format my one-and-only SD card to attempt a root of the stock OS and get more functionality out of CWM.
I don't mean to thread-hijack, but it seems quite related, and I can't post in the dev forum yet.
Click to expand...
Click to collapse
The gapps.zip is what U need?
RASTAVIPER said:
The gapps.zip is what U need?
Click to expand...
Click to collapse
The specific package is gapps-gb-20110307-signed.zip, for CM7 7.0.2. I have the file, and normally you would use a PC to drop it in the SD card's boot partition, but like I said, the only means I have of getting at the SD is over USB to the Nook, and I can't access the boot partition that way. I'm wondering if I can reach the boot partition via Root Explorer, or is it totally off limits while CM7 is running off the SD?
Taosaur said:
The specific package is gapps-gb-20110307-signed.zip, for CM7 7.0.2. I have the file, and normally you would use a PC to drop it in the SD card's boot partition, but like I said, the only means I have of getting at the SD is over USB to the Nook, and I can't access the boot partition that way. I'm wondering if I can reach the boot partition via Root Explorer, or is it totally off limits while CM7 is running off the SD?
Click to expand...
Click to collapse
I think with changing read/write U can do this with Root Explorer.
skgtheblij said:
Thanks for the reply. I've tried a micro USB cable but it didn't seem to recognize the NC, and in 1.2 there was no notification that USB was connected. Perhaps I have something wrong with my USB port? Also, I don't really know how I would install files through CWM; I have it on SD, which is how I've been making changes. Could you point me in the right direction on that?
Thanks!
Click to expand...
Click to collapse
yeah, i haven't played any with CWM / sdcard boots, so i'm no help. sorry...
as for the micro USB cable and such - i'm using a generic one, which is working. is it not even reading as a storage device? have you tried removing and reinstalling the drivers? do you have nook color tools installed so that you can toggle 'debugging'?
RASTAVIPER said:
I think with changing read/write U can do this with Root Explorer.
Click to expand...
Click to collapse
I'll try to clarify:
1) Running CM7.0.2 from SD, will the SD card's boot partition be visible in Root Explorer?
2) If so, in what specific directory do I need to place the zip file for the system to recognize and install it on a recovery boot?
Perhaps I'll start a more specific thread on the matter. If I end up having to get a card reader, so be it, but I've overspent my gadget allowance for at least a week or two, so I'm trying to get as far as possible with what I have. I do have the Amazon app store set up, and even minus the Google market, CM7 is preferable to stock.
In case anyone is interested, I found a simple solution: CMW. Verygreen's SD-install allows you to flash CMW to the Nook's eMMC without affecting the stock OS, and from CMW you can mount the SD card with USB plugged in and Windows will see the boot partition. I initially wanted to get CMW on the NC without rooting, anyway, so things worked out perfectly
Taosaur said:
In case anyone is interested, I found a simple solution: CMW. Verygreen's SD-install allows you to flash CMW to the Nook's eMMC without affecting the stock OS, and from CMW you can mount the SD card with USB plugged in and Windows will see the boot partition. I initially wanted to get CMW on the NC without rooting, anyway, so things worked out perfectly
Click to expand...
Click to collapse
That's a terrible idea. Installing CMW to the NC internal memory wipes the nooks built-in recovery. Getting CMW on an sd card is very simple, more functional, and can even be installed alongside verygreen's setup.
Better yet every person who doesn't do this is one less person showing up on the forums going "omg, i messed up and now my nook won't boot, it just keeps going to CMW."
ylixir said:
That's a terrible idea. Installing CMW to the NC internal memory wipes the nooks built-in recovery. Getting CMW on an sd card is very simple, more functional, and can even be installed alongside verygreen's setup.
Better yet every person who doesn't do this is one less person showing up on the forums going "omg, i messed up and now my nook won't boot, it just keeps going to CMW."
Click to expand...
Click to collapse
Any elaboration on why it's a terrible idea to replace the NC's built-in recovery with something more full-featured? It's advised or assumed in pretty much any dev thread for writing any ROM to eMMC, except most of them say "root first," which appears unnecessary. I did think I'd wiped the stock OS at first, but basically decided to deal with it later and finished installing gapps, after which the stock OS suddenly reappeared. It was perplexing, but after some more fiddling, I puzzled out the boot behavior and it is consistent:
1) power on with SD card inserted, and I get CM7.0.2.
2) hold home key and power on with SD card inserted, and ROM Manager will check for new ROMs/zips.
3) power on with SD card ejected (not necessarily removed) and I get stock 1.2.
4) hold home key and power on with SD card ejected, and I get CWM
I'm new to all of this, so I welcome feedback, but "It's bad, mmkay?" doesn't go far. Will having CWM in place of "factory mode" cause instability? Would a CWM install on the SD allow me to mount the SD boot part to USB? Why do we all keep wanting to write it "CMW?"
@taosaur
It's actually kind of a pet peeve of mine, along with the root first mentality you mentioned.
It won't cause instability, but it locks you out of doing a factory reset, and can lock you into recovery mode.
If things go wrong, you can't reset your device, can't get out of a bootcount induced bootloop, can't (in theory) take it in for warranty, etc.
Honestly it's the easiest thing in the world to switch between the two, or just fix the problems from cwm--if you know what you are doing. BUT!
I really can't count how many threads I've seen with people who've installed clockworkmod and have run into issues and have absolutely no idea what to do. They are just screwed and pissed off (rightly so) because they read somewhere that they needed CWM. Which they didn't. And now none of the howtos for fixing it work because they just have CWM, not the stock recovery mode...
And really there is no reason whatsoever to do this to begin with. I mean in order to get CWM on your nook, you have to have a spare sd card, and you have to know how to burn an image. So why not just make an sd with CWM and save the headache, keep the builtin functionality, not worry about getting locked into recovery mode, and still have all the benefits of CWM?
Maybe i should do a writeup howto on how to add CWM to the size-agnostic cards....
Would CWM's "factory reset" option only wipe the data in the stock OS, then, and not restore the old recovery? I see where you're coming from--obviously there's value in keeping idiotproof recovery on the table, and why risk your warranty if you're running from external media anyway? But again, the original problem that CWM solved for me was getting the gapps package into the SD card's boot partition. I had 1 card and 0 card readers at my disposal. Would CWM have been able to mount the SD card's boot partition if it were installed to the card itself?
I would definitely be interested to learn how to integrate CWM into one of verygreen's "size-agnostic" cards, especially if it would still be able to mount the CM7 boot partition over USB. As is, Flash CWM installs on eMMC by default, and the Boot to Recovery commands within CM7 don't work from SD--they just reboot.

Can't Boot, Recover, CM FAIL. ModProbe chdir Failure. CWM Recovery Not Working.

I've worked ever so hard trying to configure and get the aesthetics of my cm7 rom up and running and apps in my testing might have triangulated and caused this error, I don't know.
Whenever I try to install a rom, boot into recovery, do a backup-- basically my clockwork is broken. Not broken, it still tries. It just pops this up on the screen:
Populating /dev using udev: done
Initializing random number generator....done
modprobe: chdir (2.6.32.9): No such file or directory
Starting network...
Detected Standard B&N nook layout, emmc first
It appears the SD card is already properly formatted
Skipping format
Mounting /dev/mmcblk1p1 as /boot
Looking for the install images....
Initial Install files not found
Please download it from nook.linuxhacker.ru
and put on first partition of this SD card
the name should start with updatei-cm and end with .zip
Click to expand...
Click to collapse
I'm using a recently nightly build of CM7.
I really love how I have it set-up, but if I don't have anyway to ever back it up my results are effortless.
How can I fix this situation without removal of the system. anyone, please?
First of all, have you done a nandroid backup in CWM? If so you can definitely recover.
Second it looks like your boot file is corrupted, always sending you to recover rather than a normal boot. What boot setup are you using?
echoedge said:
I've worked ever so hard trying to configure and get the aesthetics of my cm7 rom up and running and apps in my testing might have triangulated and caused this error, I don't know.
Whenever I try to install a rom, boot into recovery, do a backup-- basically my clockwork is broken. Not broken, it still tries. It just pops this up on the screen:
I'm using a recently nightly build of CM7.
I really love how I have it set-up, but if I don't have anyway to ever back it up my results are effortless.
How can I fix this situation without removal of the system. anyone, please?
Click to expand...
Click to collapse
You have installed your ROM to SD. There is no CWM recovery on SD installs. You cannot do a nandroid backup with the SD recovery.
See my post here for an explanation of the difference between emmc installs and SD installs:
http://forum.xda-developers.com/showthread.php?p=25354258
However, there is a way to back it up. Keep reading further down in my post.
thank you.
but how do i get access to uAltRam and uAltImg.
Multi SD Mount APP isn't working.
R/W permission difficulties in root explorer..
Using the 4202012 nightly build..
please help,
this shouldn't be too hard, don't let it drive me crazy
echoedge said:
thank you.
but how do i get access to uAltRam and uAltImg.
Multi SD Mount APP isn't working.
R/W permission difficulties in root explorer..
Using the 4202012 nightly build..
please help,
this shouldn't be too hard, don't let it drive me crazy
Click to expand...
Click to collapse
Take the card out and put in your PC. It will see the boot partition and you can copy the files there.
leapinlar said:
Take the card out and put in your PC. It will see the boot partition and you can copy the files there.
Click to expand...
Click to collapse
Hmm.. somehow I got it doing that. I of course tried that before and only the two partitions were loading. This time I was messing with it and clicking the multi sd mount widget and somehow the boot drive came up and I transferred the files on there.
So now I can do a nandroid backup as usual? Or sense it's an (Alt) instead of a recovery thing must it be different?
I'll try some things in the mean time..
Okay, so I have to boot into recovery and choose alternative and do it manually.
Can't do it with Rom Manager/Rom Tool Kit. Tried and it did the same error as in the OP.
Off to try now.
This is really strange though.
I've been messing with Nooks for a while and always used rom manager and the recovery console just fine.. but i've always ever done dual sd boots.This is my first time really doing a single one.
I'm in the boot menu (encore u-boot menu by j4mm3r), 1.2 port + extras.
It's been at
'Booting. One Moment'..." for at least a minute. Assuming it's frozen itself..
edit: Yeah, the Alt files didn't work.. I reset and pressed the N button, went to alternate and SD card. Nothing.
Reset it and it works as usual, but still no ability to backup..
echoedge said:
Okay, so I have to boot into recovery and choose alternative and do it manually.
Can't do it with Rom Manager/Rom Tool Kit. Tried and it did the same error as in the OP.
Off to try now.
This is really strange though.
I've been messing with Nooks for a while and always used rom manager and the recovery console just fine.. but i've always ever done dual sd boots.This is my first time really doing a single one.
I'm in the boot menu (encore u-boot menu by j4mm3r), 1.2 port + extras.
It's been at
'Booting. One Moment'..." for at least a minute. Assuming it's frozen itself..
Click to expand...
Click to collapse
Do not use ROM Manager with the verygreen SD installation. It does not work. Use the boot menu to boot into the alternate. Hold the n key while booting. Choose sd, alt.
Edit: you said two partitions showed up. Did you physically take the card out and insert into a card reader in your PC? It should see just one drive. Make sure those two files are there or it will hang when you choose it in the boot menu. I suspect you put the files on emmc boot since you used that strange program to do it.
Sent from my Nook Color running ICS and Tapatalk
No,
it's something with the multi mount sd app widget.
I hook mini usb to usb.
then hit the widget.
and JUST the boot partition comes up.
It says something about disk F: is not formatted correctly as well.
Just plugging it in without the multi mount app the outward sd card partition and the nook color come up, just those two.
And can't believe I didn't think to take the mini SD out and use an adapter. I'll try it again with that.
You're right I did mess something up with my EMMC.
Before I had it on a stock nook.
Now it goes to the cyanomod thing.
I took the miniSD card out, plugged it in for power and it turned on.
Went to that, had a bunch of force closed issues nothing worked, dry and empty, etc.
Any suggestions?
I'm gonna check out the miniSD card partitions now and try to get something going with that.
echoedge said:
You're right I did mess something up with my EMMC.
Before I had it on a stock nook.
Now it goes to the cyanomod thing.
I took the miniSD card out, plugged it in for power and it turned on.
Went to that, had a bunch of force closed issues nothing worked, dry and empty, etc.
Any suggestions?
I'm gonna check out the miniSD card partitions now and try to get something going with that.
Click to expand...
Click to collapse
There are many threads here that will tell you how to restore stock to emmc. Search for them.
But to get the SD working, do what I said. And I would suggest getting rid of that mount program so you don't mess it up again.
Edit: The problem with those mount programs is, if you mount the wrong partition, windows can only read fat partitions and will ask you to format. System and data are ext4 which windows cannot read.
Sent from my Nook Color running ICS and Tapatalk
Thanks a bunch.
In ubuntu once the sd card is inserted all 4 partititions automatically came up so I was able to copy and paste the Alt images.
Am backing up right now
And yeah getting the emmc back to stop np.
One thing i'm confused about.. you're saying one cannot update rom's if booting from an SD card?
also, i assume all in eed to do to make a back-up on my hard drive or usb (so its not just inclusive to the minisd), i can just root browser into mnt/sdcard/clockworkmod/backup and and create a zip of the 2012.5.5.etc.etc.etc. made folder and trnasfer it onto external device? If needed all I would need to do is a transfer back?
echoedge said:
One thing i'm confused about.. you're saying one cannot update rom's if booting from an SD card?
Click to expand...
Click to collapse
Yes you can update the ROM. Just not with CWM. You place the update-...zip in the boot partition of the SD and then using the boot menu (hold n during boot) select SD and recovery. The script in the boot partition will install the ROM for you. You need to read the first post in the agnostic image thread. It tells you all this.
On the second question, you can do it that way, but the files are already compressed there so just copy the folder to your PC to archive them.
is it okay to just boot into alternative (power + vol up/down) instead of going through the manual booting with the 'N' on start-up?
echoedge said:
is it okay to just boot into alternative (power + vol up/down) instead of going through the manual booting with the 'N' on start-up?
Click to expand...
Click to collapse
Yes. I didn't know you could do it that way. See, you taught me something. LOL. As long as you are getting into the 3.0.2.8 CWM recovery it's OK.
Sent from my NookColor using Tapatalk

[Q] Instructions for CM10/JB

OK... I've tried to re-work my install so that I can run Jelly Bean on my NC.
It fails.
I get:
1) System preparing to shutdown (even though is should say "preparing to shut down"); or:
2) system hangs;
or:
1) "Please put on first partition of this SD card
the name should start with update-, cm, or diff_ and end with .zip"
I see CM7 installs, I see CM9 installs, and I see CM7-10 install instructions, but nothing that specifically delineates the exact steps I must follow to boot my NC into Jelly Bean via SD Card. "Well, you can replace this with that in the instructions" doesn't seem to cut it. I keep getting errors. It all seems to meld from one set on instructions to another, and it becomes unclear what direction you must go to get the results you want.
Can someone *please* update the install instructions for CM10/JellyBean for Windows, Mac, and Linux? Working with old CM7 instructions that may or may not work doesn't cut it. You're losing your audience.
Thanks!
collisionbend said:
OK... I've tried to re-work my install so that I can run Jelly Bean on my NC.
It fails.
I get:
1) System preparing to shutdown (even though is should say "preparing to shut down"); or:
2) system hangs;
or:
1) "Please put on first partition of this SD card
the name should start with update-, cm, or diff_ and end with .zip"
I see CM7 installs, I see CM9 installs, and I see CM7-10 install instructions, but nothing that specifically delineates the exact steps I must follow to boot my NC into Jelly Bean via SD Card. "Well, you can replace this with that in the instructions" doesn't seem to cut it. I keep getting errors. It all seems to meld from one set on instructions to another, and it becomes unclear what direction you must go to get the results you want.
Can someone *please* update the install instructions for CM10/JellyBean for Windows, Mac, and Linux? Working with old CM7 instructions that may or may not work doesn't cut it. You're losing your audience.
Thanks!
Click to expand...
Click to collapse
I have a new instruction thread for installing CM10 on SD linked in my signature. If you have questions about it, ask there.
Thanks for the cm10 info!
leapinlar said:
I have a new instruction thread for installing CM10 on SD linked in my signature. If you have questions about it, ask there.
Click to expand...
Click to collapse
Ahhh, yes. Found it. They helped. Thank you!
I now have Jelly Bean running on CM10 on my Nook Color. It was a bit choppy until I found the processor speed setting and ramped it up to 1000Mhz. Now it is quite sweet, even running off the SD card.
One issue: Google Play won't download the apps to the Nook - or at least I can't tell, because I can't see what's on the emmc: File Manager won't let me see off the SD card ,even in SuperUser mode. So getting apps on this thing might be a bit of a challenge. Any ideas?
collisionbend said:
Ahhh, yes. Found it. They helped. Thank you!
I now have Jelly Bean running on CM10 on my Nook Color. It was a bit choppy until I found the processor speed setting and ramped it up to 1000Mhz. Now it is quite sweet, even running off the SD card.
One issue: Google Play won't download the apps to the Nook - or at least I can't tell, because I can't see what's on the emmc: File Manager won't let me see off the SD card ,even in SuperUser mode. So getting apps on this thing might be a bit of a challenge. Any ideas?
Click to expand...
Click to collapse
Google Play Store downloads apps to /cache which is on emmc for the SD install. But they are only temporarily stored there until they are automatically installed on the SD. I'm not sure what your issue is. Are you saying they aren't installing? And on file manager, you went in the app to settings, general, and selected root?
Sent from my NookColor running CM10 on SD using Tapatalk.
leapinlar said:
Google Play Store downloads apps to /cache which is on emmc for the SD install. But they are only temporarily stored there until they are automatically installed on the SD. I'm not sure what your issue is. Are you saying they aren't installing? And on file manager, you went in the app to settings, general, and selected root?
Sent from my NookColor running CM10 on SD using Tapatalk.
Click to expand...
Click to collapse
They are not installing. Just walked into /root/, and there's virtually nothing in cache - or anywhere else, for that matter - nothing in terms of (non-cm) software or apps, at least. And Google Play didn't download them - but says they're installed. Very weird.
collisionbend said:
They are not installing. Just walked into /root/, and there's virtually nothing in cache - or anywhere else, for that matter - nothing in terms of (non-cm) software or apps, at least. And Google Play didn't download them - but says they're installed. Very weird.
Click to expand...
Click to collapse
They are not showing in your launcher? When play store has finished installing, it deletes the temporary download. Did it say 'downloading' within play store?
Can you go to /data with your file manager and create and delete a temporary file? I just want to know if your SD has become temporarily read only.
Sent from my Nook HD+ using Tapatalk
leapinlar said:
They are not showing in your launcher? When play store has finished installing, it deletes the temporary download. Did it say 'downloading' within play store?
Can you go to /data with your file manager and create and delete a temporary file? I just want to know if your SD has become temporarily read only.
Sent from my Nook HD+ using Tapatalk
Click to expand...
Click to collapse
They are not showing in launcher. Play store does nothing after purchasing/re-installing an app. It never says "downloading." Nothing happens. Nada.
As a test, reading your post, I tried to create a new file in /data with the name of "testing/txt" - it was completed successfully.
I'm thinking the store has issues with my setup...
collisionbend said:
They are not showing in launcher. Play store does nothing after purchasing/re-installing an app. It never says "downloading." Nothing happens. Nada.
As a test, reading your post, I tried to create a new file in /data with the name of "testing/txt" - it was completed successfully.
I'm thinking the store has issues with my setup...
Click to expand...
Click to collapse
Something is definitely messed up. It should be working. I would recommend starting over. If you have media files already on the SD, back them up and reburn the SD and reinstall everything.
Sent from my Nook HD+ using Tapatalk
leapinlar said:
Something is definitely messed up. It should be working. I would recommend starting over. If you have media files already on the SD, back them up and reburn the SD and reinstall everything.
Click to expand...
Click to collapse
Reformatted everything. Pulled latest nightly and latest gapps package. Followed step by step, exactly as written. Still won't download new/purchased apps from Google Play. I give. Lake Erie is only 124 yards away...
collisionbend said:
Reformatted everything. Pulled latest nightly and latest gapps package. Followed step by step, exactly as written. Still won't download new/purchased apps from Google Play. I give. Lake Erie is only 124 yards away...
Click to expand...
Click to collapse
In CWM select "partition SD card" to allow apps to install. Seems your SD card size is stuck at 300mb. Happened to my 16gb Sandisk. Would not recognize over 300mb until I use CWM to partition SD card. I have full use of SD card now.

New SD card works but some apps can't find it (default gallery/Aldiko).

tl;dr
The card is tested and good (results below), the card reader is good (tested by reinstalling 5.7.4).
So few other people are having this issue, what is going on with my phone?
--
I've read and read, but no matter what I try, I can't get my SD card to work.
Here's the details of how, and what, I installed on my Sprint S5.
I'm coming from Resurrection Remix 5.7.4 MM, (where the SD card worked fine, but did have a few issues with the camera (used open camera instead) and some post reboot oddness (shortcuts disappearing)).
I first formatted card using the windows software sdformatter to FAT32
copied files to SD card using a card reader plugged into PC.
Files copied
RR-N-v5.8.2-20170304-kltespr-Official.zip
open_gapps-arm-7.1-micro-20170327.zip
UPDATE-SuperSU-v2.79-20161211114519.zip
TWRP 3.X
wiped dalvik/cache/system/data
then factory reset
added files to zip queue, Rom, then Gapps, then SU
Flashed
Phone boots fine, initial set up completes.
Tried a reinstall of apps using Ti Pro, but it failed, so started again and used google apps restore during boot. Issues with many apps. So started again, with a "fresh start" option during set up.
I took a few pictures.
I can view them immediately after taking, by pressing the previously taken image image inside the camera app.
Open default Gallery and get the error "No storage. No external storage available."
I installed a+ gallery and it is able to open the images just fine.
Default Files app can browse the SD card.
Aldiko will not download books, as it thinks there is no SD card installed
I've tried (and checking each time)
formatting in card as internal, then back to portable in phone.
Clearing the data/cache for the apps giving errors.
factory resetting
Wiping and formatting the card (on PC to FAT32), and starting again (several times).
Started from scratch again, with a brand new Sandisk card
Tried ZepherOS Zephyr-N Version (Viserion-6.1) Android 7.0
Wiping cache/dalvik only and rebooting
Same "No storage..." error, every time.
I tried ZephrOS. Right after install there is no file manager, but if I click the default app "downloads", I can navigate to the camera folder, then to the image. When I click on it, it opens the image, but still shows the same error "no storage..." even though I'm looking at the image behind the error window. :/
I'm running H2testw, but don't expect an issue, as the same error was on the previous card and the brand new card.
Can I go from 7.0/7.1 to a stock ROM without issues, if so which one?
Update:
SD card test result
Test finished without errors.
You can now delete the test files *.h2w or verify them again.
Writing speed: 7.15 MByte/s
Reading speed: 15.7 MByte/s
H2testw v1.4
UPDATE #2:
I started fresh with a new install of RR 5.7.4 and the card does still have issues with some apps, but is working fine with others. Open camera works fine, and the gallery access the correct card in this ROM. Aldiko still fails as it's trying to download to /sdcard
Most apps are looking for /sdcard but I have /sdcard1
If it helps, it appears sdcard is symlinking to /storage/self/primary
Anyone able to help?
permissions issue? have you gone into the apps mgmt and set the permissions manually?
youdoofus said:
permissions issue? have you gone into the apps mgmt and set the permissions manually?
Click to expand...
Click to collapse
Thanks for the reply. Yes, settings>apps>settings>App permissions>Storage is turned on.
Aldiko, for example, is looking for /sdcard but it doesn't exist. I'm thinking a symlink might fix the issue? But am not familiar enough with Android under the hood, to know what other issues that might cause.
syco123 said:
Thanks for the reply. Yes, settings>apps>settings>App permissions>Storage is turned on.
Aldiko, for example, is looking for /sdcard but it doesn't exist. I'm thinking a symlink might fix the issue? But am not familiar enough with Android under the hood, to know what other issues that might cause.
Click to expand...
Click to collapse
im not familiar enough with the under the hood stuff to know what else coul be the issue either, @AthieN, Mr. guru thoughts?
youdoofus said:
im not familiar enough with the under the hood stuff to know what else coul be the issue either, @AthieN, Mr. guru thoughts?
Click to expand...
Click to collapse
What file system is the card formatted in? Try ext4 or exFAT.
AthieN said:
What file system is the card formatted in? Try ext4 or exFAT.
Click to expand...
Click to collapse
FAT32 this was recommend in most places I read. I thinks it's a paths issue. I'm not sure the format would make a difference to that, right?
syco123 said:
FAT32 this was recommend in most places I read. I thinks it's a paths issue. I'm not sure the format would make a difference to that, right?
Click to expand...
Click to collapse
A fresh install would resolve any path issues. The device can't read the card, which means that it's formatted incorrectly or is incompatible. How did you format it originally? On a computer? Go into the storage menu, and if it's detected, then try using the native Android option to reformat it. Back up your stuff first.
If that fails, try formatting it in recovery.
AthieN said:
A fresh install would resolve any path issues. The device can't read the card, which means that it's formatted incorrectly or is incompatible. How did you format it originally? On a computer? Go into the storage menu, and if it's detected, then try using the native Android option to reformat it. Back up your stuff first.
If that fails, try formatting it in recovery.
Click to expand...
Click to collapse
thanks for chiming in sir! your help is always appreciated
AthieN said:
A fresh install would resolve any path issues. The device can't read the card, which means that it's formatted incorrectly or is incompatible. How did you format it originally? On a computer? Go into the storage menu, and if it's detected, then try using the native Android option to reformat it. Back up your stuff first.
If that fails, try formatting it in recovery.
Click to expand...
Click to collapse
Thanks, I know the OP was long, but I hoped the details of what I'd already tried would be appreciated. I did several fresh installs trying to fix, and formatted every which way I could in phone and on a PC. Nothing has worked.
I've kind of given up on this and have decided to switch to Verizon. Sprint sucks so bad, after 10 years I've finally had enough, so I have to replace the phone anyway.
If you know of a decent phone to get, I'm looking for a recommendation in this thread, https://forum.xda-developers.com/android/help/switching-to-verizon-200-phone-t3588790
Thanks for your attention to my issue. Sorry it's left unresolved. I run my own business and just can't spend this much time fixing my phone.

Categories

Resources