View Single Post
Old 09-26-2024, 10:38 AM   #563
halfsat
Member
halfsat doesn't litterhalfsat doesn't litter
 
Posts: 21
Karma: 140
Join Date: Jul 2024
Device: Nook GlowLight 4e
Quote:
Originally Posted by Renate View Post
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
Just tried this with both the magisk and regular boot img, both end up with the same result. I'm able to do everything just as described up until the last step. I can successfully push the file, then the dd results in a message about records in/out and 17m copied. But when I try to type reboot, it says /system/bin/sh: reboot: not found.

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.
halfsat is offline   Reply With Quote