Custom Rom Flashing Guide
ShantanuPCInstall Instructions (From Nothing OS Only)
This assumes you've unlocked your bootloader already...
• Install Android SDK Platform tools Android SDK Platform tools if you have not installed them already.
⚠️ Do NOT use Minimal ADB and Fastboot or other outdated installers.
• Enable developer options and USB debugging
Tip 1: Place all the ".img" files and ROM zip file you downloaded in one folder for easy flashing.
Tip 2: If your device is NOT detected by fastboot on windows, please install the correct drivers for Android Bootloader Interface!
Steps for Clean flashing:
1. Reboot your device to fastboot mode (NOT bootloader) using "adb reboot fastboot"
2. Wipe super:
fastboot wipe-super super_empty.img
3. Flash the following partitions:
fastboot flash vendor_dlkm vendor_dlkm.img
fastboot flash system_dlkm system_dlkm.img
4. Flash the remaining images:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash init_boot init_boot.img
fastboot flash vendor_boot vendor_boot.img
5. Reboot your device into the new recovery
fastboot reboot bootloader --> recovery mode
OR
fastboot reboot recovery
6. In Recovery, choose Apply Update --> Apply from ADB
7. In Terminal:
adb sideload CustomROM.zip
8. Once complete, you will be asked if you have any additional files to install. if you do not, choose No.
9. Factory reset from the main menu.
10. Reboot to system from the main menu.
Steps for Dirty Flashing new version (From same rom only):
- Reboot to recovery:
adb reboot recovery
2. Sideload new version zip file:
adb sideload Rom.zip
3. Reboot to recovery
adb reboot recovery
4. Reboot to System from recovery