Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Tool to convert Android sparse images to raw images
C
Branch: master

Initial commit

latest commit 407605a50d
Anestis Bechtsoudis authored
Failed to load latest commit information.
.gitignore Initial commit
Makefile Initial commit
README.md Initial commit
ext4_utils.h Initial commit
simg2img.c Initial commit
sparse_crc32.c Initial commit
sparse_crc32.h Initial commit
sparse_format.h Initial commit

README.md

simg2img

Tool to convert Android sparse images to raw images.

Code has been originally posted in Android AOSP, although has been removed from recent branches.

e.g.

$ simg2img system.img system.raw.img
$ file system.img
system.img: Android sparse image, version: 1.0, Total of 262144 4096-byte output blocks in 1620 input chunks.
$ file system.raw.img
system.raw.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (extents) (large files)
Something went wrong with that request. Please try again.