cfig / Android_boot_image_editor

Parsing and re-packing Android boot.img/vbmeta.img/payload.bin, supporting Android 15
Apache License 2.0
995 stars 227 forks source link

2 Images error #131

Closed gynom closed 6 months ago

gynom commented 9 months ago

if you unpack a boot image e.g recovery.img and then unpack a different recovery image you will not be able to pack the first image since it will discard all the infomation about it

cfig commented 8 months ago

That's right, this is to simplify the software design. If you need to work with multiple images, please copy multiple instances of the tool. thanks ~