Using avbtool (from AOSP), you can create a stub vbmeta :
adb shell su dd if=/dev/block/by-name/vbmeta of=/sdcard/vbmeta.img Then analyze it with avbtool info_image . You might be surprised what you find. vbmeta samsung a12
avbtool make_vbmeta_image --flags 2 --padding_size 4096 -o vbmeta_custom.img Flag 2 means VERITY_DISABLED and VERIFICATION_DISABLED . Flashing this to the vbmeta partition tells AVB: “Don’t check anything. Just boot.” Using avbtool (from AOSP), you can create a
But even then, the first time you boot with a custom vbmeta , the Knox warranty bit trips. That’s permanent. No reset. No reversal. On a stock A12 (SM-A125F/DSN, for example), inspecting vbmeta reveals: Using avbtool (from AOSP)