Flashing instructions for custom roms
Flashing process :
- Download rom in pc
- Make sure bootloader is unlocked and reboot to bootloader
adb reboot bootloader
- Flash aex recovery (only if you were using miui and flashing custom rom for first time) : https://drive.google.com/uc?id=1_YRUU-v1VWN_mdkrXjm00G4_gk353Yns
fastboot flash boot boot.img
- Reboot phone to recovery
fastboot reboot recovery
- You will boot in aex/lineageos 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 , flash provided 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.