[CM13][MOD] How to allow fingerprint unlock after a reboot

QuazIqbal

Senior Member
Jul 25, 2015
311
93
0
32
New Delhi
I'm on 2.3 Zui official,
On zui official home tap acts as back button and I find unproductive for me, any idea which key binding file to edit to have capacitive home bottom?

can the u touch be modified like this, Left swipe: Previous app
Right swipe: Next App
Tap: Home
 

kanno_miho

Senior Member
Jul 24, 2007
94
21
0
How to allow fingerprint unlock after a reboot

Decompile SystemUI.
Go to smali/com/android/keygaurd/KeyguardUpdateMonitor.smali
Search for:


Code:
.method public isUnlockingWithFingerprintAllowed()Z
    .locals 2

    .prologue
    const/4 v0, 0x0
Change the 0x0 to 0x1
Recompile!

Hi , just want to know is this code working for nougat ? i tried modified and still asking for password after rebooting.

anybody can help on this ? thank you so much