Open raymiec opened 5 months ago
Further inspection, seems like it might be using google services for generating the keys, These devices ain't google play certified. Could the certification be the issue? will google restrict things if not certified?
Edit.. yeah i don't think it's that, i see its already been tested on the sunmi v2s.
Hello, I also encountered the same problem.But because I cannot access the Google network, the device has been certified by GMS. When my device can access Google, everything works fine
On Android 13, Using a Sunmi p3 Device, I'm getting the following error, "Failed to generate key pair"
i wrote some code to test if i could generate RSA and AES on the device using the hardware backed key store. This is the output.
Indicates that it was successful and we do indeed have a hardware backed keystore.
This also returns true Terminal.getInstance().supportsReadersOfType(readers.get(0).getDeviceType(),config).isSupported()
and this is the relevant error from the OS