Installation guide for RisingOS [Redmi K60 Pro]
Blinkov `rifux` Vladimir ♪
Initial Installation Steps and Information
- Before you begin, ensure that you have ADB and fastboot installed on your computer.
- There are two ROM variants available: Vanilla and GAPPS. The vanilla version includes tag 'VANILLA_AOSP', while the GAPPS version has the 'GAPPS' tag in the file name.
Installing via Recovery:
- Download the latest RisingOS recovery package and recovery image from https://sourceforge.net/projects/rifux/files/RisingOS/socrates/
- Install the RisingOS recovery using fastboot with the following command:
fastboot flash recovery_ab path/to/recovery.img
For example, on Windows, the command might look like this: fastboot flash recovery_ab C:\Users\myuser\Downloads\recovery-recovery-RisingOS-4.1-RELEASE-20240730-UNOFFICIAL-socrates.img- If this is your first time installing the ROM, it's essential to erase all data using the 'Format data' option in the recovery menu.
- In the recovery menu, navigate to 'Apply Update -> Sideload.'
- Sideload the package using the following command:
adb sideload path/to/RisingOS.zip
For example, on Windows, the command might look like this: adb sideload C:\Users\myuser\Downloads\RisingOS-4.1-RELEASE-20240730-GAPPS-UNOFFICIAL-socrates-ota.zip- After completing this step, reboot your device.