You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,11 @@ For example: if the pattern is 0 -> 4 -> 8 -> 5 -> 2. The SHA1 hash will be SHA1
33
33
34
34
# Where can I find the hash?
35
35
The SHA1 hash of the pattern is stored in /data/system/gesture.key Y You can fetch the file using adb tool found in the Android SDK. Follow the following steps to fetch the gesture.key file.
36
-
1. Enable developer mode and debugging
37
-
2. Connect your phone to your computer.
38
-
3. Use adb tool found in the platform-tools in Android SDK.
39
-
Note: You must have root access to your phone.
36
+
1. Enable developer mode and debugging
37
+
2. Connect your phone to your computer.
38
+
3. Use adb tool found in the platform-tools in Android SDK.
0 commit comments