Mahmoudinos said:
Suggestion: plz admin can you make the fingerprint sensor for the mi5 always on that we can unlock the phone without pressing the button or waking it: like other xiaomi devices!
https://forum.xda-developers.com/mi-5/themes/stock-rom-custom-rom-make-mi5-t3623997
Great, thanks!
It works like a charm!
I did it with Terminal Emulator:
Code:
$ su
# echo 1 > /sys/devices/soc/soc:fpc_fpc1020/enable_wakeup
So I can disable double tap to wake.
But now I have to check the battery drain.
[Edit]
As you can expect, it doesn't survive a reboot... Must put it somewhere like /etc/rc.local...
[/Edit]