Install Guide
Amsal Khan aka Viper_1057 aka Amsal1There are generally two ways to flash any roms on any devices. Clean flash and dirty flash. If you're coming from any other roms or OOS11, do clean flash. If you were using older version of the same rom build, you may flash dirty build.
Make sure you have OOS11 updated to latest firmware/update!
Clean Flash(Required for first time install):
1st Method:
- Reboot to bootloader
- Download Fastboot Enhanced Tool
- Open it, select your device, reboot to fastbootd
- Download the ROM zip from sourceforge & extract it and find the payload.bin file inside it.
- Flash Payload.bin via the tool. Reboot to recovery after you have flashed the rom.
- Format Data & Reboot to System
2nd Method:
Note: You can't sideload with any recoveries, only some recoveries support sideloading this rom. I have provided one below
- Download ROM zip from sourceforge and put it in adb folder
- Download recovery.img from here
- Put it in the folder where you have your adb files, and then open a terminal and execute the command
fastboot flash recovery recovery.img
4. Reboot to recovery
5. Choose "Apply update"
adb sideload rom-name.zip
6. Reboot to recovery
7. Factory reset / Wipe all data
8. Reboot system
-----------------------------------------------------------------
Dirty Flash(To update):
1st Method:
- Reboot to bootloader
- Download Fastboot Enhanced Tool
- Open it, select your device, reboot to fastbootd
- Download the ROM zip from sourceforge & extract it and find the payload.bin file inside it.
- Flash Payload.bin via the tool. Reboot to recovery after you have flashed the rom.
- Reboot to System
2nd Method:
- Download ROM zip from sourceforge and put it in adb folder
- Reboot to recovery
- Choose "Apply update"
4. Choose "Apply update"
adb sideload rom-name.zip
5. Reboot to recovery
6. Reboot system
Enjoy!