This guide provides detailed instructions for clean flashing Evolution-X custom ROMs on the Realme GT me(Lunaa) device.
Your device must have an unlocked bootloader.
If your bootloader is not yet unlocked, unfortunately realme closed their servers, spam realme here: https://x.com/mvimal2607/status/1875859792092340641
A clean flash is recommended, even if you are coming from a different build of the same ROM (including builds from other developers) only do dirty flash if its particularly mentioned.
- Download Android Platform Tools.
- Place the following files in the platform-tools directory:
- The ROM zip file
- The recovery files
flash.sh(Linux) orflash.bat(Windows) for recovery flashing
-
Boot into Fastboot Mode
Power off the device and press Volume Down + Power until the Fastboot screen appears. -
Reset data and cache via Fastboot
Open a terminal or command prompt in the platform-tools folder and run:fastboot -w -
Flash the Recovery
- On Linux: Run
flash.sh - On Windows: Run
flash.bat
The device will automatically reboot into recovery after flashing.
- On Linux: Run
-
Factory reset from Recovery
In the recovery menu, choose: Wipe data/factory resetNote: This process will completely erase all data on the device. Ensure you have a full backup before proceeding.
-
Sideload the ROM via ADB
-
On the device, select: Apply update > Apply from ADB
-
On your PC, in the platform-tools directory, run:
adb sideload <rom-filename>.zip
-
-
Reboot System
Once sideload is complete, when prompted to flash additional modules, select No, then choose Reboot system now.
Congratulations! You have successfully flashed the ROM.
Dirty flashing allows you to update your existing ROM without wiping user data. This is suitable when upgrading within the same ROM base.
-
Reboot to Recovery
Boot your device into recovery mode by first entering Fastboot mode and then selecting the option to reboot to recovery, or by running the following command on your PC:adb reboot recovery -
Sideload the ROM
On the device, select: Apply update > Apply from ADBOn your PC, in the platform-tools directory, run:
adb sideload <rom-filename>.zip -
Reboot System
Once sideload is complete, when prompted to flash additional modules, select No, then choose Reboot system now.
To root the ROM using SUKISU:
-
After successfully booting the ROM, reboot the device into Fastboot mode.
-
Extract
boot.imgfrom thesukisu.zippackage. -
Flash the boot image using:
fastboot flash boot boot.img -
Reboot System
Reboot the device. -
Install sukisu
Install the sukisu app via this link and you'll have root access.
These instructions are provided as-is. Flashing custom software carries risks. Proceed only if you understand the process. The maintainer is not responsible for data loss or device damage resulting from misuse or improper flashing.