Skip to content

Instantly share code, notes, and snippets.

@Joker-commits
Last active May 27, 2023 19:13
Show Gist options
  • Save Joker-commits/c58d8912050c7406c768e7feffbd7bd5 to your computer and use it in GitHub Desktop.
Save Joker-commits/c58d8912050c7406c768e7feffbd7bd5 to your computer and use it in GitHub Desktop.
Colt OS Flashing Instructions
1. Reboot to bootloader (fastboot)
2. Connect your phone to PC
3. fastboot flash boot boot.img
4. fastboot flash vendor_boot vendor_boot.img
5. fastboot reboot recovery
6. Select Wipe data/factory reset & confirm
7. Go back and select Apply update from ADB
8. adb sideload coltos*.zip(or drag down the rom zip
to cmd)
9. adb sideload firmware*.zip (only if there's a firmware
update)
10. After installation complete, Reboot system.
****Dirty flash*****
1. Download proper flashable ZIP for your device
2. Reboot to Recovery
3. Select Apply update from ADB
4. adb sideload coltos*.zip(or drag down the rom zip
to cmd)
5. adb sideload firmware*.zip (only if there's a firmware
update)
6. Reboot to System
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment