Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Utility script to automate the swiping of a lockscreen pattern on an Android device via ADB.

Notifications You must be signed in to change notification settings

ferrarimarco/android-pattern-unlock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Android pattern unlock

This script sends simulated touch input over ADB for remotely swiping on Android's pattern lockscreen.

This allows you to unlock the device even if the touch screen is broken.

Notes:

  • You must have USB debugging enabled on your device for this script to work (in the developer options). See the related blog post for help if you did not enable it before breaking the screen.
  • The device does not need to be rooted for this method to work.
  • You need to have adb on your PATH to run this script.
  • Personalize the script to your needs by setting the unlock pattern and the coordinates of each point of the pattern unlock screen

Usage

chmod +x unlock.sh
./unlock.sh

About

Utility script to automate the swiping of a lockscreen pattern on an Android device via ADB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%