fastboot install
-
is it possible to install via fastboot the file found in the below repository?
i attempted the below set of commands after unzipping the tar file, but it just went back to boot loader screen after attempting to start after flashing the files to the partitions.
fastboot flash system_a android-rootfs.img
fastboot fastboot flash boot_a halium-boot_taimen.img
fastboot --disable-verity --disable-verification flash vbmeta_a vbmeta.img
fastboot flash vendor_a vendor.img
fastboot flash dtbo_a dtbo.imgi'd grateful for any pointers