-
Notifications
You must be signed in to change notification settings - Fork 64
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
Failed -66 RSA attestation failed #9
Comments
Full: https://developer.android.com/privacy-and-security/keystore |
Doesn't really answer the question - the key box supplied is valid yet RSA portion of the command fails? |
Oh another error that, you mean the EC is valid but RSA fails? |
Yes, error 66 from KmInstallKeybox. The command without StrongBox worked fine. |
Yes, false gives a different error saying the device expects props to be attested or something. |
You insert the keybox.xml provided with this guide or try yours? |
I've tried 3 now all with this same error. I cannot overwrite StrongBox key. |
Besides this 3, you have try and the keybox.xml provide with this guide right? |
Yes, they all have the same error on StrongBox device ... |
This is strange, maybe your ROM have some wrong and cause this problem |
Have you been able to run the StrongBox command and get a successful output? I am talking about the longer code snippet:
What output do you get from that? This shorter code snippet says "TEE fine successful" but this is not enough on a StrongBox because it only seems to be reprogramming "half" the key. |
You mean this And maybe is can't work in your device, because @chiteroman say have test this in his Xiaomi Poco X3 Pro. |
And you can write here And if any users have the same problem and found a solution can tell you |
It is necessary to supply to the full path to the keybox twice ... |
If you don't understand why that is then I don't know if you're qualified to help me. :) Writing keybox.xml (with no full path) attempts to read the file from the currently directory you're in - if you dont' supply a full path then KmInstallKeybox won't find the keybox file the 2nd time. |
Yeah i know that, for that i say only my opinion and maybe some is useful. Yeah i get your point, just i confused because i read the guide and can't find where say this specific part |
Hes copy pasted the code wrong for StrongBox, it's simple as that |
If so like this you say, then @chiteroman must change it |
Using StrongBox version of the code snippet because my device uses StrongBox. Has anybody else seen this or knows what it means?
The text was updated successfully, but these errors were encountered: