fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img
Yes, omit the --disable-verity flag. However, most custom mods require both. If you only disable verification but keep verity, system partition modifications will still cause runtime errors.
On many devices, once verification is disabled, re-enabling it requires a full factory reset or re-flashing the stock vbmeta.
fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img
Yes, omit the --disable-verity flag. However, most custom mods require both. If you only disable verification but keep verity, system partition modifications will still cause runtime errors.
On many devices, once verification is disabled, re-enabling it requires a full factory reset or re-flashing the stock vbmeta.