Cyber2525
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();  
> 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