Ever wondered how to enter fingerprint on Android using ADB?
- Setup your phone for Wi-Fi/USB debugging
- Navigate to your fingerprint settings
- Tap on “Add fingerprint”
- Enter in a terminal/command prompt
adb -e emu finger touch <id>
* - You might need to re-execute the command couple of times until the “fingerprint” is fully “scanned”
* The <id>
could be basically anything you like.
Example:
adb -e emu finger touch 123456