View Single Post
Old 03-28-2024, 04:31 AM   #548
plainbriny
Enthusiast
plainbriny began at the beginning.
 
plainbriny's Avatar
 
Posts: 32
Karma: 10
Join Date: Dec 2017
Device: Nook Glowlight 3, Glowlight 4, Hyread Gaze Mini+
EDIT:
Don't know what I did, may be reformat mmcblk0p1 with mkfs?
After re-flashing neo noogie and misc-rec, and several reboots, it now works and I have successfully updated GL4, it is now back to factory again.
Thank you for the wonderful Neo Noogie.
Please disregard the rest of the reply.
EDIT END
**
Hi Renate,

I have done something wrong to my GL4 and it is now totally blank. I managed to flash neo noogie and misc rec.
However, when booting into recovery, I did not see the Neo Noogie splash.
I can access adb and when installing update, UDISK is missing.

Code:
E60P54_android:/cache # mount -t t2fs /dev/block/by-name/UDISK /data                                                               
mount: '/dev/block/by-name/UDISK'->'/data': No such device
I can mount cache (mmcblk0p9), but I can not mount data (mmcblk0p1)
Is there any way to create this partition and proceed with the update installation?

Many thanks!

Quote:
Originally Posted by Renate View Post
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.

Last edited by plainbriny; 03-28-2024 at 05:58 AM.
plainbriny is offline   Reply With Quote