FingerprintSensor Extension

Impressive! :clap: :clap: :clap:

2 Likes

Thanks Ken

Hello,

I 'd like to include this FingerprintSensor extension in my new project.

Thanks and kind regards,
Rik.

2 Likes

The .aia & .aix are in the first post.

I added the .aix to the first post.

5 Likes

aun funciona?
lo probé en samsung j7

saludos

Does your device have a fingerprint sensor?
See also this topic

Taifun

no tengo ningún aplicativo con huellas dactilares será porque mi equipo ya es antiguo es un J7
de samsung probare con otro equipo que no este dentro de la lista mencionada

¡Lo extraño es que todos los bloqueos ocurren solo en dispositivos Samsung!

galaxia j7 57%
SM-J327P 9%
Galaxia A5 7%
SM-G532F 7%
Galaxia J5 1%
Galaxy S6 Borde 1%

saludos

see this answer

it seems to be, a fix is necessary for Samsung devices

The Problem was caused by calling

fingerprintManager.hasEnrolledFingerprints()

I fixed it by adding a call to check for hardware before:

fingerprintManager.isHardwareDetected()
    && mFingerprintManager.hasEnrolledFingerprints()

Checking for fingerprints without the hardware available seems to cause this exception on some devices.

Taifun

1 Like

Moto G60s under Android 12.
all had worked fine before Android was updated to 12

I get this error message:

Runtime Error
Must have android.permission.USE_BIOMETRIC permision.: Neither user 10336 nor current process has android.permision.USE_BIOMETRIC.

Any ideas?

Thanks in advance,
David

It looks like the extension needs an update... unfortunately @Ken is busy with real life...

As workaround you can modify the manifest and add the permission nanually...

Here is a guide

Taifun

Thanks Taifun for your fast answer.

The Companion works like Frankenstein: every time i make changes it presents me with the dialog with the error, but then it resumes in the following processes.

Final program APK works fine.

Cheers, David

then there is no issue...
the extension never worked together with the companion app

Taifun

2 Likes

I want to ask that how to program this for having the same fingerprint as your phone lock screen and are these the blocks mentioned above or it is how to program it because all the yellow boxes are empty

Try the example project from the first post of this thread to find out how to use the extension

Taifun

1 Like

The blocks part is programming?

which one is the first post

Taifun