Page 1 of 1

Fingerprint

Posted: 08 Jan 2020 07:34
by Akt
Trigger Fingerprint sensor not working on android 10.

Please help

Re: Fingerprint

Posted: 08 Jan 2020 10:15
by Desmanto
Did it work before? Mine not working since Oreo 8.1, Pie 9.0 until now Android 10 Q. So it is the limit in the hardware itself. I am using Redmi note 5 Whyred, custom ROM Havoc 3.0 Android 10 Q.

If you have root at your current device, you can use trigger Command output

Code: Select all

logcat -c; logcat -v time *:D
Try this first in terminal emulator, and then touch the fingerprint to see what event it trigger. Use it as the filter. Example, at mine, everytime fingerprint is touched, it is

Code: Select all

: report_input_event - Reporting trigger_code=65537, event type: 1, code: 96, value:1

Re: Fingerprint

Posted: 08 Jan 2020 13:18
by Akt
I was using android 7 without fingerprint sensor.
Now I changed my device to Samsung m20 android 10

Re: Fingerprint

Posted: 08 Jan 2020 17:08
by Desmanto
It seems certain fingerprint sensor doesn't give all the event to the OS, hence not detected by Automagic. Mine is fpc brand. Maybe yours also the same. You can look at it at the logcat, after you plug to the PC, use adb shell logcat.

If the trigger not working and you have no root, then you need to wait for AM 1.38, where we got permission read log without having to root the phone.

Re: Fingerprint

Posted: 09 Jan 2020 03:34
by Akt
Ok, thanks