16 lines
352 B
Markdown
16 lines
352 B
Markdown
# Reset Android M Lockscreen Password
|
|
|
|
Script cleans lockscreen pattern/password/PIN (not fingerprint) from rooted Android M.
|
|
|
|
To use:
|
|
|
|
1. Connect device via USB
|
|
2. Make sure ``adb devices`` detects the device
|
|
3. Run:
|
|
|
|
```
|
|
./clean_lock_password.sh
|
|
```
|
|
|
|
Script will remove password and pattern from android filesystem and replace locksettings database.
|