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

Can you add a manually signed image function? #115

Open slwyts opened 1 year ago

slwyts commented 1 year ago

Can you add a manually signed image function?Because some mobile phones will perform mandatory verification on the system image, when I try to access gsi, the mobile phone will refuse to start. Can you add a sign command to sign the system and modify the vbmeta image. thanks.

cfig commented 1 year ago

Your request is the same as below one? https://github.com/cfig/Android_boot_image_editor/issues/112

slwyts commented 1 year ago

No, I hope to add a manual signature function for the image

cfig commented 1 year ago

em, then 1.sign/hash system.img, by adding Merkle tree. 2.update vbmeta with info of system.img hash info