Skip to content

CaptainThrowback/update_payload_extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System requirements

  • Python3, pip
  • google protobuf for python, six
pip3 install -r requirements.txt

Full OTA

./extract.py [--skip_hash] [--output dir <output-dir-name>] payload.bin
  • This will start to extract the images within the payload.bin file to a folder named "output" by default (a different folder name can be specified).

Incremental OTA

  • Copy original images (from full OTA or dumped from devices) to old_dir folder
./extract.py [--skip_hash] [--ignore_block_size] [--output dir <output-dir-name>] [--old_dir <old-dir-name>] payload.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%