Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Barnes & Noble NOOK

Notices

Reply
 
Thread Tools Search this Thread
Old 07-16-2025, 03:56 PM   #46
tombert
Junior Member
tombert began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2025
Device: Nook Glowlight 4 Plus
Quote:
Originally Posted by plainbriny View Post
Was done on 8.1.7.50, just upgraded to 8.1.7.109 and doing the whole process again:

1. on first boot, alternatively tapping top right and left corner and enter EasterEggActivity
2. enter diagnostic -> android development settings -> unlock with password NOOK-BNRV1300
3. turn on "OEM unlocking" and "USB debugging"
3.1 adb devices (pop up in device to allow USB debugging access; make sure devices is authorized)
4. adb push boot.img /sdcard/ (extracted from update.zip for matching version, 8.1.7.109)
5. adb install magisk.apk (using v24 from official github release of magisk this time)
6. adb shell am start com.topjohnwu.magisk/.ui.MainActivity
6.1 patching boot.img in launched magisk
7. adb pull /path/to/patched_boot.img (should be /sdcard/Download/magisk_patched-24000_XXXXX.img)
8. adb reboot bootloader
8.1 fastboot devices (to make sure the device is in fastboot/bootloader mode)
9. fastboot flash boot patched_boot.img
10. fastboot reboot

That's it.

Since this version of magisk is taken from the official github release, the security risk should be smaller. I think the latest (or newer) version of magisk introduced some incompatibility and cause it not working for GL4+. The version by erkins007 is a debug version between v23 and v24, so I use v24 this time and it worked.

Hey! It worked!

You are very awesome, thank you so much for the detailed instructions. Genuinely appreciate it, you're a cool person.
tombert is offline   Reply With Quote
Old 07-16-2025, 09:36 PM   #47
plainbriny
Enthusiast
plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.
 
plainbriny's Avatar
 
Posts: 41
Karma: 294
Join Date: Dec 2017
Device: Kindle 3 Keyboard, Nook Glowlight 3/4, Glowlight 4+
Quote:
Originally Posted by tombert View Post
Hey! It worked!

You are very awesome, thank you so much for the detailed instructions. Genuinely appreciate it, you're a cool person.
Thank you for the fastboot trick, otherwise my NGL4+ would still be bricked and I won't be able to get it rooted.
plainbriny is offline   Reply With Quote
Old 07-17-2025, 11:15 AM   #48
Cactus Chef
Fanatic
Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.
 
Cactus Chef's Avatar
 
Posts: 581
Karma: 7058832
Join Date: Apr 2019
Location: East Coast, United States
Device: Kobo Sage, Kobo Clara HD, Galaxy Tab S5e, Kindle 4th Gen
Quote:
Originally Posted by plainbriny View Post
Was done on 8.1.7.50, just upgraded to 8.1.7.109 and doing the whole process again:

1. on first boot, alternatively tapping top right and left corner and enter EasterEggActivity
2. enter diagnostic -> android development settings -> unlock with password NOOK-BNRV1300
3. turn on "OEM unlocking" and "USB debugging"
3.1 adb devices (pop up in device to allow USB debugging access; make sure devices is authorized)
4. adb push boot.img /sdcard/ (extracted from update.zip for matching version, 8.1.7.109)
5. adb install magisk.apk (using v24 from official github release of magisk this time)
6. adb shell am start com.topjohnwu.magisk/.ui.MainActivity
6.1 patching boot.img in launched magisk
7. adb pull /path/to/patched_boot.img (should be /sdcard/Download/magisk_patched-24000_XXXXX.img)
8. adb reboot bootloader
8.1 fastboot devices (to make sure the device is in fastboot/bootloader mode)
9. fastboot flash boot patched_boot.img
10. fastboot reboot

That's it.

Since this version of magisk is taken from the official github release, the security risk should be smaller. I think the latest (or newer) version of magisk introduced some incompatibility and cause it not working for GL4+. The version by erkins007 is a debug version between v23 and v24, so I use v24 this time and it worked.
Is all of this necessary if I just wanna install a separate Android launcher?
Cactus Chef is offline   Reply With Quote
Old 07-17-2025, 11:58 AM   #49
tombert
Junior Member
tombert began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2025
Device: Nook Glowlight 4 Plus
Quote:
Originally Posted by Cactus Chef View Post
Is all of this necessary if I just wanna install a separate Android launcher?
It is not!

If you just want to install an Android launcher, you can install one with adb, but you need a way to "launch the launcher". You can do this with adb as well but that would require you to hook it up to a computer which would be kind of lame.

I wrote an app that overrides the top left button to launch Simple App Launcher, which can then launch anything you sideloaded, which is fine if that's all you want. No root required: https://github.com/Tombert/StupidLauncher

This Glowlight is actually for my wife, and she wanted custom sleep screens, and if you want that then you *do* need to root it.

BTW I am not an Android developer, this was an ad-hoc thing I wrote to get stuff working. If anyone here has Android dev experience I encourage you to make a pull request to clean up my crappy code.
tombert is offline   Reply With Quote
Old 07-17-2025, 12:10 PM   #50
Cactus Chef
Fanatic
Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.Cactus Chef ought to be getting tired of karma fortunes by now.
 
Cactus Chef's Avatar
 
Posts: 581
Karma: 7058832
Join Date: Apr 2019
Location: East Coast, United States
Device: Kobo Sage, Kobo Clara HD, Galaxy Tab S5e, Kindle 4th Gen
Quote:
Originally Posted by tombert View Post
It is not!

If you just want to install an Android launcher, you can install one with adb, but you need a way to "launch the launcher". You can do this with adb as well but that would require you to hook it up to a computer which would be kind of lame.

I wrote an app that overrides the top left button to launch Simple App Launcher, which can then launch anything you sideloaded, which is fine if that's all you want. No root required: https://github.com/Tombert/StupidLauncher

This Glowlight is actually for my wife, and she wanted custom sleep screens, and if you want that then you *do* need to root it.

BTW I am not an Android developer, this was an ad-hoc thing I wrote to get stuff working. If anyone here has Android dev experience I encourage you to make a pull request to clean up my crappy code.
Thanks! By coincidence, the GL4+ was actually for my wife as well, although she's grown pretty frustrated with the device constantly freezing, taking forever to sync, and other needling issues. There's probably a Kobo in her future, but I thought if I could get the full Android system enabled, we might be able to install some other apps that could more easily let her access her other ecosystems (Libby, Kindle, Kobo, etc) and alleviate some of those frustrations.
Cactus Chef is offline   Reply With Quote
Old 07-17-2025, 01:10 PM   #51
tombert
Junior Member
tombert began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2025
Device: Nook Glowlight 4 Plus
Quote:
Originally Posted by Cactus Chef View Post
Thanks! By coincidence, the GL4+ was actually for my wife as well, although she's grown pretty frustrated with the device constantly freezing, taking forever to sync, and other needling issues. There's probably a Kobo in her future, but I thought if I could get the full Android system enabled, we might be able to install some other apps that could more easily let her access her other ecosystems (Libby, Kindle, Kobo, etc) and alleviate some of those frustrations.
I haven't tested it, but I think you can sideload Libby or Kindle without a root. If you can find the Libby APK, you should be able to enable USB debugging (how to do that is mentioned earlier in this thread) with adb install LibbyAPK.apk, and if you have my stupid launcher app installed, you should be able to do it just fine.

I don't see any reason why Libby app *wouldn't* work without root, but as I said I haven't tried it. I can't really test now because it *is* rooted.

For what it's worth, we haven't observed any freezes when using KOReader.
tombert is offline   Reply With Quote
Old 07-17-2025, 02:40 PM   #52
tombert
Junior Member
tombert began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2025
Device: Nook Glowlight 4 Plus
So I was curious, I installed Libby on the Glowlight 4 Plus and it worked fine. The only thing that was annoying is that I cannot figure out how to turn off the page-turn animation, but it was certainly usable.

This is admittedly on a rooted Glowlight but I am still 99% sure it would work fine on a regular unrooted one with my previous instructions.
tombert is offline   Reply With Quote
Old Yesterday, 02:39 PM   #53
Derf
Zealot
Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.
 
Derf's Avatar
 
Posts: 101
Karma: 1173714
Join Date: Jul 2018
Location: Puerto Rico
Device: Kobo Clara HD, Kindle PW Signature 12th ed, B&N Nook GL4+
Quote:
Originally Posted by plainbriny View Post
Was done on 8.1.7.50, just upgraded to 8.1.7.109 and doing the whole process again:

1. on first boot, alternatively tapping top right and left corner and enter EasterEggActivity
2. enter diagnostic -> android development settings -> unlock with password NOOK-BNRV1300
3. turn on "OEM unlocking" and "USB debugging"
3.1 adb devices (pop up in device to allow USB debugging access; make sure devices is authorized)
4. adb push boot.img /sdcard/ (extracted from update.zip for matching version, 8.1.7.109)
5. adb install magisk.apk (using v24 from official github release of magisk this time)
6. adb shell am start com.topjohnwu.magisk/.ui.MainActivity
6.1 patching boot.img in launched magisk
7. adb pull /path/to/patched_boot.img (should be /sdcard/Download/magisk_patched-24000_XXXXX.img)
8. adb reboot bootloader
8.1 fastboot devices (to make sure the device is in fastboot/bootloader mode)
9. fastboot flash boot patched_boot.img
10. fastboot reboot

That's it.

Since this version of magisk is taken from the official github release, the security risk should be smaller. I think the latest (or newer) version of magisk introduced some incompatibility and cause it not working for GL4+. The version by erkins007 is a debug version between v23 and v24, so I use v24 this time and it worked.
I just got a NGL4+ to play with. I went through the setup process and created a B&N account. thanks for this tutorial on how to root... wish me luck. I'm on 8.1.7.61(E), any reason to update to latest FW? 8.1.7.109?

Last edited by Derf; Yesterday at 02:54 PM.
Derf is offline   Reply With Quote
Old Yesterday, 07:46 PM   #54
plainbriny
Enthusiast
plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.
 
plainbriny's Avatar
 
Posts: 41
Karma: 294
Join Date: Dec 2017
Device: Kindle 3 Keyboard, Nook Glowlight 3/4, Glowlight 4+
8.1.7.109 added "Nook Hub", enabled separate updates of the reader app (and other apps) and the system software.
plainbriny is offline   Reply With Quote
Old Yesterday, 10:18 PM   #55
Derf
Zealot
Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.
 
Derf's Avatar
 
Posts: 101
Karma: 1173714
Join Date: Jul 2018
Location: Puerto Rico
Device: Kobo Clara HD, Kindle PW Signature 12th ed, B&N Nook GL4+
Thanks.. I was reading that B&N added a few fonts, but dropped the Georgia font (so they wouldn't have to pay licensing fees anymore) and took out narrow and wide fonts, also in the latest update.

I'm going to see how side loading PDFs and ePubs works via Calibre on the stock nook reader. But if it's a total failure or I hate it I'll consider rooting to install KOReader. My concern will be if I break something to fix something, like if the buttons and color light will still work?

There aren't many videos on YT of anyone rooting nooks, most are 10+ years old. Although I've jailbroken my Kindle, rooting nooks is new. Would be nice to get a modern tutorial and explore what is possible on these newer nooks. I do like many things about the 2023 Nook GL4+, still isn't perfect, but the page turn buttons, form factor and large flush screen are premium for a device I can get for $105.
Derf is offline   Reply With Quote
Old Yesterday, 11:38 PM   #56
plainbriny
Enthusiast
plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.plainbriny has a complete set of Star Wars action figures.
 
plainbriny's Avatar
 
Posts: 41
Karma: 294
Join Date: Dec 2017
Device: Kindle 3 Keyboard, Nook Glowlight 3/4, Glowlight 4+
You don't need root to install koreader, but you need a way to launch it (install a launcher). You can remap buttons within koreader, the buttons won't be broken outside of koreader.
If color/warm lights works properly (AFAIK it only works properly with BN registration/account login), koreader won't affect that either.
plainbriny is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-T1 Can't root/un-root/use SD Rescue/boot into Recovery Console bookp Sony Reader Dev Corner 6 03-07-2016 03:22 AM
Ended Nook Glowlight and Oberon Cover (for Nook Touch or Glowlight) puglover333 Flea Market 1 09-20-2012 08:11 AM
Development Alternate root method / "1-click root" Oneiros enTourage Archive 0 09-06-2010 02:04 PM


All times are GMT -4. The time now is 01:32 PM.


MobileRead.com is a privately owned, operated and funded community.