Nov 24
2010
2010
Splitting Android boot.img files
I've had to do this twice now, and if I understand my computer science mythology correctly that means I will need to do it an infinite number of times, so:
- Get
split_bootimg.pl
from here, or use my mirror. - Run it on your
boot.img
to get the kernel and ramdisk files.
Lots of information on Android's (simple) boot.img format is here. Thanks to William Enck for split_bootimg.pl.