We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693e691 commit 377f2faCopy full SHA for 377f2fa
openandroidinstaller/tooling.py
@@ -505,7 +505,7 @@ def fastboot_flash_additional_partitions(
505
if vbmeta:
506
logger.info("vbmeta selected. Flashing vbmeta partition.")
507
for line in run_command(
508
- "fastboot flash vbmeta ", target=f"{vbmeta}", bin_path=bin_path
+ "fastboot --disable-verity --disable-verification flash vbmeta ", target=f"{vbmeta}", bin_path=bin_path
509
):
510
yield line
511
if not is_ab:
0 commit comments