[APP][6.0+] Fingerprint Quick Action -- Let your fingerprint sensor more useful

Search This thread

strongst

Senior Moderator - Developer Committee
Staff member
Sep 18, 2007
13,861
19,286
thank's
HTC Desire
HTC Raphael: Touch Pro, Fuze
Does this add a fingerprint scanner or is it a prank!?
And does it work for all android builds and devices or just lg g flex on lollipop and madshmellow
This app does not add a fingerprint scanner(you cannot add a piece of hardware by software). It adds only the ability to use custom gestures like mentioned in op.
I would recommend you to watch the video.

It works with several devices and android versions.
 

luilly

Senior Member
Sep 8, 2008
318
58
Madrid
www.luilly.com
Any chance to able to use application on Android 9 ?¿

UPDATE

Only works one time when app is open and deactivate and activate service.

Any suggestion to works properly?

Thanks.
 
Last edited:

b0rnc0nfuz3d

Senior Member
Jan 5, 2017
365
108
You can find this app's apk on apkmirror, or a similar one on play store is fingerprint gestures

I think it's on github, but you should easily be able to find the apk and sideload it.

The app no longer exists in the playstore, what happened?

Any other app that will make me at least the smartphone lock / deepsleep function?
Tks

Any chance to able to use application on Android 9 ?¿

UPDATE

Only works one time when app is open and deactivate and activate service.

Any suggestion to works properly?

Thanks.

PLay store link: https://play.google.com/store/apps/details?id=com.ztc1997.fingerprint2sleep
 
  • Like
Reactions: AxiK. and P.Rabbit

fire7777777

Senior Member
Jan 23, 2015
234
9
Sad, before Android 10 ir works fine, now with android 10 doesnt work., i supposte is New api of androidi 10
 

Top Liked Posts

  • There are no posts matching your filters.
  • 479
    Perform quick actions via tap/swipe on fingerprint sensor.

    Demo video by @Andromjb (App version 0.4.0) (Original post)

    At the beginning, I just want to develop a simple app to sleep my device via tap fingerprint sensor. But for more users to be convenient, I decide to add more features.

    Google Pixel has a feature that expand/collapse notification panel via swipe fingerprint sensor, However detect swipe on fingerprint sensor requires hardware support, so I thought of an alternative to clicking/swiping on the Fingerprint Sensor to toggle notification panel.

    Fingerprint Quick Action use Accessibility to detect interface switching and perform some quick actions, so you need to turn on the application's accessibility features so that it can work properly.

    Fingerprint Quick Action use DevicePolicyManager API to sleep your device by default, however, in many ROMs, it will result in Smart Lock and fingerprint to unlock doesn't work, by my test, it is only works properly on MIUI ROMs. So the app provide another way to sleep your device, that is simulating a power button press, this method requires Root Access.

    When other apps using the fingerprint sensor, Fingerprint to Unlock will be temporarily disabled until you switch to another interface.

    Get it


    Translation
    I can only provide English (may not be accurate) and Chinese, if you wish to correct the existing language errors or provide new language translations, commit to source code. If you are not familiar to github, you can also contact me via email to help me translate it.

    Source code
    https://github.com/ztc1997/Fingerprint2Sleep

    Donate
    The donation has been suspended, the project will soon offer in-app purchases, the unfinished donation will be returned, please support me with in-app purchases. And the donators that completed donation will receive a redemption code.

    TODO
    • Add More Quick Actions
    • Double Tap Action
    • Per Fingerprint Action
    • Xposed Implementation (Done)

    Identifying the direction of the slide and long press events requires hardware support that can not be done with the application alone.

    Change Log
    Code:
    0.9.1:
    [LIST]
    [*]Update translations
    [/LIST]
    
    0.9.0 (Beta):
    [LIST]
    [*]Add auto retry blacklist
    [*]Add force non-Xposed mode switch
    [*]Add licences dialog
    [*]Add matters need attention
    [/LIST]
    
    0.8.0:
    [LIST]
    [*]Try to fix the abnormal power consumption in Xposed mode
    [*]Add quick action: Launch app or shortcut
    [/LIST]
    
    0.7.6:
    [LIST]
    [*]Fix for the garbled of Spanish
    [*]Optimize the opening speed of the interface
    [*]Optimize the memory use of the service
    [/LIST]
    
    0.7.4[17/11/2016]:
    [LIST]
    [*]Fix for Xposed mode does not work on many devices
    [*]Shorten timeout method: Some fix
    [/LIST]
    
    0.7.3[15/11/2016]:
    [LIST]
    [*]Shorten timeout method: Fix for unable to restart scanning after screen on
    [/LIST]
    
    0.7.2[15/11/2016]:
    [LIST]
    [*]Shorten timeout method: Fix for crash on Nougat
    [/LIST]
    
    0.7.1[15/11/2016]:
    [LIST]
    [*]Fix for AccessibilityService state detection problem
    [/LIST]
    
    0.7.0[15/11/2016]:
    [LIST]
    [*]Add new screen off method: [I]Shorten time out[/I] (Does not cause the fingerprint to unlock does not work, do not need root access)
    [/LIST]
    
    0.6.0/0.6.1[13/11/2016]:
    [LIST]
    [*]Add Xposed implementation
    [/LIST]
    
    0.5.0[29/10/2016]:
    [LIST]
    [*]Add fast swipe event detection (The idea comes from [URL="https://github.com/gerges"]gerges@github[/URL] )
    [*]Add more quick actions (Go back, Show recent apps, Show power menu, Toggle split screen, Expand quick settings)
    [/LIST]
    
    0.4.0[21/10/2016]:
    [LIST]
    [*]Auto restart scanning after interface switching
    [*]Add action "Toggle Notifications Panel"
    [*]Increases the speed of simulating press on power button
    [/LIST]
    
    0.3.1 [15/10/2016] :
    [LIST]
    [*]Run background service in another process (For less memory use)
    [*]Only request the Device Admin if necessary
    [*]Try to fix the problem which it can only take effect once on some devices
    [/LIST]
    
    0.3.0 [14/10/2016] :
    [LIST]
    [*]Change app name to Fingerprint Quick Action
    [*]Users can select between 3 quick actions (Sleep, Home, Expend Notifications Panel)
    [*]Try to fix open SettingActivity after screen on
    [/LIST]
    25
    Updated to 0.5.0.
    • Add fast swipe event detection (The idea comes from gerges@github.com )
    • Add more quick actions (Go back, Show recent apps, Show power menu, Toggle split screen, Expand quick settings)
    I am now working on Xposed implementation, the next update may take a long time.
    20
    Re-open source

    I finally decided to open source my project, hope that more people can learn from it, and hope that people who have the ability to help me improve it.

    Source code: https://github.com/ztc1997/Fingerprint2Sleep
    12
    We will soon see this application in the play store. I applied the developer account for a long time but has not been successful. At present, I temporarily use my friend's account to release.
    9
    I found something about the Google Dialer problems.
    Read here: https://code.google.com/p/android/i... Priority Owner Summary Stars Reporter Opened

    So its not a problem with your App, @ztc1997

    OK, I see this. I will try to make some of the features no longer rely on accessibility, and make turning on accessibility as an optional feature