Device: TIQ Mini M5S (MTK)
-
Rooted the device using Magisk by patching stock
boot.imgand flashing it via fastboot -
After reboot, device got stuck on dm-verity / “device is corrupt” verification screen
-
Tried fixing it using vbmeta commands, including:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img fastboot flash vbmeta vbmeta_a.bin -
Also attempted recovery using MTK client tools and restore methods
-
dm-verity issue still persisted and device would not boot normally
-
Finally had to restore full system using MTK
super.binflash to recover the phone -
Device is now working again, but I want to understand the correct way to root without triggering dm-verity again
Question: What is the correct safe Magisk + vbmeta procedure for this device to avoid dm-verity boot issues?
