After restoring an backup via TWRP I had to remove/bypass lockscreen with TWRP to access my android. Still I found my fingerprint reader not working. I fixed this by deleting the fingerprint profile with TWRP.
Symptoms of the issue I had:
How to remove the pin/pattern you can find here: https://forum.xda-developers.com/android/software-hacking/remove-lockscreen-recovery-t3530008
Solution for fingerprinter:
Hope it helps
Symptoms of the issue I had:
- Fingerprint is not working to unlock the phone. Lockscreen gives me an error about missing fingerprint hardware.
- I can't add new fingerprints. The fingerprint wizard gives me an error message "Enrollment was not completed" and closes the wizard
How to remove the pin/pattern you can find here: https://forum.xda-developers.com/android/software-hacking/remove-lockscreen-recovery-t3530008
Solution for fingerprinter:
- Boot into TWRP
- Go to advanced>filemanager to acces the files in your phone.
- Enter the folder /data/system/user/0
- Delete following files: ./fpdata/user.db, settings_fingerprint.xml
- Reboot to system and set up new fingerprints with the fingerprint wizard
- Everything should work normal
Hope it helps