[Q] Tablet possibly bricked - how to get data - G Tablet Q&A, Help & Troubleshooting

Hello, fellow gTablet users!
I'm kinda newbie here, so first of all my apologies to everyone if that was already asked, 'cause I did some research on the matter and couldn't find all the necessary info for solving my particular issue.
Ok, so here's the deal. I was using my gTab for about half-year now. When I received it, I installed VeganTab-7 Ginger Edition on it (thanks for the devs - very nice ROM!) and it worked flawlessly until yesterday. But then something not good happened and the tablet stopped booting. Now it starts from birds screen, goes on to G-Tabdevs screen, after which VeganTab GingerEd boot screen appears, it has flashing letters for a couple of seconds and then tablet goes black and tries to boot again. I guess it's a boot loop so it's kinda soft brick and I'll have to do wipe data/factory reset through CWM to solve the issue. So this isn't the biggest problem - I've already found all the instructions.
The real problem is that I didn't make backup of my data (guilty!), but I don't want to lose some of it, especially the browser data. I was using Opera Mobile, so I guess that its data should be on /data partition. So I'll need an advice on how I can dump the necessary data before doing factory reset!
I've already tried connecting to desktop, using guide from this (http://forum.xda-developers.com/showthread.php?t=1010943) thread (third method from it), but it didn't work, at least on my Win7 Pro x64 SP1: the tablet shows as removable disk, but I can't access it. I tried to mount /data or /sdcard partitions through CWM recovery menu, but it tells me that it can't find /dev/block/... - I guess that's block device, associated with those partitions. So what are my best options of backuping data?
And the last question: I'll probably install some other ROM just to try something different, but unfortunately I don't remember what loader I have. I'm nearly sure that I installed VeganTab for 1.1, 'cause I did it back in May 2011 and there wasn't one available for 1.2 yet. But just to make sure: how can I find my loader version before I do reset? Or maybe I just have to do the reset and look for it when back on stock ROM?

Seriously, guys, doesn't anybody know how to solve these problems?

Boot into CWM first, then try mounting both /data and /sdcard using the CWM menu. Note down the exact error message displayed in each case. Then connect the USB cable and run these ADB commands on your PC:
Code:
C:\> [B]adb shell dmesg >dmesg.txt[/B]
C:\> [B]adb shell fdisk -l /dev/block/mmcblk3 > fdisk.txt[/B]
C:\> [B]adb shell fdisk -l /dev/block/mmcblk2 >> fdisk.txt[/B]
Post the error messages and those 2 .txt files here.

Thank you for reply, rajeevvp.
When I'm trying to mount /data and /sdcard it says respectively:
Code:
E:Can't mount /dev/block/mmcblk3p2
(No such file or directory)
Error mounting DATA:!
E:Can't mount /dev/block/mmcblk3p1 (or /dev/block/mmcblk2p1)
(No such file or directory)
Error mounting SDCARD:!
Unfortunately I didn't have ADB installed. Now I'm trying to use the guide from here: http://forum.xda-developers.com/showthread.php?t=902860, but fail on step 4, cause there is nothing like "Nvidia harmony" appearing under other devices in my dev manager, just "Nvidia Tegra 2 USB Device" under Disk Drives and "USB Mass Storage Device" under Universal Serial Bus Controllers. I guess these devices are gTablet's internal memory presented as disk drive...
I'll try to install ADB and then write back how it worked.

Interesting error messages. Now I really have to see those text files.
If you're having problems installing ADB on Windows, try using Linux.

Ok, thanks you very much! I'll try that, but unfortunately tomorrow, as it's already too late here.
Btw, I read your post about linux - you're suggesting Knoppix Live CD there. Is it mandatory to use it? I mean I already have PartedMagic live CD burned, maybe I could use it instead...

anary said:
I mean I already have PartedMagic live CD burned, maybe I could use it instead...
Click to expand...
Click to collapse
If sudo and adb work, then no problem.

rajeevvp said:
Boot into CWM first, then try mounting both /data and /sdcard using the CWM menu. Note down the exact error message displayed in each case. Then connect the USB cable and run these ADB commands on your PC:
Code:
C:\> [B]adb shell dmesg >dmesg.txt[/B]
C:\> [B]adb shell fdisk -l /dev/block/mmcblk3 > fdisk.txt[/B]
C:\> [B]adb shell fdisk -l /dev/block/mmcblk2 >> fdisk.txt[/B]
Post the error messages and those 2 .txt files here.
Click to expand...
Click to collapse
Ok, I finally managed to do it. Sorry for the delay.
The files are attached. Did everything how you told me.
Actually I don't think that I understand too much in Android inner mechanics But having looked through these files, I thought that inner sdcard device (mmcblk3) doesn't seem to produce any strange behavior...
Btw, thanks a lot for your advice about using Knoppix - it's really very easy and handy!

anary said:
But having looked through these files, I thought that inner sdcard device (mmcblk3) doesn't seem to produce any strange behavior...
Click to expand...
Click to collapse
You have lost your /data partition altogether. You are supposed to have 2 partitions on that internal SD card: a 14GB FAT32 partition and a 2GB ext3 partition. You only have a single FAT32 partition spanning the entire SD card now.
I may be able to help you get both partitions back if you give me these details:
1. How and when did this happen?
2. Current ROM.
3. Current version of CWM.
4. Did you try to repartition the (internal) SD card recently?
5. Have you ever repartitioned the internal SD card? If yes, then using which version of CWM?
6. After you noticed the problem what steps did you take to fix the problem?

Yeah, I remember I was curious where it stores OS's kernel if all it has is FAT32 partition - now I get it...
Ok, here are the details:
1. I don't really know what has happened, but I guess that it happened when I tried to use tablet like cardreader for microsd card. During that I sort of formatted external sd - maybe that actually was internal memory? I checked through file manager though, and all the files seemed intact...
2. VeganTab GingerEd from this thread: http://forum.xda-developers.com/showthread.php?t=1031250. I'm pretty sure that I didn't install anything except for it.
3. Don't know. But it says ClockworkMod Recovery v2.5.1.1-bekit-0.8 in recovery menu, so I guess its version is maybe 0.8.
4. No I didn't, at least intentionally.
5. I think I did it just once, when installing the ROM. I'm pretty much sure that I used this instructions for repartitioning: http://viewsonic-gtablet-for-dummies.webs.com/repartition.htm (not exactly this, but I did the same as it's written there). To install the ROM I used the instructions from the ROM thread, mentioned above. I didn't whant to do a lot of modding, just wanted the device to work at least better than with stock ROM, so didn't try to change any other low-level things.
6. I just tried to mount partitions through CWM recovery and I tried wiping out cache partition and Dalvik cache. Nothing else.

anary said:
Yeah, I remember I was curious where it stores OS's kernel if all it has is FAT32 partition - now I get it...
Click to expand...
Click to collapse
The OS kernel is not stored on the SD cards. They're stored on a "boot" partition on the NAND flash. And, if the OS was messed up you would get hung up on the initial splash screen (the one with the 3 birds)--you wouldn't go into a boot loop.
1. I don't really know what has happened, but I guess that it happened when I tried to use tablet like cardreader for microsd card. During that I sort of formatted external sd - maybe that actually was internal memory?
Click to expand...
Click to collapse
That's what caused this problem. CWM-2.5.1.1-bekit-0.8 does not work on the external SD card (but, CWM-2.5.1.3 and CWM-4.0.1.5 do).
Did you format the internal SD card using CWM?
I checked through file manager though, and all the files seemed intact...
Click to expand...
Click to collapse
Files where? The internal SD card or the external one? And, how did you check this? After formatting the internal SD card, the very next boot into the ROM would've put you into a boot-loop because the /data partition is missing.
I think I may be able to get stuff from /data, but, everything on /sdcard is most likely gone. (Actually, the files are most likely all there, but, without direct access to the tablet, it's very difficult to get the retrieve any of them.) Just don't touch the tablet until I've figured out the commands you will have to use.

That's what caused this problem. CWM-2.5.1.1-bekit-0.8 does not work on the external SD card (but, CWM-2.5.1.3 and CWM-4.0.1.5 do).
Did you format the internal SD card using CWM?
Click to expand...
Click to collapse
No, I was going to format external SD card and I tried to do it through Android (or maybe VeganTab) menu. I think that doing this, I could accidentally format internal SD, but I'm not sure this could be done from within the OS. During the same logon session I checked files on internal SD with file manager and all of them were where they should have been. So I thought that all was ok. But when I rebooted next time, it wasn't booting... That's why I told you that maybe it was because of formatting.
And just to be clear: I didn't do anything using CWM after it stopped booting, apart from wiping system and Dalvik caches.

Do you have a large capacity micro SD card (anything larger than the maximum amount of data that's currently on the internal SD card) that you can use to save retrieved data into?

rajeevvp said:
Do you have a large capacity micro SD card (anything larger than the maximum amount of data that's currently on the internal SD card) that you can use to save retrieved data into?
Click to expand...
Click to collapse
Yep. Won't be any problem.

anary said:
Yep. Won't be any problem.
Click to expand...
Click to collapse
OK. Format that micro SD to contain a single DOS partition; then we'll proceed.

rajeevvp said:
OK. Format that micro SD to contain a single DOS partition; then we'll proceed.
Click to expand...
Click to collapse
Ok. That's done.

Boot into CWM, go into the "mounts and storage" menu, unmount all mounted partitions, connect the USB cable, and run these commands using ADB--do not back out of that "mounts and storage" menu while we're fixing this. We're trying to see if the data on the current /sdcard partition can be retrieved.
Code:
$ [B]adb shell[/B]
~ # [B]mount -r /dev/block/mmcblk3p1 /sdcard[/B]
~ # [B]ls -l /sdcard[/B]
If the ls listing looks OK, then we force a filesystem check before copying the data to the external micro SD card:
Code:
~ # [B]mount -r /system[/B]
~ # [B]umount /sdcard[/B]
~ # [B]/system/bin/fsck_msdos -f -y /dev/block/mmcblk3p1[/B]
If the listing doesn't look OK, then the data on /sdcard is lost.
Post the exact output of each command.

Ok, mount says this:
Code:
mount: mounting /dev/block/mmcblk3p1 on /sdcard failed: Invalid argument
and ls after that gives no output - I think it shouldn't give any, 'cause I didn't mount anything...
Does this mean I'm screwed?

Try this mount command:
Code:
~ # [B]mount -r -t vfat /dev/block/mmcblk3p1 /sdcard[/B]

The same result.

Related

creating an ext2 partition on internal sd card

There are a few pages on how do do this on Android phones, but I'm having a hard time finding a solution tailored for the gtab. One page suggests using Cyanogen Recovery Image and ADB, however Cyanogen Recovery Image is not maintained anymore, and Clockwork is suggested. So I installed that, and I can boot into recovery mode on my gtab. But after connecting to the PC via usb, trying to use 'adb shell' returns a "device not found" error.
So what's the best way to create an ext2 partition on my Gtab's internal sd card?
Found out through #tegratab that this is not an option for the gtab. I hope to have better luck formatting a new micro sd card to ext2 with the goal of installing Debian on it. Will post my results later.
I hope to have better luck formatting a new micro sd card to ext2 with the goal of installing Debian on it. Will post my results later.
Click to expand...
Click to collapse
great idea -- keep us posted
My new micro SD card came with an mini SD card adapter, so it was no problem to insert it into my netbook running partedmagic and create an ext2 partition. Unfortunately the gtab says it's an unsupported file system. Something is crippled somewhere...
When I was attempting the same thing android wouldn't automount an ext2/3/4 sdcard for me but I could manually mount it through a terminal emulator.
So I downloaded Android Terminal Emulator from the market and typed
fdisk -l
to show the partition tables. Nothing happened. I then tried "su" to give the terminal superuser privileges, but that didn't help.
*sigh*
What am I doing wrong?
I'm using TnT-Enhanced v3.1.4b and have Clockworkmod installed. Perhaps my gtab is not "rooted" as it needs to be? I'm afraid I know little about how these things work...
IIRC all I had to do to mount the ext2 partition was type in mount /dev/block/platform/tegra-sdhci.2/mmcblk2p1 /mnt/sdcard
farmer bobathan said:
IIRC all I had to do to mount the ext2 partition was type in mount /dev/block/platform/tegra-sdhci.2/mmcblk2p1 /mnt/sdcard
Click to expand...
Click to collapse
That did nothing for me. Perhaps you could help me by explaining how you came up with that command - maybe I need to tailor it for my particulars.
I'm still troubled that fdisk -l does not show the partition table. If I type fdisk alone, terminal gives me a list of options I can use (including the -l).
(Sure hope another non-android based OS is developed soon that will run on the gtab.)
Which ROM are you using?
farmer bobathan said:
Which ROM are you using?
Click to expand...
Click to collapse
TnT-Enhanced v3.1.4b. I guess that's the stock ROM then... enhanced.
So do I need to install a different ROM for root access? I have superuser access, but not root?
Root and superuser are the same thing, I think you need a custom kernel such as pershoot's with ext support.

[Q] Clockwork mod won't data wipe help?!!

it keeps saying
formatting /data...
Error formatting /data!
I need to format data because I'm getting lots of system errors. Does anybody know how to fix this?
I'll need to see some logs to find out what's wrong. Boot the gTab into ClockworkMod, attach the USB cable to the tablet, and run these commands on your PC after you've tried to format data. Note that you must have adb set up for the commands to work.
Code:
C:\SOME\PATH> [B]adb shell dmesg > dmesg.txt[/B]
C:\SOME\PATH> [B]adb pull /tmp/recovery.log reclog1.txt
[/B]C:\SOME\PATH> [B]adb pull /cache/recovery/log reclog2.txt[/B]
Post the dmesg.txt and reclog?.txt files here.
Sorry for being a noob, but where do I download the adb from?
bdds13 said:
Sorry for being a noob, but where do I download the adb from?
Click to expand...
Click to collapse
There is a guide for this.
Sorry I installed the adb, but I could never get it to recognize my device. I think im fine now, I had to repartition the sd card and it also wiped data so im fine for now. But I got so frustrated with the ABD I guess I had to spend more time on it, but oh well.
Finally I was able to wipe data. I had to re-partition the sd card to 2048M and then 0. After it partitioned I was able to wipe data with no errors.
If you repartitioned the (internal) SD card, then your /data was also formatted in the process--in fact, the entire SD card would've been reset to an original and empty state.
I'm curious now as to how the /data partition got so screwed up that even formatting it failed. Did you lose that partition somehow?

[Q] Trying to recover from a data wiped SD card

Hi all.
I recently went about updating my tablet, and in the back of my mind I was under the impression that TWRP would backup the internal sdcard's files during the normal backup, so I thought nothing of wiping the internal sdcard. Whoops. It, of course, didn't, and now I find myself with a whole slew of stuff gone. Not much else was written to the internal sdcard (which is on an ext4 filesystem), so I suspect that a good bit of my stuff can still be sitting there in the data graveyard. Hopefully.
Since I'm on Linux and can't mount the sdcard directly (since for some odd reason Linux has issues with MTP), all I've been able to do was this:
I booted the tablet into recovery mode and opened up adb, and ran the following command through the adb shell:
Code:
~ # dd if=/dev/block/mmcblk0p8 of=/dev/block/mmcblk1p1
Where mmcblk0p8 is the internal sdcard with the lost data, and mmcblk1p1 is an external sdcard. I thought that by running that command, I could create a carbon copy of each and every little thing on the old sdcard, write it onto something my computer could read, and then go through the normal recovery process. In this case I planned to use a Linux tool called "extundelete."
Here's where I get stuck. The sdcard appeared to have cloned correctly, given that the entire thing is now filled up and reads as an ext4 filesystem on gparted (when it was previously fat32), but now I can't mount it. And if I can't mount it, I can't restore anything. Here's what I get when I try to mount it:
Code:
Error mounting /dev/sdb at /media/user/57f8f4bc-abf4-655f-bf67-946fc0f9f25b: Command-line `mount -t "ext4" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb" "/media/user/57f8f4bc-abf4-655f-bf67-946fc0f9f25b"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
So to sum it up, I accidentally wiped my tablet's internal sdcard using TWRP 2.3.3.0, and now I want to recover what was lost during the wipe. Not that it matters, my tablet is a Transformer Infinity in case anyone asks. Though I don't think that's really relevant here.
If anyone knows how to help me, or knows of a better way I should go about getting my data back, that would be, for a lack of better words, super awesome.
Thanks!
BJSerpas said:
Error mounting /dev/sdb
Click to expand...
Click to collapse
Seems you tried to mount /dev/sdb, not /dev/sdb1.
Also, did you make the SDcard partition the same size as the source partition? And what did dmesg say?
Also, http://forum.xda-developers.com/showthread.php?t=1994705 might be of some help..
kuisma said:
Seems you tried to mount /dev/sdb, not /dev/sdb1.
Also, did you make the SDcard partition the same size as the source partition? And what did dmesg say?
Click to expand...
Click to collapse
When I plugged it in, Linux automatically mounted it to sdb and not sdb1. And the external SD card was the same size as the internal one, 32gb. Currently not home so I can't run dmesg at the moment.
And thank you bodh, that looks very useful and is more or less what I was trying to do. I'll have to get on a windows PC it seems, but no issue there. In the meantime, is there a way to write protect the internal SD from the android terminal emulator until I get home? I don't want my old files accidentally overwritten. Or I could just not use the tablet if that's the better option here.
Thanks guys!
I'm not sure you could write protect the internal sd. I've tried changing permissions on it and get errors. You're best bet is probably to go without the tablet use for now.
BJSerpas said:
When I plugged it in, Linux automatically mounted it to sdb and not sdb1. And the external SD card was the same size as the internal one, 32gb. Currently not home so I can't run dmesg at the moment.
Click to expand...
Click to collapse
I'm talking about the number of blocks exactly, not "32gb" or so. And mount /dev/sdb1 manually, don't rely on Gnome failing to mount /dev/sdb.

Gtab 1.2 - boot loop to CWM

device was working fine i forgot way back what rom i used honeycomb somthing ,
although i wanted to just clean it out and all the apps, so i went into setting and clicked factory reset , it booted into cwm i chose factroy reset/cashe again from there , now bootup says booting into recovery kernel and starts cwm 3.0.2.8 ,shows gtab 1.2 and NI adam rev5
formatted sd card to 2048/0 , data wipe /cashe etc. same thing happens
i was reading a bunch about nvflashing here http://forum.xda-developers.com/showthread.php?t=861950 although that was for people who couldnt boot cwm.
any ideas , or do i need to nvflash?
revized said:
any ideas , or do i need to nvflash?
Click to expand...
Click to collapse
No need for nvflash. See this thread.
rajeevvp said:
No need for nvflash. See this thread.
Click to expand...
Click to collapse
thanks bro! you did it! its running fine again! :good: fastest thing i have ever done it seems!
update: keeps saying FC android keyboard has stopped responding?
and the keyboard wont appear
revized said:
update: keeps saying FC android keyboard has stopped responding?
and the keyboard wont appear
Click to expand...
Click to collapse
Can't say what's wrong without looking at the logs, but, since you said you wanted to clean out everything (ie. you don't mind losing data), do this in CWM:
1. Repartition the internal SD card.
2. Format /cache.
This will get your ROM installation into a clean, freshly installed, state.
rajeevvp said:
Can't say what's wrong without looking at the logs, but, since you said you wanted to clean out everything (ie. you don't mind losing data), do this in CWM:
1. Repartition the internal SD card.
2. Format /cache.
This will get your ROM installation into a clean, freshly installed, state.
Click to expand...
Click to collapse
I format the sd 2048/0 and click wipe cashe partition then boot system, got same fc keyboard as before
revized said:
I format the sd 2048/0 and click wipe cashe partition then boot system, got same fc keyboard as before
Click to expand...
Click to collapse
Hmm. Now its getting interesting. Time to collect some logs.
1. Boot into CWM.
2. Repartition internal SD card. (Remove any external SD cards from the slot first.)
3. Format /cache (mounts and storage menu).
4. Run these adb commands on your PC immediately after completing steps 2 and 3.
Code:
C:\SOME\PATH> [B]adb push [I]C:\SOME\PATH\[/I]t.sh /tmp[/B]
C:\SOME\PATH> [B]adb shell chmod 700 /tmp/t.sh[/B]
C:\SOME\PATH> [B]adb shell /tmp/t.sh > log.txt[/B]
Post the log.txt file here.
okay thank you, i am installing the adb thing right now , although i dont understand was i supposed to do something with that file inside the t.zip you posted ?
rajeevvp said:
Hmm. Now its getting interesting. Time to collect some logs.
1. Boot into CWM.
2. Repartition internal SD card. (Remove any external SD cards from the slot first.)
3. Format /cache (mounts and storage menu).
4. Run these adb commands on your PC immediately after completing steps 2 and 3.
Code:
C:\SOME\PATH> [B]adb push [I]C:\SOME\PATH\[/I]t.sh /tmp[/B]
C:\SOME\PATH> [B]adb shell chmod 700 /tmp/t.sh[/B]
C:\SOME\PATH> [B]adb shell /tmp/t.sh > log.txt[/B]
Post the log.txt file here.
Click to expand...
Click to collapse
revized said:
i dont understand was i supposed to do something with that file inside the t.zip you posted ?
Click to expand...
Click to collapse
Yes.
Transfer the t.sh file in the t.zip file to the gTablet and then run it. All the necessary commands are listed.
Just use the correct directory in place of the C:\SOME\PATH, and do all the steps, 1-4, which are given.
OK I will try to do this, I am a n00b and was never able to use adb before when I tried along time ago. And now I have a xp. 64Bit pc and have a lot of troubles with small things I never did before. I can do this. LoL
rajeevvp said:
Yes.
Transfer the t.sh file in the t.zip file to the gTablet and then run it. All the necessary commands are listed.
Just use the correct directory in place of the C:\SOME\PATH, and do all the steps, 1-4, which are given.
Click to expand...
Click to collapse
i am back rajeevvp ! dont bail out on me , i am ready to get this thing done its been awhile although its time , this is all possible because of people like you and my son who says he wants to try and fix it !
( ps i am waaaay to n000bed to use adb ) but he even wants to dev andy apps so this may be a language he can understands just fine .
UPDATE: turns out He ummm. wwell hehe. decided wipe cache partition, part SD card, fix permissions, format boot, system, sd, data and cache. now upon normal boot up we (me my son and the gtab get magic value mismatch.lol
i was going to have him learn how to run adb stuff get your log and now i cant pout in the t.sh file because i assume it only allows transfering to sd card with normal boot up because i tried to put it on micro and cwm doesnt have a option to search for external sdcard, so now ummm ,upon searching for the magic value mismatch i found this article and seems very intense for a small person like me.
http://www.slatedroid.com/topic/19880-guide-restore-g-tablet-after-a-failed-recovery-mode-updatezip/
help!

[Q] No Partitions Showing in Parted - Hardware Problem?

I have a Nook Tablet 16GB. It won't even power on to the "n" logo screen unless there is a CWM SD Boot card installed. I get mount errors once inside CWM.
E:Can't mount / cache/recovery/command/
E:Can't mount / cache/recovery/log/
E:Can't open / cache/recovery/log/
E:Can't mount / cache/recovery/last_log/
E:Can't open / cache/recovery/last_log/
I've tried the Factory Restore (repart.img) and it runs through and tells me the device will shutdown in 5 seconds. (The other times I've used this it sits at a green check mark until I shut it down manually) This doesn't resolve the issue or make any changes at all.
I've tried Adam's Ubuntu method and the device boots to the SD card but sits at a blank screen after a few seconds and does nothing, even when left on over night. This doesn't resolve the issue or make any changes at all either.
I can connect to the device in ADB and the plan was to use parted to fix some partitions using Veronica's methods, but when I run the parted /dev/block/mmcblk0 print command no partitions are found at all on the device. I'm never prompted to fix any partitions either. The only thing it sees in the ext sd card partition. In the past when I've done this it shows 11 partitions with some details. This time it shows nothing. I am unable to find any information anywhere as to what to do next.
It is as though the internal SD Card (memory/hard drive whatever you call it) isn't working or detected by the system any longer.
Does anyone have any recommendations on what to try next? Please help!
I'd suggest burning a CM10.x pre-made SDcard image (e.g., cm_acclaim_10.1_21APR2013_HD_SDC_IMG.7z from Succulent's repo http://iamafanof.wordpress.com/2013/02/18/cm10-1-jellybean-android-4-2-2-for-nook-tablet-0218/) and see if your NT can successfully boot and run a ROM from SDcard. If it does then you can proceed to restoring stock ROM (or flashing CM10) internally on emmc.
Also, refrain from reformatting any partition (other than possibly /cache, /system, /data, if you have good reason to do so and know what you're doing), as you risk making the problem worse -- see http://forum.xda-developers.com/showpost.php?p=37515697&postcount=31.
digixmax said:
I'd suggest burning a CM10.x pre-made SDcard image (e.g., cm_acclaim_10.1_21APR2013_HD_SDC_IMG.7z from Succulent's repo http://iamafanof.wordpress.com/2013/02/18/cm10-1-jellybean-android-4-2-2-for-nook-tablet-0218/) and see if your NT can successfully boot and run a ROM from SDcard. If it does then you can proceed to restoring stock ROM (or flashing CM10) internally on emmc.
Also, refrain from reformatting any partition (other than possibly /cache, /system, /data, if you have good reason to do so and know what you're doing), as you risk making the problem worse -- see http://forum.xda-developers.com/showpost.php?p=37515697&postcount=31.
Click to expand...
Click to collapse
I made an SDCard using Succelent's repo and was able to boot to the Cyanoboot Bootloader but a few seconds later it just went to a blank screen. I rebooted and could get into recovery by holding the "n" button and selecting that. When I select to boot from SDC it just goes to Bootloader and then goes blank. It never boots into the OS.
I never mess around with partitions and I'm not sure how this thing got this way. I purchased it from eBay as a tablet for my daughter. It did say the device was bricked but that the hardware was okay. I've seen bricked devices in the past and the repart.img (Factory Reset) has always resolved the problem. I have a Nook Tablet that my son has been using so I've become pretty familiar with the basics of rooting, loading CWM, TWRP, Cyanogenmod, etc. But I've never seen it were I get mounting errors inside of CWM and am unable to flash anything. It won't even mount the external SDCard once inside CWM.
Not sure what to do and I hate to give up on this. Any help would be greatly appreciated.
Assuming that SD-based CWM is functional, you should try flashing flash_kernel_acclaim_30MAR2013_HD_SDC.zip under the heading "Flash this if your NT doesn’t boot newer kernel" in the SDC image section of http://iamafanof.wordpress.com/2013/02/18/cm10-1-jellybean-android-4-2-2-for-nook-tablet-0218/.
Also, you should try "wipe /cache" while in SD-based CWM recovery to see if that would take care of the /cache related mounting errors you encountered.
This happened to me last year. There is a post in development section about fixing partition table by So****e. It's the last resort, but worked for me.Also, Adam Outlers Ubuntu method loses your serial number, gone forever. Good luck
Sent from my Barnes & Noble Nook Tablet using xda app-developers app
DEjaVu
Happened to my first nookT not to long ago....It died but the best advice I can give has already been given try not to erase more stuff. Digimax helped me not to long ago. Make sure you format your sdcards correctly and if you can flash a recovery or boot into it you should be able to use one of Succulents cards. Good luck
digixmax said:
Assuming that SD-based CWM is functional, you should try flashing flash_kernel_acclaim_30MAR2013_HD_SDC.zip under the heading "Flash this if your NT doesn’t boot newer kernel" in the SDC image section of http://iamafanof.wordpress.com/2013/02/18/cm10-1-jellybean-android-4-2-2-for-nook-tablet-0218/.
Also, you should try "wipe /cache" while in SD-based CWM recovery to see if that would take care of the /cache related mounting errors you encountered.
Click to expand...
Click to collapse
I tried to download the file you suggested, but the actual file isn't there any longer. When I click on the download link it takes me to GOO to download it, but said file can't be found. I also tried wiping my cache partition again from inside cwm, but no luck. Still getting the mount errors.
I believe the real issue is that my device doesn't see /dev/block/mmcblk0 (or rather is sees it as the external SD card). there is no /dev/block/mmcblk1 either. I thought perhaps the internal and external were swapped, but that doesn't appear to be the case. So since the device can't recognize the internal SD card I don't think I will be able to get anything to flash until I get that resolved first. I'm certain that is why Adam Ubuntu fix and Meg's reprt.img aren't working.
Probably the only way to do that, if it is even possible, is to do it through ADB. Veronica has a thread that shows how to recreate all of the partitions, but when I attempt to do that it doesn't see the internal storage at all so I can't even get started.
I really hate giving up on anything so I will keep trying as long as it takes if I know it is possible to fix this, but I'm not sure what steps to take next to try and get the internal storage recognized.
For all I know it could be a permission issue.
Do you know any commands I can run from ADB Shell to try and get the internal storage recognized?
When I run a list command from ADB shell I get the following:
~ # ls
ls
boot fstab.acclaim sd-ext
bootdata init sdcard
cache init.rc sys
data internal_sd system
datadata proc tmp
default.prop recovery ueventd.acclaim.rc
dev res ueventd.goldfish.rc
emmc rom ueventd.rc
etc root
external_sd sbin
~ #
So it looks like the internal storage is working after all and I can get into some of these directories and files and CAT or TAIL them. Perhaps the MBR is messed up or something?
skelnik said:
I tried to download the file you suggested, but the actual file isn't there any longer. When I click on the download link it takes me to GOO to download it, but said file can't be found.
...
Click to expand...
Click to collapse
You can try one of Succulent's more recent 10.2 builds listed at http://iamafanof.wordpress.com/2013...id-4-3-for-nook-tablet-imgsdc-boot-09aug2013/ which he uploaded onto Media Fire: "cm_acclaim_10.2.0-RC0_13OCT2013_HD_SDC_IMG.7z (mirror)".
You might also want to take a look at Succulent's recovery tools (in particular flash_stock_1.4.2.zip) at https://github.com/succulent/acclaim_recovery_sdcard.

Categories

Resources