[Tutorial] How to disable dm-verity or Android Verified Boot (AVB)
[Tutorial] How to disable dm-verity or Android Verified Boot (AVB)
Follow the steps below to patch boot.img manually to remove/disable dm-verity
adb devices
adb reboot-bootloader
fastboot devices
fastboot flash boot boot.img
Follow the steps below to patch boot.img using Magisk Manager to remove dm-verity
adb devices
adb reboot-bootloader
fastboot devices
fastboot flash boot magisk_patched.img
Follow the steps below to flash vbmeta.img to remove dm-verity
adb devices
adb reboot-bootloader
fastboot devices
fastboot flash vbmeta vbmeta.img
Follow the steps below to flash vbmeta.img to remove dm-verity
adb devices
adb reboot-bootloader
fastboot devices
fastboot oem cdms
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
(07-05-2020, 05:43 PM)Mitchie Boom Hi I successfully ported a TWRP from my stock recovery however when I'm going to flash an image there was no system partitions and other partitions, what should I do?
(30-05-2020, 12:28 PM)mainframe Hi,
I was following your instructions of creating a custom vbmeta with all the keys (boot key modified) and this guide to flash a patched boot
img, but i am stuck on flashing anything with fastboot. No matter if it is original or patched, it is always stuck like this:
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (1024 KB) OKAY [ 0.043s]
Writing 'vbmeta'
I would appreciate any thoughts on my conundrum.
/edit: The bootloader is unlocked (also by following a hovatek guide with the modified fastboot)
(24-06-2020, 10:38 AM)ikasemota Please I read somewhere that it is also possible to flash an image file with SP flash tool without unlocking the bootloader. How true is that?