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

I want to unpack and pack a recovery.img, At first, the program worked normally. And I want to pack the recovery.img,it results this error: ``` Exception in thread "main" java.lang.reflect.InvocationTargetException...

i tried unpack and repack dtbo.img in xiaomi marble it successfully unpacks and repacks dtbo but somehow without any changes done into the files the device never boots always on...

hi, its possible to add features for allow to repack system_dlkm ? 12:17:47.228 [main] WARN cfig.packable.PackableLauncher - 'unpack' sequence completed [lcockx@lcockx-asustufgamingf15fx506lhtuf506lh boot_editor_v13r3]$ ./gradlew pack system_dlkm.img 12:18:03.701 [main] WARN cfig.packable.PackableLauncher -...

currently i see, unpacked boot.img extract uncompressed kernel with name "Kernel" but that files did not contain appended dtb files in example mkdtimg support that ``` mkbootimg --kernel Image.gz-dtb --ramdisk...

hi , I have succefully unpacked payload.bin using ./gradlew unpack payload.bin but if I want re-pack its do nothing ! I have immediatly 'pack' sequence completed and they are no...

Can u make this project support unpack/pack apex_payload.img in [.apex](https://source.android.com/docs/core/ota/apex?hl=en) file? I see it's ext4 file system image backed by dm-verity, so i think can unpack and disable dm-verity like...

I can't get the latest full OTA package, but I can get older version and delta package, so I want to use them to get the latest partition image.

I get this error when try to pack recovery.img again FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':pack'. > Process 'command '/usr/lib/jvm/java-17-openjdk-amd64/bin/java'' finished...

Scenario: 1. Download `recovery.img` for LineageOS 19.1 from here: https://download.lineageos.org/devices/gemini/builds 2. Unpack `./gradlew unpack` 3. Repack without any changes `./gradlew pack` After that I try booting using `fastboot boot` -...

Any way to customize the kernel command line? It just copies the command line of the unmodified image.