Skip to content

Instantly share code, notes, and snippets.

@HalloSenpai
Created January 9, 2022 16:41
Show Gist options
  • Save HalloSenpai/4374ff2eb21720c748fa0d65a6be3a35 to your computer and use it in GitHub Desktop.
Save HalloSenpai/4374ff2eb21720c748fa0d65a6be3a35 to your computer and use it in GitHub Desktop.
Flash Instructions :
• Download boot, dtbo and vendor_boot from https://mirror.codebucket.de/yaap/alioth/images/
• Reboot to bootloader by holding power button + volume down while booting
• Enter the following commands in your terminal
fastboot --set-active=a
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
fastboot reboot recovery
• Use volume and power button to factory reset
• Go to "Install update through ADB"
• Flash the ROM through recovery with adb sideload command from your PC
• Reboot to System
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment