19 Oct 2011

How to unpack, repack, split, mkboot edit boot.img

Hello, I wanna share on this blog about How to unpack, repack, split, mkboot boot.img

First, u need a file names Bootimgutils that u can download here.
After u done, u extract the file into a directory that u wanna and give it name (Like, Bootimgutils for the example)
.
Then, U grab boot.img file (U can grab it directly on onepack ROM. U can find boot.img on Code, if u use fullpack ROM)
*Don't forget to check the file permissions as executeable programs. Right-click, properties. Click on permissions tab

Go to terminal (Linux) or Cygwin (Windows)
Type these commands :

cd Bootimgutils
./split_bootimg.pl boot.img
mkdir ramdisk
cd ramdisk
gzip -dc ../boot.img-ramdisk.gz | cpio -i
cd ..

O.K. Up to ya to edit boot.img.
And, don't forget!
If u have done to change files.
U need to repack it anymore.

For that, u can type :

./repack_bootimg.pl boot.img-kernel ramdisk bootnew.img

or u can replace it.
U just need to change a command to be like this :

./repack_bootimg.pl boot.img-kernel ramdisk boot.img

*If u have backup of an original boot.img


Tips for unpack XZ compressed type:
./split_bootimg.pl boot.img
mkdir ramdisk
cd ramdisk

change your bootimg-ramdisk.gz > bootimg-ramdisk.xz.
And, then open its ramdisk content,
Drag to ramdisk directory u made before.

And, repack it
./repack_bootimg.pl boot.img-kernel ramdisk boot.img

Happy packing!

CMIIW
^_^

Title Post: How to unpack, repack, split, mkboot edit boot.img
Rating: 100% based on 99998 ratings. 5 user reviews.
Author: Unknown

Thanks for visiting Delano Blog, just leave a comment if there's any suggestion

6 Comments
Tweets
Comments

6 comments:

ajparag said...

I am getting an error.
gzip: ../boot.img-ramdisk.gz: not in gzip format

Kindly suggest a solution.
my email id is ajparag@gmail.com

Unknown said...

u need to do "gzip -dc ../boot.img-ramdisk.gz | cpio -i"

u need to "cd ramdisk" first

but depends on

nagatalizer said...

kok banyak yg keblock yah bang

Unknown said...

@nagatalizer : bnyk ke-blok apanya? memang spt itu tulisannya. . Tapi sudah bekerja kan? :)

ersan permana said...

om klw recovery.img sama aja? saya coba ./repacknya cannot execute binary file ada solusi om?

Unknown said...

@ersan: sama aja gan. . asal ramdisk dan rec-kernelny bnr kan? pas path ny dgn yg dituju di terminal?

Post a Comment

Note:
1. Please comment on post-related!
2. Don't be spammer! Thank you.

◄ Newer Post Older Post ►
 

www.technomonde.blogspot.com. © 2012. Delano's Blog. Powered by blogger.Theme Mod by Delanoister