Skip to content

minsoopark/android-flasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-flasher

Flasher is a shell script generator which helps you to flash the Android factory image without removing user data.

You can use it instead of flash-all.sh or flash-all.bat.

Installation

You can install android-flasher with pip

$ pip install android-flasher

How to use

  1. Install.
  2. Move to the unzipped factory image directory.
  3. Execute android-flasher in terminal.
  4. Now reboot and enter the bootloader.
  5. Execute the flasher.sh script.

If you meet an error like fastboot: command not found, add following line in your .bash_profile.

export PATH="/path/to/android/sdk/platform-tools:$PATH"

Warning: You need to unlock your device's bootloader first!

License

The MIT License (MIT)

Copyright (c) 2015 Minsoo Park

About

Flash the Android factory image without removing your data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages