FLASHING PROCESS OF ROM

FLASHING PROCESS OF ROM

GØUR∆√ S∆|N|

Via AOSP Recovery (Clean Flash)

1. Flash the provided vendor_boot and recovery images via fastboot using "fastboot flash vendor_boot vendor_boot.img" and "fastboot flash recovery recover.img"

2. Reboot to recovery using either volume + and power button combo or via fastboot command

3. Navigate to Apply Update > Apply from ADB

4. adb sideload the Rom zip using "adb sideload romname*-peridot.zip"

5. Factory reset/format data

6. Reboot to system


Via AOSP Recovery (Dirty Flash)

1. Flash the provided vendor_boot and recovery images via fastboot using "fastboot flash vendor_boot vendor_boot.img" and "fastboot flash recovery recover.img"


2. Reboot to recovery using either volume + and power button combo or via fastboot command


3. Navigate to Apply Update > Apply from ADB


4. adb sideload the Rom zip using "adb sideload romname*-peridot.zip"

5. Reboot to system


•FROM TWRP (Clean Flash)

- Flash Rom

- Flash A14 hyperos fw (ignore if already on A14 hyperos fw based rom)

- Reboot to Recovery

- Format data
- If format data doesn't work then follow these commands:
• fastboot erase metadata
• fastboot erase userdata

- Reboot to system

Report Page