Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
natoe33
Old
#1  
Member - OP
Thanks Meter 3
Posts: 53
Join Date: Jul 2010
Default I need help. Wrote to the Nook instead of SD.

I was using win32DiskImager to write cm7 to an sd card. I had my Nook connected to my computer and accidentally wrote to the Nook instead of the SD card. Now, every time I boot up the Nook, I get a message that says the Nook encountered a problem and needs to be rebooted.

Which steps should I take to write the stock firmware to the Nook?
 
mr_fosi
Old
#2  
Senior Member
Thanks Meter 23
Posts: 240
Join Date: May 2010
First, ask a mod to move this post to General or Q&A.

Second, provide details about what exactly you had and were trying to do, including OS versions and other relevant info.
 
natoe33
Old
#3  
Member - OP
Thanks Meter 3
Posts: 53
Join Date: Jul 2010
I had stock 1.2 with CWR. I was trying to get my Nook back to complete stock (Like just out of the box) and run a separate firmware from my SD. I used a zip to remove CWR from the nook emmc. I was trying to write the CM7 SD image to my SD card, but forgot my Nook was still connected to my PC. Instead of choosing the SD card to write to with Win32DiskImager, I chose the Nook to write to. Now I can't even view the file folders on my Nook while connected to my PC. I have an SD card with CWR on it. If I need to flash something to the emmc I can do it that way.
 
MДЯCЦSДИT
Old
#4  
MДЯCЦSДИT's Avatar
Recognized Developer
Thanks Meter 4564
Posts: 6,137
Join Date: Nov 2010
Location: in a box

 
DONATE TO ME
There are stock images. People have them and will post. Don't panic.

Sent from my Samsung-SPH-D700 using XDA App
 
natoe33
Old
#5  
Member - OP
Thanks Meter 3
Posts: 53
Join Date: Jul 2010
I've tried flashing some of the stock images I've seen. I still get the reboot message.
 
racks11479
Old
#6  
racks11479's Avatar
Senior Member
Thanks Meter 745
Posts: 987
Join Date: Jan 2011
Location: Fresh Meadows

 
DONATE TO ME
Quote:
Originally Posted by natoe33 View Post
I've tried flashing some of the stock images I've seen. I still get the reboot message.
Man, sounds like you wiped your partitions. Let's hope that you only wiped your /media partition.

-Get a bootable CWM sdcard.
-Boot to CWM Recovery
-Connect nook to pc
-Assuming you have adb up and running. Run the following commands:

Code:
$ adb shell
# fdisk -l /dev/block/mmcblk0
That should give you a print out of your partition layout. Post here so we can see where you're at.

-Racks
 
natoe33
Old
#7  
Member - OP
Thanks Meter 3
Posts: 53
Join Date: Jul 2010
How do I insert code like you did?
 
natoe33
Old
#8  
Member - OP
Thanks Meter 3
Posts: 53
Join Date: Jul 2010
This is what I got. (I think I did this right)
Code:
~ # fdisk -l /dev/block/mmcblk0
fdisk -l /dev/block/mmcblk0

Disk /dev/block/mmcblk0: 7944 MB, 7944011776 bytes
255 heads, 63 sectors/track, 965 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

              Device Boot      Start         End      Blocks  Id System
/dev/block/mmcblk0p1   *           1           9       72261   c Win95 FAT32 (LB
A)
/dev/block/mmcblk0p2              10          18       72292+  c Win95 FAT32 (LB
A)
/dev/block/mmcblk0p3              19          56      305235  83 Linux
/dev/block/mmcblk0p4              57         935     7060567+  5 Extended
/dev/block/mmcblk0p5              57         114      465853+ 83 Linux
/dev/block/mmcblk0p6             115         236      979933+ 83 Linux
/dev/block/mmcblk0p7             237         281      361431  83 Linux
/dev/block/mmcblk0p8             282         935     5253223+  c Win95 FAT32 (LB
A)
~ #
 
racks11479
Old
#9  
racks11479's Avatar
Senior Member
Thanks Meter 745
Posts: 987
Join Date: Jan 2011
Location: Fresh Meadows

 
DONATE TO ME
Well thats a good sign. All your partitions are still intact. Have you tried the 8-Failed reboots? Then clearing data by holding "Power & Home" Until the clearing data screen comes up?


Quote:
Originally Posted by natoe33 View Post
This is what I got. (I think I did this right)
Code:
~ # fdisk -l /dev/block/mmcblk0
fdisk -l /dev/block/mmcblk0

Disk /dev/block/mmcblk0: 7944 MB, 7944011776 bytes
255 heads, 63 sectors/track, 965 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

              Device Boot      Start         End      Blocks  Id System
/dev/block/mmcblk0p1   *           1           9       72261   c Win95 FAT32 (LB
A)
/dev/block/mmcblk0p2              10          18       72292+  c Win95 FAT32 (LB
A)
/dev/block/mmcblk0p3              19          56      305235  83 Linux
/dev/block/mmcblk0p4              57         935     7060567+  5 Extended
/dev/block/mmcblk0p5              57         114      465853+ 83 Linux
/dev/block/mmcblk0p6             115         236      979933+ 83 Linux
/dev/block/mmcblk0p7             237         281      361431  83 Linux
/dev/block/mmcblk0p8             282         935     5253223+  c Win95 FAT32 (LB
A)
~ #
 
natoe33
Old
(Last edited by natoe33; 4th May 2011 at 10:58 PM.)
#10  
Member - OP
Thanks Meter 3
Posts: 53
Join Date: Jul 2010
I tried the 8 failed reboot thing. Now I'm stuck at "Read Forever".

EDIT: I got it to work. Thanks. <======= noooooooooooooob

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Careers in Android: Recruiter Reveals How Resumes are Chosen – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more

More Tips to Help Promote Your Android App

With over 700,000 apps in the Google Play store and more than 48 billion app installs, it’s … more