06-13-2024, 02:53 AM | #556 |
Junior Member
Posts: 5
Karma: 10
Join Date: Jun 2024
Location: Florida
Device: Nook Glowlight 4
|
|
06-13-2024, 07:17 AM | #557 |
Onyx-maniac
Posts: 3,157
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
Advert | |
|
06-13-2024, 04:58 PM | #558 |
Junior Member
Posts: 5
Karma: 10
Join Date: Jun 2024
Location: Florida
Device: Nook Glowlight 4
|
changing the sleep image in a rooted Nook Glowlight 4
This is what I was trying to do:
$adb reboot boot bootloader $fastboot devices $fastboot flash boot nnglow21.img (manual reboot into neo noogie) $adb devices $adb push wallpaperNook.png /system/media/SleepImageNook $adb shell #mount -t ext4 /dev/block/mmcblk0p5 /system #rm -f /system/media/SleepImageNook/2.png #rm -f /system/media/SleepImageNook/3.png #rm -f /system/media/SleepImageNook/4.png #rm -f /system/media/SleepImageNook/5.png #rm -f /system/media/SleepImageNook/6.png #cp system/media/SleepImageNook/wallpaperNook.png /system/media/SleepImageNook/1.png #^D $adb reboot bootloader $fastboot devices $fastboot flash boot boot.img (manual reboot back into nook) I guess I forgot to put it back into fastboot mode when trying to flash the boot.img file when I first did it, but this worked for me to change the wallpaper in the Nook. I'm sorry I was so confused at first. Thank you for making the Neo Noogie file and advising me how to go about changing the sleep image Renate! |
09-25-2024, 02:00 PM | #559 | |
Member
Posts: 15
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
|
Quote:
Since I put this on hold for right now, I figured it's probably a good time to make sure that I have the right update file. I downloaded one that I saw linked in another thread, but I'm wondering if anyone could link the current 4e update file here just to be safe. Thanks! |
|
09-25-2024, 10:21 PM | #560 |
Member
Posts: 15
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
|
I messed something up.
I was eventually able to get a Windows machine to recognize it when I did fastboot devices, so I did try sending my Magisk file over via fastboot flash boot and I got the following message: C:\Users\xxx\Desktop\platform-tools>fastboot flash boot magisk_patched-24200_esClI.img Warning: skip copying boot image avb footer (boot partition size: 0, boot image size: 17901568). Sending 'boot' (17482 KB) OKAY [ 1.018s] Writing 'boot' OKAY [ 0.379s] Finished. Total time: 1.464s And now my 4e is stuck and won't seem to reboot or anything. I can still see it under adb devices and fastboot devices, so I tried to flash the boot.img file over to it and got the same message as above, but I still can't get anything to change on the screen. Any ideas would be really appreciated! |
Advert | |
|
09-26-2024, 11:05 AM | #561 | |
Member
Posts: 15
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
|
Quote:
__bionic_open_tzdata: couldn't find any tzdata when looking for Asia/Shanghai! lrwxrwxrwx 1 root root 7 1970-01-01 00:00 /sbin/ueventd -> ../init lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/ulimit -> toybox_static lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/umount -> toybox_static lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/uname -> toybox_static lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/uniq -> toybox_static lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/unix2dos -> toybox_static -rwxr-xr-x 1 root root 1274700 1970-01-01 00:00 /sbin/update-binary lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/uptime -> toybox_static -rwxr-xr-x 1 root root 415204 1970-01-01 00:00 /sbin/usbcfg lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/usleep -> toybox_static lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/uudecode -> toybox_static lrwxrwxrwx 1 root root 13 1970-01-01 00:00 /sbin/uuencode -> toybox_static I'm pretty much at a loss for where to go from here. I can fastboot back into the boot.img or my magisk img, but neither gets me any further. The screen is still blank, but booting back into one of those does change it in adb devices from "recovery" to "device". Any thoughts? Also, sorry for all the posts in this thread. Just trying to get my device back up and running! |
|
09-26-2024, 11:20 AM | #562 |
Onyx-maniac
Posts: 3,157
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
I don't know what it's talking about the AVB footer.
You can try going to recovery, pushing it and flashing from there. Code:
fastboot reboot recovery adb push magisk.img /cache adb shell dd if=/cache/magisk.img of=/dev/block/by-name/boot reboot |
09-26-2024, 11:38 AM | #563 | |
Member
Posts: 15
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
|
Quote:
I can power cycle using the power button on the Nook and start over (still able to see the device in adb devices and fastboot devices), but still nothing is happening on the screen. |
|
09-26-2024, 11:45 AM | #564 |
Onyx-maniac
Posts: 3,157
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Oh, it keeps on going to recovery I think.
I think I added reboot to later versions for other devices. When stuck in recovery: Code:
adb shell dd if=/dev/zero of=/dev/block/by-name/misc count=1 |
09-26-2024, 12:03 PM | #565 |
Member
Posts: 15
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
|
Still no luck! Same as before, everything seems to be working as expected when I go through those commands. With this last one, it says 1+0 in and 1+0 out and 512b copied. But then after a long power press, nothing happens on the screen. It's totally white right now, I think it seems to flash black for a second going into/out of recovery, but that's it. PC's still seeing the device under adb/fastboot devices though.
|
09-26-2024, 12:12 PM | #566 |
Onyx-maniac
Posts: 3,157
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Don't you still have the stock (not Magisk'ed) image.
Did you try flashing that? Are you sure that what you started with was what was on your device.? |
09-26-2024, 12:17 PM | #567 |
Member
Posts: 15
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
|
I tried flashing the boot.img from the update zip that I downloaded, but I am questioning whether I got the right version or if I downloaded an older version by mistake. This was my first time trying to root a Nook and I'm thinking I probably made a dumb mistake. Is there any way to find the latest update zip for the 4e? Or is it just a matter of guessing? Because at this point, I don't even mind trying to flash a few different boot.img files over to find the right one. Unless there's some better method. Since the PC is still seeing the device, I haven't totally given up hope yet.
|
09-26-2024, 02:00 PM | #568 |
Onyx-maniac
Posts: 3,157
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Unfortunately my 4e is about 5000 miles away right now.
Here are some updates though: http://su.barnesandnoble.com/nook/pi...123/update.zip http://su.barnesandnoble.com/nook/pi....88/update.zip http://su.barnesandnoble.com/nook/pi....95/update.zip |
09-26-2024, 02:35 PM | #569 | |
Member
Posts: 15
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
|
Quote:
Weirdly, I tried to run that img through magisk and then flash that over. Nothing happened when I flashed that img though. So I ended up just flashing back to the regular boot.img. I'm not rooted, but at least my device is working! Seriously, thank you so much! I never would have gotten this figured out. |
|
09-27-2024, 01:47 AM | #570 |
Onyx-maniac
Posts: 3,157
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
The first is the oldest, the last is newer.
The newest is: http://su.barnesandnoble.com/nook/pi...102/update.zip |
Tags |
nook |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why I am avoiding the nook GlowLight [2013 nook GlowLight] | anmanwar@aol.com | Barnes & Noble NOOK | 20 | 04-24-2018 01:16 PM |
Adding cover thumbnails to the Nook ST (Nook Color & Nook Glowlight): how-to | kalwisti | Barnes & Noble NOOK | 0 | 10-31-2014 05:15 PM |
Barnes & Noble One Week Sale on Nook STR, Glowlight, Nook HD | charmian | Deals and Resources (No Self-Promotion or Affiliate Links) | 6 | 09-26-2013 11:36 AM |
Ended Nook Glowlight and Oberon Cover (for Nook Touch or Glowlight) | puglover333 | Flea Market | 1 | 09-20-2012 09:11 AM |