/device-flasher

Android Factory Image Flasher for Linux, macOS and Windows

Primary LanguageGoOtherNOASSERTION

Device Flasher

A cross platform tool that simplifies the process of flashing factory images onto phones.

Getting Started

Prerequisites

  • Download the latest release of device flasher for your platform
  • Download a factory image ZIP file for your device

Flashing

  • Connect your phone over USB
  • Open a terminal and run device flasher for your platform:
    • Windows:
      .\device-flasher.exe -image <factory image zip>
      
    • Linux:
      ./device-flasher.linux -image <factory image zip>
      
    • OSX:
      ./device-flasher.darwin -image <factory image zip>
      

License

This project is licensed under the Apache License - see the LICENSE.md file for details.