Skip to content

goodix-fp-linux-dev/goodix-fp-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc43bb3 · May 30, 2023
Aug 24, 2022
May 30, 2023
May 21, 2022
Nov 16, 2022
Oct 12, 2021
Nov 11, 2022
Nov 13, 2022
Dec 27, 2022
May 21, 2022
Nov 7, 2022
May 20, 2022
May 20, 2022
May 20, 2022
May 28, 2022
May 20, 2022
May 1, 2023
May 20, 2022
Nov 25, 2022
Nov 25, 2022
Oct 22, 2022
Nov 16, 2022
Sep 11, 2022
Sep 14, 2022
May 20, 2022
Mar 5, 2023
Nov 16, 2022
May 20, 2022
Sep 23, 2022
May 20, 2022
May 20, 2022
May 20, 2022
May 20, 2022
May 20, 2022
Sep 23, 2022
May 20, 2022
May 20, 2022
May 1, 2023
May 20, 2022
May 20, 2022
Mar 2, 2023
Nov 16, 2022

Repository files navigation

Goodix FP Dump

All our work to make Goodix fingerprint sensors work on Linux. You can communicate with us at the Discord channel Goodix Fingerprint Linux Development.

The libfprint driver development can be found at https://github.com/goodix-fp-linux-dev/libfprint.

How to use it

We do not recommend using this for now. This is very unstable. Also, this make people to create many duplicates issues to tell us that it doesn't work. Of course, we already know that. Because of this, programs execution might be disabled in the future. So please think carefully before running this or creating an issue.

python --version # Must be Python 3.10 or newer
git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git
cd goodix-fp-dump
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
sudo lsusb -vd "27c6:" | grep "idProduct" # Returns the device ID
sudo python3 run_5110.py # Change "5110" to your device ID