View Single Post
Old 07-16-2025, 01:30 AM   #45
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: 43
Karma: 294
Join Date: Dec 2017
Device: Kindle 3 Keyboard, Nook Glowlight 3/4, Glowlight 4+
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.
Attached Thumbnails
Click image for larger version

Name:	250716132624123.JPG
Views:	46
Size:	148.0 KB
ID:	216939   Click image for larger version

Name:	250716132635060.JPG
Views:	46
Size:	138.7 KB
ID:	216940  

Last edited by plainbriny; 07-16-2025 at 08:49 AM. Reason: add link for magisk v24.0 and update.zip for 8.1.7.109
plainbriny is offline   Reply With Quote