You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I'm going to start development of some CAs and TAs using Open-TEE on Android.
While running the test application I see that the libta_pkcs11_ta.so binary is missing.
Also the code of the storage_test present in the tests module seems to be different than the outputs I'm getting in the android version. conn_test gives no output whatsoever when i use it in the testapp.
Can you provide me with the sources for the storage_test and connection_test used in the opentee-android module?
Thanks
The text was updated successfully, but these errors were encountered:
I have bundled the conn_test_app into my Android application. Based on my experience, the ta_conn_test_app will dump a lot of testing information in the Logcat after you run the conn_test_app. If you run your application in an emulator (especially with arm abi version), it will takes a quite long time to finish. After that, you can see the output of conn_test_app in a single line (Not that easy to spot at first).
Hello I'm going to start development of some CAs and TAs using Open-TEE on Android.
While running the test application I see that the libta_pkcs11_ta.so binary is missing.
Also the code of the storage_test present in the tests module seems to be different than the outputs I'm getting in the android version. conn_test gives no output whatsoever when i use it in the testapp.
Can you provide me with the sources for the storage_test and connection_test used in the opentee-android module?
Thanks
The text was updated successfully, but these errors were encountered: