avoidik / bootfs

Android tools for boot.img manipulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it

Boot utilities stripped from Cyanogenmod 11:

  • mkbootfs
  • mkbootimg
  • unpackbootimg

This utilities allows you to manipulate boot.img from Android phone:

  • unpack
  • pack
  • collect techinal information about offsets and so on

No need to download whole repository (~20 GB) just for three small programms.

Build

clone, cd and make

Who is owner

Copyright, The Android Open Source Project

About

Android tools for boot.img manipulations


Languages

Language:C 98.2%Language:Makefile 1.8%