blob: 673cc15561e16a80154c6021031932299a985104 [file] [log] [blame]
<div class='page-heading'>This device uses Android Verified Boot (AVB)</div>
<hr />
<p class="text">This means that installing TWRP or swiping to allow system modifications will prevent you from being able to boot. To bypass AVB's boot prevention, you will have to disable it or install a custom ROM that ships with disabled AVB.</p>
To disable AVB via fastboot, grab the vbmeta image from the ROM you are on, and flash it with the following command:
<code>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img</code>
AVB should be now disabled on your device.