-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VerificationError on system #338
Comments
Thanks for the logs! I have a feeling I know what this is, but I want to confirm first. Can you post the output of this?
EDIT: Fixed typo in command |
Thanks for the quick response!
|
Thanks! Could you try one more thing? Can you post the output of this: avbroot ota extract -i <your patched OTA> -d extracted
avbroot avb info -i extracted/system.img and also: adb shell su -c 'dmctl list devices -v' |
... here we go
for avb info see also
for output of dmctl list see also
|
Perfect! So this is #282 (comment) then. Your setup is perfectly fine and you can move forward with setting up avbroot. The only "issue" here is that Android has terrible log messages. Details: If you extract the fstab file from the
Notably, it specifies 2 ways of verifying the system partition:
The
After that fails, it retries with
That log message doesn't say
|
Thank you very much! After patching fstab in my copy of my-avbroot-setup the VerifyError went away.
|
in step
7. [Optional] Before locking the bootloader, reboot into Android once to confirm that everything is properly signed
the test for "init: [libfs_avb]Returning avb_handle with status: Success" is ok but system partition has an VerificationError:
avbroot ota verify
says "Signatures are all valid!", see ota-verify.txtsteps to reproduce:
The text was updated successfully, but these errors were encountered: