Flashing instructions for custom roms

Flashing instructions for custom roms

Sagar Makhar

Flashing process :

 - Download rom and required files in pc

 - Make sure bootloader is unlocked and reboot to bootloader

adb reboot bootloader

 - Flash recovery (only if you were using miui and flashing custom rom for first time).

  fastboot flash boot boot.img

 - Reboot phone to recovery

  fastboot reboot recovery

 - You will boot in custom recovery.

 - Go to "Apply update" -> "Apply from ADB"

 - Open adb window in pc and enter adb devices , if it shows as sideload , you're good to go

 - Enter following command to flash rom

  adb sideload <file name>

 - It may stuck at 47% and may show as error in adb window but that is fine.

 - after it finishes , you may need to wipe data / Factory reset (if you were same rom before , you can ignore this step)

 - Reboot to system

- For root , use magisk 24.1 to patch provided bootimage and flash this magisk patched boot image from bootloader

fastboot flash boot <filename>

Notes : Don't use following commands while using custom roms :

"fastboot reboot fastboot" , "adb reboot fastboot"

it bricks device. and if you somehow bricked it , contact us first, it's too easy to unbrick.



Report Page