Skip to content
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

Infinite loading A15 #783

Open
Cyber2525 opened this issue Jan 18, 2025 · 6 comments
Open

Infinite loading A15 #783

Cyber2525 opened this issue Jan 18, 2025 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@Cyber2525
Copy link

In my Xiaomi, hyperos 2 (android 15) the app is stuck at loading

@Cyber2525 Cyber2525 added the bug Something isn't working label Jan 18, 2025
@AChep
Copy link
Owner

AChep commented Jan 19, 2025

Are you logged in? I need some details of when it starts to happen.

@AChep AChep self-assigned this Jan 19, 2025
@Cyber2525
Copy link
Author

Cyber2525 commented Feb 9, 2025

KeyGenParameterSpec keyGenParameterSpec = new KeyGenParameterSpec.Builder(
"keyAlias",
KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
.setDigests(KeyProperties.DIGEST_SHA256)
.setAttestationChallenge("challenge".getBytes())
.build();

KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance(
KeyProperties.KEY_ALGORITHM_RSA, "AndroidKeyStore");
keyPairGenerator.initialize(keyGenParameterSpec);
KeyPair keyPair = keyPairGenerator.generateKeyPair();

Image
Image

@AChep
Copy link
Owner

AChep commented Feb 10, 2025

Thanks for the logs! I'll try to look deeper into it, but at the first glance the logs report hardware communication failure which is probably a bug in the OS and need a system update.

@Cyber2525 Cyber2525 reopened this Feb 10, 2025
@Cyber2525
Copy link
Author

Cyber2525 commented Feb 10, 2025

Thanks for the logs! I'll try to look deeper into it, but at the first glance the logs report hardware communication failure which is probably a bug in the OS and need a system update.

Yes, it's a problem of my software but all other apps that are encrypted are working well

You can use app data path instead, it is less secure but at least it's better than nothing (a unsafe option when creating a vault if the keystore doesn't respond/loads in 10 seconds)

@AChep
Copy link
Owner

AChep commented Feb 15, 2025

Might be fixed by 1ecd463

@AChep
Copy link
Owner

AChep commented Feb 15, 2025

@Cyber2525 could you check if this build works for you https://github.com/AChep/keyguard-app/actions/runs/13334369769

@AChep AChep marked this as a duplicate of #825 Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants