What's new

Closed Bypass ANY Android Lockscreen

Status
Not open for further replies.

Nino_info

Forum Contributor
Contributor
Joined
Jul 4, 2015
Posts
2,891
Solutions
19
Reaction
92,544
Points
11,617
PRE-REQUISITES:

1. Locked Android phone.
2. USB cord that connects Android device to PC.
3. USB Debugging MUST be enabled on the device.

NOTE: This can be checked by going to "Settings" --> "Developer Options" --> "USB Debugging".
NOTE #2: To enable Developer Options, go to "Settings" --> "About" --> tap on the Build Number 7 times in a row until

you see a little box pop up saying you have enabled Developer Options.

4. Have ADB & Android SDK setup on your PC.

NOTE: Here's a video outlining how to setup these two programs

NOTE #2: If you encounter the error "ADB is not recognized", chnage the path to "plaform-tools" folder instead of

"tools" folder.

PREPARATION:

1. Plug the Android device into your computer.
2. Click on the start menu and search for "CMD", also known as the command prompt. Run as administrator. You should see

You do not have permission to view the full content of this post. Log in or register now.

INSTRUCTIONS:

1. Type the following command into CMD:

adb root

This will restart the ADB with root privileges. Please allow 30 seconds. It should look like
You do not have permission to view the full content of this post. Log in or register now.

2. Now, type in the following command:

adb shell

You should see the following:

3. Finally, type in ONE of the following commands (depending on if it's gesture-based or password-based):

rm /data/system/gesture.key

OR

rm /data/system/password.key

Image..

4. Power the phone on, draw ANY pattern, and you will be able to unlock the device.

NOTE: The phone will be unlocked like this until you manually change it in "Settings" --> "Security".

Thanks so much, and if you have any questions, feel free to send me a message!

Dont forget to say Thanks ;D
 
Dear delfermil30,

Since 2 years have passed since the last reply in this thread, I am locking it to prevent necroposting. Feel free to start a new thread or contact any forum staff if you want this to be reopened.

Thread closed.
 
Status
Not open for further replies.

Similar threads

Back
Top