Skip to content

Choose a tag to compare

@leohearts leohearts released this 09 Mar 01:34
· 5 commits to master since this release
  • Support possibly all native lock types, fix #15
  • Suppress logs when realPassword is detected from lock screen

Here's how to use this module if you use Pattern for screen lock:

  1. Install and enable this module, open app and click 'Restart SystemUI'
  2. grab logs with adb logcat | grep alternativeUnlockHook or your favorite log viewer (as Debug level)
  3. Unlock with your desired fake pattern
  4. Unlock with your real pattern
  5. You'll find two different credStr of your unlocks from logcat , fill them into fakePassword and realPassword
  6. Done! Now click 'Restart SystemUI' .
    image