Skip to content

Commit 13c3c91

Browse files
authored
Update README.md
1 parent 2ccb4a1 commit 13c3c91

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ For example: if the pattern is 0 -> 4 -> 8 -> 5 -> 2. The SHA1 hash will be SHA1
3333

3434
# Where can I find the hash?
3535
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.
39+
Note: You must have root access to your phone.
40+
4041

4142
pc@user:~/android-sdk-linux/platform-tools$ ./adb pull /data/system/gesture.key .
4243
/data/system/gesture.key: 1 file pulled. 0.0 MB/s (20 bytes in 0.083s)

0 commit comments

Comments
 (0)