Quote:
Originally Posted by Renate
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.