Jump to content

Unpack and Repacking boot.img 2.1


Recommended Posts

Guest dilaroid
Posted

when i use 1.5 rom, I've successfully unpack and repack boot.img with command :

system ("mkbootimg --cmdline 'no_console_suspend=1 console=null' --kernel $ARGV[0] --ramdisk ramdisk-repack.cpio.gz -o $ARGV[2]");

so is it the same method when I want to Unpack and Repacking boot.img 2.1 (eclair) ?

Guest BigBearMDC
Posted
when i use 1.5 rom, I've successfully unpack and repack boot.img with command :

system ("mkbootimg --cmdline 'no_console_suspend=1 console=null' --kernel $ARGV[0] --ramdisk ramdisk-repack.cpio.gz -o $ARGV[2]");

so is it the same method when I want to Unpack and Repacking boot.img 2.1 (eclair) ?

Should be the same, yes. The structure of the boot image stays the same even with newer Android versions.

Best regards,

BB

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.