HOT Download empty vbmeta to disable verified boot

Franky38

Product Supporter
Jul 28, 2018
1,864
2,181
PayPal:

Donate money to this user
dm-verity-error-696x371.jpg
Verified Boot Metadata are referred to as “vbmeta” in Android devices. It is a phase in the Android Verified Boot process, which guarantees the software integrity of the device during boot-up. Cryptographic signatures and information that confirm the integrity and validity of different partitions on the device are contained in the vbmeta partition.

The vbmeta partition on your Android device is usually either missing or empty if you flash a empty vbmeta on your device.this will disable the boot verification process and allow device to boot on a customized software.

Here are the steps to flash a empty vbmeta on your Android device:
download empty vbmeta from here
setup platform tools
plug device in fastboot mod
send below code
fastboot --disable-verity --disable-verification flash vbmeta empty_vbmeta.img
fastboot reboot
 
Top