Git Product home page Git Product logo

bootimgpack's Introduction

介绍

bootimgpack 是一个智能解包和打包 Android boot.img 的工具, 采用 Python 和 Shell 语言实现, 目前仅支持类 Unix 系统.

特点

  • 自适应不同手机厂商的 boot.img 格式,智能完成解包
  • 提供命令和图形界面两种操作方式

使用

  • 命令方式

    解包: unpack_bootimg.py boot.img output/

    打包: pack_bootimg.py BOOT/ boot.img

  • 图形界面

    运行 ui/main.py 将会启动操作界面

类型

目前,bootimgpack支持大部分厂商的boot.img类型:

  • SONY (Sony的boot.img类型)
  • MTK (MTK的boot.img类型)
  • QCOM (高通的boot.img类型,包括dt.img)
  • COMMON-V1 (Android 4.3+的boot.img类型)
  • COMMON (Android 2.3~4.3的boot.img类型)

版本

v1.0


Introduction

bootimgpack is a smart tool for unpack or pack boot.img of Android, implemented in Python and Shell, now only for Unix-like OS.

Features

  • Hide format differences of boot.img of different manufactors
  • Both command and graphic mode are provided

Usages

  • Command Mode

    Unpack : unpack_bootimg.py boot.img output/

    Pack : pack_bootimg.py BOOT/ boot.img

  • Graphic Mode

    Run ui/main.py to launch the UI

Types

Bootimgpack support for a broad range types of boot.img including:

  • SONY (Support boot.img of Sony)
  • MTK (Support boot.img of MTK 2.3~4.2)
  • QCOM (Support boot.img of QCOM 4.3+, especially for dt.img of QCOM)
  • COMMON-V1 (Support boot.img of Android 4.3+)
  • COMMON (Support boot.img of Android 2.3 ~ Android 4.2)

Version

V1.0

bootimgpack's People

Contributors

duanqz avatar

Watchers

 avatar  avatar

Forkers

lingling88

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.