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

error #113

Closed depesh1977 closed 6 months ago

depesh1977 commented 1 year ago

test@Aspire-E5-722:~/boot_editor_r11$ ./gradlew clear [main] WARN cfig.packable.PackableLauncher - [boot.img] will be handled by [BootImgParser] [main] ERROR cfig.packable.PackableLauncher - command 'clear' can not be recognized [main] INFO cfig.packable.PackableLauncher - available BootImgParser subcommands are: [main] INFO cfig.packable.PackableLauncher - @footer [main] INFO cfig.packable.PackableLauncher - capabilities [main] INFO cfig.packable.PackableLauncher - flash [main] INFO cfig.packable.PackableLauncher - pack [main] INFO cfig.packable.PackableLauncher - pull [main] INFO cfig.packable.PackableLauncher - unpack

cfig commented 1 year ago

Hi @depesh1977 , I see u r using boot_editor_r11, the "clear" command was not well supported then. I'd suggest that you use the latest release package, which also supports Android 11. Thank you ~

cfig commented 1 year ago

Hope this info helps. Thanks.