How to flash e/os on haydn

How to flash e/os on haydn

Pain
>Reboot to bootloader

fastboot flash dtbo <dtbo>.img
fastboot flash vendor_boot <vendor_boot>.img

>Boot recovery
fastboot devices
fastboot flash boot recoveryfilename.img
> Manually reboot to recovery using power and volume down key

>Format data
>Apply update 
>Apply update from adb

adb sideload downloaded_file_name.zip

>reboot


Report Page