An opensource executable and class library to split and unpack aml_upgrade_package.img files. (Yes the code is extremely messy, but it does work)
DOWNLOADS - Download PREBUILT.zip
Executable(Note: AMLUnpacker.dll is not needed to run the executable) - AMLUnpackerExecutable.exe -u aml_upgrade_package.img MyOutputFolder
Class library - Refference AMLUnpacker.dll AMLUnpacker unpacker = new AMLUnpacker(); unpacker.Unpack("aml_upgrade_package.img", "MyOutputFolder");
-Splitting aml_upgrade_package.img files. -Generating partition info text file.
-Add unpacking system.PARTITION -Add unpacking boot.PARTITION -Add unpacking recovery.PARTITION -Few other things
-Null
Ricky Divjakovski [email protected]