![]() |
#526 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,614
Karma: 6791279
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3
|
Probably just a pm disable something-with-ota-in-its-name.
|
![]() |
![]() |
![]() |
#527 | |
Enthusiast
![]() Posts: 27
Karma: 24
Join Date: Mar 2021
Device: KO2
|
Quote:
|
|
![]() |
![]() |
![]() |
#528 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26,200
Karma: 119509713
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
|
![]() |
![]() |
![]() |
#529 |
Enthusiast
![]() Posts: 27
Karma: 24
Join Date: Mar 2021
Device: KO2
|
Sweet, cheers. Edge helped!
Last edited by nick84; 03-29-2023 at 03:00 AM. |
![]() |
![]() |
![]() |
#530 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Mar 2023
Device: Nook Glowlight 4
|
Just wanted to clarify before asking: I tried searching everywhere here and on XDA but I couldn't find this information.
I am trying to reset (accidentally connected it to WiFi before realising it would ask for an account) and use my GlowLight 4 without activating it with a B&N account. I found how to do it for other devices but when I tried the methods for the GL4 they don't work. Does anybody know how to do it? |
![]() |
![]() |
![]() |
#531 | |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Mar 2023
Device: Nook Glowlight 4
|
Quote:
First you need to enable USB debugging following the top left top right corner touching from here. Touching right at the corner is crucial, otherwise it won't work (my device is 8.x/6.x and this still works by the way). Once you have ADB shell (if on Windows use Google's official drivers, Universal ADB doesn't have the right VID/PID in its .inf), reboot to recovery and factory reset (there is only one button, you cannot miss it). Now you have a pristine device, so you need to enable USB debugging again following the same steps as before. Next install an alternative launcher (I used Simple Ink Launcher) following this post. The commands we are going to need afterwards require root, so follow this other post to do it. Finally run the commands here to disable the OOBE and launch directly into the new launcher. |
|
![]() |
![]() |
![]() |
#532 | |
Enthusiast
![]() Posts: 27
Karma: 24
Join Date: Mar 2021
Device: KO2
|
Quote:
I do get this message: <waiting for any devices> Last edited by nick84; 04-03-2023 at 04:56 AM. |
|
![]() |
![]() |
![]() |
#533 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Apr 2023
Device: glowlight 4
|
Quote:
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 |
|
![]() |
![]() |
![]() |
#534 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,614
Karma: 6791279
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3
|
Quote:
The correct one is 4 times bigger. It's been updated, load the new one http://www.temblast.com/neonoogie.htm The latest update is http://su.barnesandnoble.com/nook/pi....45/update.zip |
|
![]() |
![]() |
![]() |
#535 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Apr 2023
Device: glowlight 4
|
Thank you for the quick reply. Tried the method using two different computers (Linux & MacOS) with the new files and getting the same error. Should I be flashing misc-rec?
Currently doing— Quote:
|
|
![]() |
![]() |
![]() |
#536 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,614
Karma: 6791279
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3
|
|
![]() |
![]() |
![]() |
#537 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Apr 2023
Device: glowlight 4
|
Thanks, the dump returned—
Quote:
|
|
![]() |
![]() |
![]() |
#538 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,614
Karma: 6791279
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3
|
I'm confused by that.
You're clearly in recovery because only recovery uses toybox_static. But you're not seeing any version of update-binary so it's not either old or new nnglow21. So, I guess that somehow it reinstalled stock recovery? I tried some more experimenting on mine. The latest nnglow21 works fine as far as basic ADB and rebooting goes. I tried to do an update and ran into a small wrinkle. You have to do this before you do the update: Code:
# cd /cache # mkdir recovery I've found the power reset button to be balky. Try really long presses (>30 seconds) to get some reaction. |
![]() |
![]() |
![]() |
#539 |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Apr 2023
Device: glowlight 4
|
So, I'm able to detect the device in fastboot devices after pressing the power button for a minute. I've flashed nnglow21.img successfully, but am having trouble getting into recovery at the moment. Using fastboot reboot causes the device to reboot, but isn't detected in adb devices. I tried fastboot reboot recovery and fastboot boot nnglow21.img but get the same behavior. I also tried to boot into a patched image I had from magisk from a previous attempt, but still no response. The screen is completely blank but sometimes goes black for a moment. Is it possible that USB debugging is no longer enabled? thanks again
|
![]() |
![]() |
![]() |
#540 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,614
Karma: 6791279
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3
|
I've done some more experimenting.
This device is a pain to get to recovery. "adb reboot recovery" from a working system is the only reliable way. I've tried "magic" key presses and it still tries to regular boot. I've played with the misc partition and it still tries to regular boot. I've tried "fastboot erase boot" and it stalls at the (internal) aboot command line. Which is great for me, because I can type to it. The only thing that I've seen to work is "fastboot flash boot nnglow21.img", "fastboot reboot". The problem is, there is a risk that you'll be stuck at the aboot command line. I think that I'd try it though. |
![]() |
![]() |
![]() |
Tags |
nook |
Thread Tools | Search this Thread |
|
![]() |
||||
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 12:16 PM |
Adding cover thumbnails to the Nook ST (Nook Color & Nook Glowlight): how-to | kalwisti | Barnes & Noble NOOK | 0 | 10-31-2014 04: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 10:36 AM |
Ended Nook Glowlight and Oberon Cover (for Nook Touch or Glowlight) | puglover333 | Flea Market | 1 | 09-20-2012 08:11 AM |