blob: 673cc15561e16a80154c6021031932299a985104 [file] [log] [blame]
theimpulsonf4c5dab2020-01-22 03:07:39 +00001<div class='page-heading'>This device uses Android Verified Boot (AVB)</div>
2<hr />
3<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>
theimpulson1268faf2020-02-13 17:44:28 +00004
5To disable AVB via fastboot, grab the vbmeta image from the ROM you are on, and flash it with the following command:
6
7<code>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img</code>
8
9AVB should be now disabled on your device.