Steps to install​Unlock bootloaderDisable verification and AVB by flashing stock or google vbmeta. Code:fastboot --disable-verification --disable-verity flash vbmeta vbmeta.imgEnter fastbootd Code:adb reboot fastboot or Code:fastboot reboot fastbootRemove product and system_ext partitions Code:fastboot delete-logical-partition product_a Code:fastboot delete-logical-partition system_ext_aFlash the GSI Code:fastboot flash system system.img...Read more