Skip to content

Releases: leohearts/AlternativeUnlockXposed

1.6

09 Mar 01:34

Choose a tag to compare

  • 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

1.5.1

05 Feb 19:52

Choose a tag to compare

  • [fix] Change config file protection method from SELinux to Unix file permission for better compatibility
  • [revert] Config path reverted to /data/local/tmp to deal with pre-decryption failures
  • [other] refine code style

1.5

11 Nov 15:29

Choose a tag to compare

1.5
  • add option to hide real password from UI (#8 )

1.4

11 Nov 15:05

Choose a tag to compare

1.4
  • Security: change password file path to com.android.systemui private data path for more resistance to attacks
  • possible fix for #9

1.3

04 Sep 13:39

Choose a tag to compare

1.3
  • Added and tested support for Android 11 and Android 12
  • New roadmap (README)

NOTE: This is a compatibility only update. No need to update to this version if the app is running normally on your phone.

1.2v3

20 Aug 19:43

Choose a tag to compare

  • Added permission control for our config file ✨ now normal apps can't read our config files.
  • (reverted) Make default value better to use 🧋
  • Changed Xposed lib repo to official Xposed API repository

NOTE: if you are having problems regarding to the config permission change, please report to me . 🙏

1.1v2

03 Aug 22:39

Choose a tag to compare

  • Icon: implement monochrome icon #5
  • Icon: redesigned vector icon
  • Build: Fix #6

Full Changelog: 1.0...1.1v2

1.0

06 Feb 17:14
38c5710

Choose a tag to compare

1.0

🎉 finally made this New folder to reality.
Full Changelog: https://github.com/leohearts/AlternativeUnlockXposed/commits/1.0