Skip to content

Tool to convert Android sparse images to raw images

Notifications You must be signed in to change notification settings

ttyant/android-simg2img

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Tool to convert Android sparse images to raw images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Makefile 1.8%