Quote:
Originally Posted by Renate
Ok, can you still get to fastboot? If so, here's how to proceed, carefully.
If something doesn't react as portrayed, stop!
Preparation
Download http://su.barnesandnoble.com/nook/pi...1/gentoo/3.123
Download nnglow21.img from http://www.temblast.com/neonoogie.htm
Get misc-rec.prc from attachment. Just rename it plain misc-rec
Install rooted recovery
Go to fastboot:
Code:
C:\>fastboot flash recovery nnglow21.img
C:\>fastboot flash misc misc-rec
Long power press to reset, you should see a splash with "Neo Noogie".
Install update
Code:
C:\>adb shell
# mount -t f2fs /dev/block/by-name/UDISK /data
# mount -t ext4 /dev/block/by-name/cache /cache
# ^D
C:\>adb push update.zip /data/media/0
C:\>adb shell
# update-binary 2 1 /data/media/0/update.zip
<lots of printing, should end happily>
# dd if=/dev/zero of=/dev/block/by-name/misc
dd: /dev/block/by-name/misc: write error: No space left on device <not a problem, correct>
^D is control key + d
Hit the power button (which has "Reboot normally" written under it)
If that doesn't work do a really long power press ~30 seconds.
|
Hey, sorry to bother you Renate, your posts have been invaluable to the process of getting my device rooted. I had trouble using the method outlined by downeaster59 on page 27—following their method the device stopped displaying anything on the screen. Afterwards I tested your method and managed to get into Neo Noogie. I'm stuck updating the device, in adb shell, using the command "update-binary 2 1 /data/media/0/update.zip" I get the following error—
6|E60P54_android:/ # update-binary 2 1 /data/media/0/update.zip
line 2 col 23: unknown function "assert_boot_version"
line 3 col 38: unknown function "resize2fs"
line 5 col 11: unknown function "burnboot"
line 9 col 135: unknown function "block_image_update"
line 13 col 135: unknown function "block_image_update"
5 parse errors
I looked around this forum and XDA but I'm not sure what the error is. thank you