This repository was archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
51 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
## Kitchen (Boot image unpacker and repacker) | ||
 | ||
**Description:** This script can unpack, repack, and sign the boot images of Android without breaking Android Verified Boot (AVB). | ||
|
||
**Requirements:** Linux Environment (PC) | ||
|
||
--- | ||
|
||
### 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 : | ||
|
||
``` | ||
./kitchen unpack boot.img | ||
``` | ||
|
||
- Replace boot.img with your boot image's name. | ||
- Make edits to the unpacked boot image in the "workspace" folder. <br> | ||
|
||
> **❗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 : | ||
|
||
``` | ||
./kitchen repack | ||
``` | ||
|
||
--- | ||
|
||
- Contributions are Welcome. | ||
- Join my [Telegram](https://t.me/SamsungTweaks) for more Android tips. | ||
- Credits : [Magisk](https://github.com/topjohnwu/Magisk) for magiskboot binary. | ||
## Kitchen (Boot image unpacker and repacker) | ||
 | ||
**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 : | ||
|
||
``` | ||
./kitchen unpack boot.img | ||
``` | ||
|
||
- Replace boot.img with your boot image's name. | ||
- Make edits to the unpacked boot image in the "workspace" folder. <br> | ||
|
||
> **❗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 : | ||
|
||
``` | ||
./kitchen repack | ||
``` | ||
|
||
--- | ||
|
||
- Contributions are Welcome. | ||
- Join my [Telegram](https://t.me/SamsungTweaks) for more Android tips. | ||
- Credits : [Magisk](https://github.com/topjohnwu/Magisk) for magiskboot binary. |
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters