Friday 24 January 2014

How to hack the lockscreen of android phone i,e bypass screen without PIN or pattern

How to bypass the pattern lockscreen of any android phone

To remove the pattern lock of the android devices, you gonna need a computer running any linux distro, as of my case ubuntu 13.04. Just follow the following steps

1. Open the linux terminal and type
    $sudo apt-get install android-tools-adb
   and let it install

2. When it is installed, connect the android device to the computer.

3. Type
    $adb devices
   a will device will be shown and if not then make sure that USB Debugging is switched ON, on the android devices, probably located in the developer options inside the settings(on device on or after android 4.0)

4. Now the device is shown, then type
    $adb shell
    $su
    #cd data/system
    #rm *.key;
    #exit
    $adb reboot

5. Now your device will be rebooted.

6. Now try any pattern, the device will open.

If after the step, $su, the $ doesnot changed to #, or a error pops up, it means that your device is not rooted. Fortunately, methods are there which can unlock the phone, even if the device is not rooted, that I will write about next time.

7 comments:

  1. Hi

    When is next time?

    ReplyDelete
    Replies
    1. It's the next post

      sunny1001.blogspot.in/2014/01/how-to-root-any-android-phone-manually.html?m=1

      Delete
  2. Try this ... real working software for finding pattern lock with nice GUI ..
    and also can remove any screen lock /(Bypass)
    http://androidlockviewer.blogspot.com/

    ReplyDelete
  3. here easy method to crack pattern lock
    www.techamongus.blogspot.com

    ReplyDelete
  4. Your method deletes all the user data... including installed apps
    While this method, just removes the lock screen password.

    ReplyDelete
  5. Hi, I'm waiting for the next post, gay!.

    ReplyDelete