topjohnwu / Magisk

The Magic Mask for Android
GNU General Public License v3.0
48.24k stars 12.3k forks source link

Error avb1.0 Sign Error code Signature is INVALID #1332

Closed androiddisk closed 5 years ago

androiddisk commented 5 years ago

Hello, I found a big bug. Recovery flash magisk.zip There is something wrong with this code. Incorrect detection boot.img AVB 1.0 sign eval $BOOTSIGNER -verify < $BOOTIMAGE && BOOTSIGNED=true

recovery.log :

According to my many tests. Many Android phones can't stay AVB 1.0 Sign Use AIK unpackimg.bat magiskv19.0.zip out boot.img Non-existent split_img/boot.img-sigtype and split_img/boot.img-avbtype I'm very sorry about my English.Thank you for your efforts.

androiddisk commented 5 years ago

Error code Signature is INVALID

topjohnwu commented 5 years ago

That error message is NOT an error, it is simply reporting that the image is not signed. And also, not all images needed to be signed.