Install - prodbyeternal/Realme8-Android15 GitHub Wiki
1. Flash F.12 RUI4 Firmware with SP Flash Tool
- Extract the F.12 firmware package.
- Open SP Flash Tool and load the
MT6785_Android_scatter.txt
file. - Prepare MTK Client:
py mtk payload
- Power off your device.
- Hold both Volume Up + Down, plug in USB, and press Enter to run
mtk payload
immediately. - Once the payload is sent, SP Flash Tool should detect your device.
- In SP Flash Tool:
- Select the correct COM port
- Set baud rate to the highest available
- Click Download
✅ Wait for the firmware to finish flashing.
2. (If Needed) Patch LK for Bootloader/Fastboot
If fastboot/Orange State is broken after flashing F.12:
- Use the LK Patcher tool from the Downloads section.
- Patch the
lk.img
and reflash via:- SP Flash Tool or
- MTK Client (
py mtk da
or similar)
3. Boot Into and Set Up RUI4
- Power on the phone.
- Complete the RealmeUI setup wizard normally.
4. Flash RisingOS Recovery
- Reboot into fastboot mode:
adb reboot bootloader
- Flash recovery:
fastboot flash recovery recovery.img
- Reboot to recovery:
fastboot reboot recovery
5. Sideload RisingOS 6.2
- In recovery:
- Go to Advanced > Enable ADB
- Then select Apply update > Apply from ADB
- On your PC:
adb sideload <path-to-risingos.zip>
- After install completes:
- Perform a Factory Reset
- Reboot to System
🎉 You're now running RisingOS 6.2 (Android 15)!