Android_boot_image_editor icon indicating copy to clipboard operation
Android_boot_image_editor copied to clipboard

Support for specifying boot image path?

Open manoedinata opened this issue 1 year ago • 4 comments

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.

manoedinata avatar May 01 '24 03:05 manoedinata

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

cfig avatar May 11 '24 02:05 cfig

Sure. Take your time.

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

manoedinata avatar May 11 '24 10:05 manoedinata

Is it possible to support specifying any .img/.bin, not just boot.img, like --file /path/to/xxx.img

firmianay avatar Oct 18 '24 01:10 firmianay

Is it possible to support specifying any .img/.bin, not just boot.img, like --file /path/to/xxx.img

Yes, will do this. stay tuned

cfig avatar Nov 18 '24 06:11 cfig