Replymessage unavailable
How to Flash AOSP ROMs
1. Download Files:
- Obtain the required vendor_boot.img (recovery image) and the ROM file (ROM.zip).
2. Flash the Recovery:
- Connect your device to your PC via USB and boot into fastboot mode (usually by holding Power + Volume Down while the device is off).
- Use the command:
fastboot flash vendor_boot_ab vendor_boot.img
3. Boot into Recovery:
- Use the button combination (Power + Volume Up) or execute:
fastboot reboot recovery
4. Wipe Data:
- In the AOSP recovery, navigate to Wipe data/factory reset and confirm the wipe.
5. Prepare for Update:
- In recovery, go to Apply update, then choose Apply update via ADB.
6. Sideload the ROM:
- On your PC, navigate to the folder where the ROM.zip file is located.
- Open a terminal or command prompt and type:
adb sideload ROM.zip
- Note: After 47% progress, a confirmation prompt (Yes/No) will appear on the recovery screen. Select Yes to proceed.
- some ROMs need 5/7 min after 47% . Don't disconnect until pop-up appears on device !
7. Flash Gapps.zip ( Optional )
- Required for Vanilla Roms
8. Reboot and Enjoy:
- Once the installation is complete, select Reboot system now in recovery.