Cyber2525

Results 6 comments of Cyber2525

i cant, unknown baseband 💀

yes, instead of material symbols outlined/sharp, use rounded, they're official ones xd

If you download in GitHub, all features are unlocked

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](https://github.com/user-attachments/assets/06352305-9be8-4473-ad08-55121f0f7100) ![Image](https://github.com/user-attachments/assets/96c7fedf-7084-4cb7-8cd9-73f42a2e6737)

> 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...

It's unstable, buggy and has many problems and crashes very often