Android_boot_image_editor icon indicating copy to clipboard operation
Android_boot_image_editor copied to clipboard

Parsing and re-packing Android boot.img/vbmeta.img/payload.bin, supporting Android 14

Results 35 Android_boot_image_editor issues
Sort by recently updated
recently updated
newest added
trafficstars

Can you add a manually signed image function?Because some mobile phones will perform mandatory verification on the system image, when I try to access gsi, the mobile phone will refuse...

Im try unpack on my android terminal. And get many error.Its posible run on android 🤔 Logs: 'uname -a root@kali:/# uname -a Linux kali 4.9.190+ #1 SMP PREEMPT Tue Mar...

Can you add option to make magisk boot

Hello, Does this tool support specifying a path to boot image that will be unpacked/modified? For example, I have both `boot.img` and `vendor_boot.img`, and I'd like to unpack either `boot.img`...

[Images.zip](https://github.com/user-attachments/files/15588584/Images.zip) 1. Copy vendor_dlkm.img and vbmeta.img to `.` 2. Run `./gradlew repack` 3. Run `./gradlew pack` Failed: ``` + java -jar bbootimg/bbootimg.jar pack 21:43:45.541 [main] WARN cfig.packable.PackableLauncher - [vendor_dlkm.img] will...

当我使用./gradlew unpack命令解压android 5.1的boot.img时,只生成的dtb文件,没有生成dts文件。我使用dtb反编译dtb时,报错FATAL ERROR: Blob has incorrect magic number。 android5.1的boot.img已经添加到附件 [boot.zip](https://github.com/user-attachments/files/17088928/boot.zip)

I was wondering if there is some other tool that allows people to decompile the android kernel you get from `boot.img`. I don't know if this terminal output helps, but...

_+ java -jar bbootimg/bbootimg.jar unpack 11:05:58.923 [main] WARN cfig.packable.PackableLauncher - [vendor_dlkm.img] will be handled by [SparseImgParser] 11:05:58.982 [main] WARN cfig.packable.PackableLauncher - 'unpack' sequence initialized 11:05:59.017 [main] INFO rom.sparse.SparseImage - sudo...