Skip to content

NickHardwood/Android_IMG_Tools_Cygwin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android IMG tools to be compiled with cygwin.

Install cygwin in the default directory with the following packages. libpcre1, zlib-devel, cmake, make, automake, gcc-core, gcc-g++, libgcc1, libstdc++6, cpio, flex, bison, cygwin32-gcc-core, patch, libintl

To build simply open CMD and

libpcre1, zlib-devel, cmake, make, automake, gcc-core, gcc-g++, libgcc1, libstdc++6, cpio, flex, bison, cygwin32-gcc-core

To build simply open CMD and

path=%path%C:\cygwin64\bin;

cd to each directory

make

To build e2fsprogs

Open cygwin

cd to the directory

mkdir build

cd build

../configure

make

Original Sources

Generates -

  • append2simg.exe
  • cpio.exe
  • dtc.exe
  • gzip.exe
  • img2simg.exe
  • make_ext4fs.exe
  • mkbootfs.exe
  • mkbootimg.exe
  • sefcontext_decompile.exe
  • simg2img.exe
  • simg2simg.exe
  • unpackbootimg.exe
  • mke2fs.exe

Contributors

SuperR, anestisb, rkhat2, osm0sis, jamflux, wuxianlin, Xannytech, CarmineRovito, github, tytso, andreas-schwab

About

Android IMG tools supporting upto 8.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.9%
  • Roff 8.1%
  • TeX 5.7%
  • Makefile 3.4%
  • Shell 1.9%
  • M4 0.6%
  • Other 1.4%