Results 74 comments of cfig

xz file format: https://tukaani.org/xz/xz-file-format.txt 2.1.1.2. Stream Flags Supported by: https://github.com/cfig/Android_boot_image_editor/commit/e7ed8fb8e3445a840cc6f8002f3611c97d5a75a6

> I finally found what is the issue. When compressing the file to xz, you use CRC64 by default. But Xiaomi gemini fails for that and works only if I...

Maybe related with this issue: https://github.com/cfig/Android_boot_image_editor/issues/128

Yes, have been considering this for a long time ... apex format https://cs.android.com/android/platform/superproject/+/master:system/apex/docs/README.md

example capex [cc.cfig.lazybox.capex.zip](https://github.com/cfig/Android_boot_image_editor/files/12037145/cc.cfig.lazybox.capex.zip) ``` Archive: cc.cfig.lazybox.capex Length Method Size Cmpr Date Time CRC-32 Name -------- ------ ------- ---- ---------- ----- -------- ---- 1328 Stored 1328 0% 2009-01-01 00:00 3134ceed AndroidManifest.xml...

Having been too busy these months ... I will try to implement it before Chinese New Year

Just did some testings on apex, there are already some useful tools like apexer, deapexer. As there is alternative tool to do the unpack/pack work, just using the existing ones...

![Screenshot_2023-12-19_16-13-07](https://github.com/cfig/Android_boot_image_editor/assets/1133314/2c7d2658-0901-4682-b28b-71b9999b4398) Attach a pic here, and leave the issue open to help late comers who may be interested.

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

> 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