You are on page 1of 1

1)Inside cygwin open folder called split and unpack contents of Bootimgutils.

zip
2)Now place boot.img inside split folder and cd to split folder in cygwin
3)./split_bootimg.pl recovery.img
4) mkdir ramdisk ( Next command in same place )
5) cd ramdisk
6) gzip -dc ../boot.img-ramdisk.gz | cpio -i
Now u can see the ramdisk folder inside it. Already bruno martins tool would hav
e unpacked kernel of the recovery there.
Now go to mtk folder and paste the ramdisk folder u got here. Now repack with ke
rnel

You might also like