Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

ravindu644/Kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tip

Use Android_Image_Tools for unpacking and repacking Android images.

Use Android_boot_image_editor for unpacking and repacking Android boot images without breaking Android Verified Boot (AVB).


Warning

End of Life (EOL) : This repository is no longer maintained and is not recommended for use.


Kitchen (Boot image unpacker and repacker)

Preview IMG Description: This script can unpack, repack, and sign the boot images of Android without breaking Android Verified Boot (AVB).

Requirements: Linux Environment (PC or Termux)


Usage :

01. Clone this Repository.

02. Navigate to Repo's directory and put your boot.img there.

03. To Unpack the boot image, use this command :

bash kitchen unpack boot.img
  • Replace boot.img with your boot image's name.
  • Make edits to the unpacked boot image in the "workspace" folder.

❗Notes: You can only use the OEM boot image which is provided by your manufacturer inside your firmware package. Else, the script will throw an error while signing the modified boot image.

04. To Repack the boot image, use this command :

bash kitchen repack

  • Contributions are Welcome.
  • Join my Telegram for more Android tips.
  • Credits : Magisk for magiskboot binary.

About

Boot image unpacker and repacker while keeping Android Verified Boot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published