After installing the rom 12.1 I tried to install Magisk in the following ways:
Flash via TWRP of version 20.4.
Bootloop.
Flash via tool integrated in TWRP of version 20.3.
Bootloop.
Same as above but installing before or after (I tried both ways) no-verity-opt-encrypt-6.1.zip
It always boot in FASTBOOT only.
At each attempt I also deleted the DATA partition and reinstalled the ROM.
I was able to install ROM and Magisk without errors and startup problems only using the procedure described on the official Magisk troubleshooting, and that is by typing from the TWRP terminal...
echo KEEPVERITY=true>>/cache/.magisk
echo KEEPFORCEENCRYPT=true>>/cache/.magisk
...before the Magisk flash. However, the problem is that the Magisk Manager does not detect it and tells me that it is not installed.
I also tried to flash it again and in the log I read that the flash procedure opened a boot image previously patched by Magisk.
As a last attempt I patched the boot.bin extracted from the original ROM image and flashed from fastboot, same result, the Magisk Manager does not detect the root.
What am I doing wrong?
Flash via TWRP of version 20.4.
Bootloop.
Flash via tool integrated in TWRP of version 20.3.
Bootloop.
Same as above but installing before or after (I tried both ways) no-verity-opt-encrypt-6.1.zip
It always boot in FASTBOOT only.
At each attempt I also deleted the DATA partition and reinstalled the ROM.
I was able to install ROM and Magisk without errors and startup problems only using the procedure described on the official Magisk troubleshooting, and that is by typing from the TWRP terminal...
echo KEEPVERITY=true>>/cache/.magisk
echo KEEPFORCEENCRYPT=true>>/cache/.magisk
...before the Magisk flash. However, the problem is that the Magisk Manager does not detect it and tells me that it is not installed.
I also tried to flash it again and in the log I read that the flash procedure opened a boot image previously patched by Magisk.
As a last attempt I patched the boot.bin extracted from the original ROM image and flashed from fastboot, same result, the Magisk Manager does not detect the root.
What am I doing wrong?