Magisk 24306 (
release notes) is now available on the canary channel, and I can confirm that it is works for taking the April OTA.
If anyone has trouble with the April (or May, when the time comes) OTA, after having gone through the process several times
here, I'll share the commands to grab the appropriate logs:
If you get far enough for
adb
to connect before it bootloops, you can run the following:
Code:
adb shell su -c dmesg > dmesg.log
adb logcat > logcat.log
Once you reboot back to the bootloader, rollback to your previous slot:
Code:
fastboot --set-active=a
fastboot continue
Once you boot back into the previous, slot, run the following to grab your
ramoops
:
Code:
adb shell su -c cp /sys/fs/pstore/console-ramoops-0 /sdcard/Download
adb pull /sdcard/Download/console-ramoops-0
Then post the files to the
issue on the Magisk Github.
Depending on how far you get into booting the new version, you may be unable to rollback to the previous slot. It'll ask you to factory reset, but you can just manually flash the update to avoid wiping your data.