Packsparseimg.exe
This tool packs the splited system_xx.img in some qualcom firmware (i.e JIO Phone,Lenovo K920 etc.) to a RAW data file named system.raw
. After that Imgextractor tool can be used to extract system folder.
Required Files
- System_XX.img
How To Use ?
- Extract the firmware.
- Download and
packsparseimg.exe
andImgextractor.exe
put both into extracted firmware folder. - Open cmd from that folder and execute
packsparseimg
. - If an error occurs such as the
image number 2
renamerawprogram0.xml
torawprogram_unsparse.xml
and executepacksparseimg
. After successful packing a RAW file will be created namedsystem.raw
. - Now to extract system folder, Drag
system.raw
on toimgextractor.exe
or open with that or you can also execute from cmd, whatever you prefer.