# bootimgpack **Repository Path**: marslink/bootimgpack ## Basic Information - **Project Name**: bootimgpack - **Description**: unpack or pack boot.img of Android - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-22 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 介绍 ***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