Flashing Guide
@itzshivaopFlashing guide
- DO NOT USE any other recovery than Mist recovery which is included
- YOU MUST CLEAN FLASH IF: You are coming from any other ROM or Realme UI
- YOU MUST CLEAN FLASH IF: You are coming from previous Android Version
Clean Flash (coming from a different ROM)
Clean flash involves formatting data which means you will be loosing data stored in the internal storage of your device, data in SD Card should not be affected. I will not be responsible for any loss of data.
- Download ROM, vendor_boot, dtbo and boot files to your computer (click on Here beside the recovery button for vendor_boot, dtbo and boot)
- Reboot the device to bootloader (Fastboot Mode)
- Flash the vendor_boot by running
fastboot flash vendor_boot <path/to/vendor_boot.img>in terminal - Flash the dtbo by running
fastboot flash dtbo <path/to/dtbo.img>in terminal - Flash the boot by running
fastboot flash boot <path/to/boot.img>in terminal - Reboot to recovery by running
fastboot reboot recoveryin terminal - On your phone [which is in recovery mode], Apply update > Apply from ADB
- Flash the ROM through ADB sideload by running
adb sideload <path/to/rom.zip>in terminal - Go to main menu > Factory reset > Format data/factory reset > Format data > Back to Main menu > Reboot to Recovery
- Reboot and Done!
Dirty Flash / Update
There will be no loss of data if everything goes well. Keep backups incase of any mishap. I will not be responsible for any loss of data.
- Download ROM file to your computer
- Reboot the device to recovery
- On your phone [which is in recovery mode], Apply update > Apply from ADB
- Flash the ROM through ADB sideload by running
adb sideload <path/to/rom.zip>in terminal - Reboot and Done!
Note: If sideloading rom gives error 7
- Reboot to fastbootd by running
adb reboot fastbootin terminal - Flash super_empty image by running
fastboot wipe-super <path/to/super_empty.img> - Now sideload the ROM by following the steps above