Fingerprint gesture block not working since Android Pie

288 views
Skip to first unread message

Raju Purohit

unread,
Dec 22, 2018, 2:07:10 PM12/22/18
to Automate
Hi developer,
I have updated to Android Pie and noticed that fingerprint gesture block is not working anymore as Android Pie has gotten stricter with background access to sensors.
Is there any work around? Can you fix it either with root or non root solution?
Thank you

Henrik "The Developer" Lindqvist

unread,
Dec 22, 2018, 2:52:38 PM12/22/18
to Automate
The fingerprint scanner is not an "sensor", and Automate is running the "foreground", so the sensor throttling shouldn't be the issue anyway.
Android is buggy and has problems restarting accessibility services, try rebooting the device.

Raju Purohit

unread,
Dec 22, 2018, 3:22:03 PM12/22/18
to Automate
Yes you're right about foreground thing. And I've tried restarting the device but didn't help. I never had any issue with accessibility service.

I checked with one app (https://play.google.com/store/apps/details?id=com.ztc1997.fingerprint2sleep) and its description also says the app won't work in Pie. Can you or anyone confirm if it is working in your Android Pie?

Thank you

Raju Purohit

unread,
Dec 22, 2018, 3:34:26 PM12/22/18
to Automate
You may also check this XDA post (https://forum.xda-developers.com/oneplus-5t/themes/magisk-fingerprint-swipe-left-home-t3880790) where the developer says third party fingerprint gestures are not detected since Pie. He has developed magisk module just for this.

Henrik "The Developer" Lindqvist

unread,
Dec 22, 2018, 4:17:23 PM12/22/18
to Automate
Maybe the OnePlus fingerprint hardware doesn't support standard AndroidAPI, some (older?) Samsung devices doesn't either.

Raju Purohit

unread,
Dec 23, 2018, 4:39:35 AM12/23/18
to Automate
Maybe but weird since it worked fine in Oreo on both Oxygen OS and Omni ROM. But doesn't work on Pie versions of Oxygen OS nor on crDroid which I'm using presently.

I also checked with my friend's Mi A2 running on stock Android Pie and this fingerprint gesture block doesn't work on that too.

So I've come to believe Pie version is the reason.

Henrik "The Developer" Lindqvist

unread,
Dec 23, 2018, 2:53:16 PM12/23/18
to Automate
Sadly i don't have an Android 9 with a fingerprint scanner to test on yet.
Ensure no other app (e.g. Google Now maybe) or the system (e.g. system Settings, System, Gestures) are using the gestures.

Raju Purohit

unread,
Dec 23, 2018, 3:28:02 PM12/23/18
to Automate
Thanks for your suggestion. I don't have Google Now installed and I tried disabling system setting for swipe down gesture for notification shade, but still the block didn't work.

Anyways, I'll wait till you can test it out. I'll investigate myself too to find if anyone had such issue and found any solution.
Thanks

Jim Muellerson

unread,
Jan 10, 2019, 8:33:59 PM1/10/19
to Automate
Just to chime in - i switched from a Nexus 6P on Oreo to an LG G7 One running Android Pie (not rooted) and the fingerprint gestures don't seem to be working for me either anymore. i've dug into the System Settings and there don't appear to be any conflicts. i've given Automate permissions for everything except superuser, and i've disabled Google Assistant and made Automate the handler for its gestures. Seems like the specs or permissions must have changed between Oreo and Pie? Not your fault i know.

i would love if you have any time to investigate and figure out a fix! i've built a little mini-suite of music tools to skip/replay/like/log/fast-forward/record audio using only fingerprint gestures. i love Automate dearly, it's turned my phone's fingerprint thing from the most useless feature into a thing i use a hundred times a day.

Henrik "The Developer" Lindqvist

unread,
Jan 10, 2019, 9:15:18 PM1/10/19
to Automate
Try disabling any other app with accessibility service access, since that's needed for the fingerprint gestures,  and the system gesture navigation feature.

webm...@blueseaphilanthropy.org

unread,
Jan 11, 2019, 12:46:08 PM1/11/19
to Automate
Gave that a try:
- Disabled all gestures in System
- Made sure Automate is the only app enabled for Accessibility
- Disabled Google, Google Assistant, the Android Accessibility system app and a few others just to see if it would have any effect
- Also rebooted the phone after each change

Haven't had any luck so far. The G7 One runs stock Android, so it in theory shouldn't have any weird proprietary things around to mess things up. Below are a few screenshots.

Screenshot_20190111-011503.png

Screenshot_20190111-011431.png


Raju Purohit

unread,
Jan 12, 2019, 12:37:16 AM1/12/19
to Automate
I don't know much about Android development, but I noticed that FingerprintManager class was deprecated in API level 28 (Pie) and was replaced by BiometricPrompt. Can this be causing conflict in using FingerprintGestureController class?

I'm sorry if this sounds stupid, as I've already mentioned I don't know much about Android development.

Henrik "The Developer" Lindqvist

unread,
Jan 12, 2019, 2:42:27 PM1/12/19
to Automate
Unlikely. It's likely a device issue since i haven't got any other reports, or maybe an Android bug but i cant find any public bug reports.

jpgo...@gmail.com

unread,
Feb 22, 2019, 10:44:40 AM2/22/19
to Automate
I have the same issue on Xiaomi Mi Mix 3

Henrik "The Developer" Lindqvist

unread,
Feb 22, 2019, 3:41:10 PM2/22/19
to Automate
I'll add some logging to help with debugging.

pedro....@gmail.com

unread,
Jun 26, 2019, 5:38:06 AM6/26/19
to Automate
Same issue with update to android pie on huawei p20 lite. Fingerprint gestures don't work anymore.

Fran T

unread,
Jun 26, 2019, 11:50:34 AM6/26/19
to Automate
FWIW, it's working fine for me on a Pixel 2 XL running Pie.

w.m.chr...@gmail.com

unread,
Nov 24, 2019, 1:33:06 PM11/24/19
to Automate
Samsung Note 9 doing finger print gestures either...

Solomon M

unread,
Mar 15, 2021, 9:12:49 AM3/15/21
to Automate
Same issue pixel 2, stopped working after update. Would love to have this back working. Thanks

Henrik "The Developer" Lindqvist

unread,
Mar 15, 2021, 10:44:07 AM3/15/21
to Automate
Please enable the "Debug logging" option in setting, run the flow, then post what the block is logging.

Solomon M

unread,
Mar 15, 2021, 10:47:15 AM3/15/21
to Automate
Log:

03-15 08:14:48.631 I 17@1: Flow beginning
03-15 08:14:48.632 I 17@2: Fingerprint gesture
03-15 08:14:48.641 D 17@2: FingerprintGesture detection unavailable (config_fingerprintSupportsGestures=false)
03-15 08:28:14.682 I 17@2: Stopped by user

Message has been deleted

Kevin Rodel

unread,
Jun 15, 2022, 7:10:24 AM6/15/22
to Automate
Same here... 
Found a solution in the meantime? 
I have a surface duo with Android 11

James Havard

unread,
Jun 17, 2022, 6:06:49 PM6/17/22
to automa...@googlegroups.com
06-17 14:54:46.683 I 94@1: Flow beginning
06-17 14:54:46.686 I 94@2: Fingerprint gesture
06-17 14:54:46.696 D 94@2: FingerprintGesture detection unavailable (config_fingerprintSupportsGestures=true)
Edited flow, updated with variable workaround
06-17 14:55:43.881 I 94@2: Stopped by user
06-17 14:57:22.903 I 95@1: Flow beginning
06-17 14:57:22.904 I 95@2: Fingerprint gesture
06-17 14:57:22.907 D 95@2: FingerprintGesture detection available
06-17 14:57:25.011 I 95@3: Flashlight
06-17 14:57:25.783 I 95@5: Fingerprint gesture
06-17 14:57:25.787 D 95@5: FingerprintGesture detection available
06-17 14:57:29.075 I 95@6: Flashlight
06-17 14:57:29.115 I 95@2: Fingerprint gesture
06-17 14:57:29.118 D 95@2: FingerprintGesture detection available
06-17 14:57:30.170 I 95@3: Flashlight
06-17 14:57:30.379 I 95@5: Fingerprint gesture
06-17 14:57:30.380 D 95@5: FingerprintGesture detection available
06-17 14:57:32.148 I 95@6: Flashlight
06-17 14:57:32.154 I 95@2: Fingerprint gesture
06-17 14:57:32.161 D 95@2: FingerprintGesture detection available
06-17 14:57:33.306 I 95@2: Stopped by user
See attached screenshots
Pixel 3 XL Android 12 SP1A.210812.016.C1

--
You received this message because you are subscribed to the Google Groups "Automate" group.
To unsubscribe from this group and stop receiving emails from it, send an email to automate-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/automate-user/7454ecb1-d0e4-4316-9769-caa4e5c2bd70n%40googlegroups.com.
Screenshot_20220617-150241.png
Screenshot_20220617-150019.png
Screenshot_20220617-150011.png
Screenshot_20220617-150256.png
Screenshot_20220617-150038.png
Screenshot_20220617-150205.png
Reply all
Reply to author
Forward
0 new messages