Hello I would like to know the adb command to unlock the swipe lock in any android phone using some commands irrespective of the device. Thank You
Asked
Active
Viewed 113 times
-2
-
check this ref: https://github.com/mattwilson1024/android-pattern-unlock – Damini Mehra May 16 '16 at 07:15
-
@DaminiMehra I don't have any pattern lock.i just need to automatically swipe the screen in any of the 4 directions(which is unknown) irrespective of the device! – prabhanjan rs May 16 '16 at 07:49
1 Answers
0
adb shell su 0 service call window 49
would call WindowManager.dismissKeyguard()
in Android 5.1+

Alex P.
- 30,437
- 17
- 118
- 169