Android_boot_image_editor
Android_boot_image_editor copied to clipboard
Support for specifying boot image path?
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.
Let me have a think about how the flow may be, for years, this tool has been tightly coupled with "gradle" ("gradlew") scripts.
Sure. Take your time.
Sorry I can't do much contribution. I'm not familiar with Java & Gradle build system.
Is it possible to support specifying any .img/.bin, not just boot.img, like --file /path/to/xxx.img
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