cfig / Android_boot_image_editor

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

Support for specifying boot image path? #145

Open manoedinata opened 5 months ago

manoedinata commented 5 months ago

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 or vendor_boot.img, without the need to move one of them to another directory.

Thank you.

cfig commented 4 months ago

Let me have a think about how the flow may be, for years, this tool has been tightly coupled with "gradle" ("gradlew") scripts.

manoedinata commented 4 months ago

Sure. Take your time.

Sorry I can't do much contribution. I'm not familiar with Java & Gradle build system.