RisingOS installation instructions

RisingOS installation instructions

dpenra
Instructions
Keep in mind...
DO NOT try to change the included kernel
System is Read-Only (restricts making changes to overlays, system APKs, etc.)
DO NOT USE any other recovery than RisingOS recovery which is included.
You MUST format data with given RisingOS recovery
YOU MUST CLEAN FLASH IF:

You are coming from any other ROM or MIUI
You are coming from previous Android Version
If you face issues like poor RAM management or storage issues, you have not followed the instructions and/or have changed kernel/recovery. STRICTLY follow the instructions provided again before reporting any issues.

Formatting with RisingOS Recovery (yes, I mean RisingOS Recovery ONLY) is MUST during clean flash

1. SDcard method (most reliable)

Download ROM into your SDcard.
Reboot the device to bootloader (Fastboot Mode)
Flash the boot by running fastboot flash boot <path/to/boot.img> in terminal or command prompt.
Flash the vendor_boot by running fastboot flash vendor_boot <path/to/vendor_boot.img> in terminal or command prompt
Reboot to recovery
format data and reboot recovery
apply update> flash firmware 14.0.9.0 and reboot to recovery
apply update> flash downloaded rom and reboot to system

# for dirty flash /update from sdcard> apply update > flash rom

2. 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 and boot files to your computer (click on recovery button for vendor_boot 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 boot by running fastboot flash boot <path/to/boot.img> in terminal
Reboot to recovery by running fastboot reboot recovery in terminal
Go to main menu > Factory reset > Format data/factory reset > Format data > Back to Main menu > Reboot 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
Flash firmware (Version V14.0.9.0.SKGMIXM) through ADB sideload by running adb sideload <path/to/firmware.zip> in terminal
Reboot and voila!


3. 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
Flash firmware (Version V14.0.9.0.SKGMIXM) through ADB sideload by running adb sideload <path/to/fw.zip> in terminal
Reboot and voila!


Report Page