Skip to content Skip to footer

How to bypass Android Lock screen on any device

So you forgot your android lock screen combination or password? Well don’t worry, because there is a solution and you can get back in your phone, but it won’t be easy if you don’t have much experience with Android. The following guide will teach you just how to bypass android lock screen patern. It has been tested on Android Kit Kat and Android Jelly Bean. Here is how:

Important: REQUIRES A ROOTED DEVICE

Method 1: If you have Recovery installed

  1. Simply download this .zip file
  2. Insert the sd card into your phone
  3. Reboot into recovery mode
  4. Flash the .zip on your device
  5. Reboot
  6. It will ask for a patern, just put in a random combination and it will accept it

Method 2: For those who don’t have recovery installed

  1. First you need to install ADB on your smartphone
  2. Simply go to the Start up menu on Windows and type “CMD” to get to the command line, here type in the following command: sudo apt-get install android-tools-adb (on linux) or the Easy ADB installer on if you are on Windows
  3. Follow the instructions to complete the instalation
  4. Once done, with your phone connected to your PC type in the following commands:
  5. adb devices
  6. adb shell
  7. cd data/system
  8. su
  9. rm *.key

Optional: How to prevent locking your self out in the future

  1. Download and install this app on your device (This app does require your device to be rooted)
  2. Give it root access
  3. Change the secret code to your preferred choice. The default password is: 1234
  4. from another phone, send the following SMS to your smartphone number: secret_code reset
  5. It Removes Your Gesture Pattern Or Password After Receiving the SMS

Any questions or problems? Make sure to let us know in the comments bellow!