Abrakian / device-flasher

Android Factory Image Flasher for Linux, macOS and Windows

Home Page:https://review.calyxos.org/q/project:AOSPAlliance%252Fdevice-flasher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Android Factory Image Flasher for Linux, macOS and Windows

https://review.calyxos.org/q/project:AOSPAlliance%252Fdevice-flasher

License:Other


Languages

Language:Go 98.1%Language:Makefile 1.9%