i update to A14 with unlocked bootloader without problem… BTW: don’t have TWRP installed
-
in Magisk Uninstall/RestoreImage (and don’t uninstall Magisk app)
-
run System/Update
-
after update finished, DON’T reboot, but run “adb shell” and:
getprop ro.boot.slot_suffix # this show me actual/booted slot A or B
su -
dd if=/dev/block/by-name/boot_X of=/sdcard/boot_UT20-041_stock.dd.img # where X is other A/B then booted slot -
in Magisk Install/Patch *.dd.img and pull patched img to computer
-
Reboot to finish System Update
-
adb reboot-bootloader # and wait for menu show on phone
-
fastboot boot name_of_patched_img # only boot it, DON’T flash it
-
run Magisk and Install direct
-
Reboot…