Hm.. New hack ?!
A worthy successor of the Android Bypass Lockscreen project
⚠️ Disclaimer: This tool is for educational and authorized use only. Use it responsibly and only on devices you own or have explicit permission to access. Misuse may result in legal consequences. The authors take no responsibility for any unethical or illegal use.
- Removes lockscreen credentials (PIN, password, or pattern) on compatible Android devices.
- Works in recovery environments (e.g., TWRP) or on rooted devices.
- Clears
locksettings.dbfor devices using File-Based Encryption (experimental for Android 10+). - Lightweight and easy-to-use script.
- Android Versions: Tested on Android 4.4 to 9. Experimental support for Android 10+.
- Custom Recovery: TWRP or similar recovery environments are required.
- Root Access: Optional but required for ADB-based methods.
- A rooted Android device or a device with custom recovery (e.g., TWRP).
- Install
busyboxand SQLite tools on the device (for advanced functionality). - A computer with
adb(Android Debug Bridge) installed for manual execution.
- Download the latest release from the Releases page.
- Download the
ADB2.12.zipfile from the release page. - Boot your device into recovery mode (e.g., TWRP).
- Select Install and flash the ZIP file.
- Reboot the device. The lockscreen should now be bypassed.
- Extract the script from the ZIP file.
- Connect your device via USB and enable ADB debugging.
- Open a terminal and run adb shell sh /path/to/unlock_script.sh