├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Build and Release Folders 2 | bin/ 3 | bin-debug/ 4 | bin-release/ 5 | 6 | # Other files and folders 7 | .settings/ 8 | 9 | # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` 10 | # should NOT be excluded as they contain compiler settings and other important 11 | # information for Eclipse / Flash Builder. 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | android_img_repack_tools 2 | ==================== 3 | 4 | android_img_repack_tools is a kit utilites for unpack/repack android ext4 and boot images 5 | 6 | for download choose any brunch 7 | 8 | --------------------------------------------------------------------------------