Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Python Validity | 727 | 23 days ago | 94 | mit | Python | |||||
Validity fingerprint sensor prototype | ||||||||||
Xamarin Fingerprint | 402 | 17 | 8 | a year ago | 47 | May 04, 2022 | 46 | ms-pl | C# | |
Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor | ||||||||||
Rxfingerprint | 370 | 4 years ago | 28 | apache-2.0 | Java | |||||
Android Fingerprint authentication and encryption with RxJava | ||||||||||
Adafruit Fingerprint Sensor Library | 353 | 8 days ago | 17 | other | C++ | |||||
Arduino library for interfacing to the fingerprint sensor in the Adafruit shop | ||||||||||
Fingerprint2sleep | 244 | a year ago | 31 | Kotlin | ||||||
Perform quick actions via tap fingerprint sensor. | ||||||||||
Validity91 | 212 | 5 years ago | 6 | bsd-3-clause | Python | |||||
Reverse engineering the Validity 138a:0091 fingerprint sensor (Dell XPS 15/13 2016-2017 9X50 and 9X60) | ||||||||||
Pyfingerprint | 146 | 3 years ago | 2 | October 31, 2019 | 14 | other | Python | |||
Python library for ZhianTec fingerprint sensors (e.g. ZFM-20, ZFM-60) | ||||||||||
Libfprint | 142 | 17 days ago | 14 | lgpl-2.1 | C | |||||
libfrpint driver for a family of Elantech fingerprint sensors | ||||||||||
Goodix92 | 80 | 3 years ago | ||||||||
Project aiming to reverse engineer Dell XPS 9570 fingerprint sensor (27c6:5395) | ||||||||||
Droidid | 78 | 6 years ago | 8 | gpl-3.0 | Objective-C | |||||
DroidID - Unlock your Mac using your Android phone's fingerprint sensor! |
Perform quick actions via tap fingerprint sensor.
Many devices have fingerprint sensor, and have the feature fingerprint to unlock or fingerprint to wake, so i developed this simple app to sleep your device via tap fingerprint sensor.
Fingerprint to Unlock use DevicePolicyManager API to sleep your device by default, however, in many ROMs, it will cause 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 next time you switch on screen.
Fingerprint to Sleep
autostart.Security
→Permissions
→Autostart
, and choose Fingerprint to Sleep
.Fingerprint to Sleep
to whitelist.Settings
→Battery & performance
→Manager apps battery usage
→Choose apps
→Fingerprint to Sleep
, and choose No restriction
.git clone https://github.com/V2Ray-Android/Actinium.git
google-services.json
, see to Firebass documentation
signing.properties
to project root, its format is:storeFile='keystore file path'
storePassword='keystore password'
keyAlias='key alias name'
keyPassword='key alias password'
Copyright 2016 Alex Zhang aka. ztc1997
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.