Guest dilaroid Posted August 20, 2010 Report Posted August 20, 2010 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 August 20, 2010 Report Posted August 20, 2010 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now