Monday, December 22, 2014

Bypass the pattern/password of your Android Phone

  • Make sure that your computer is set up with ADB (Android SDK).
  • Make sure that your Android device setting for "USB Debugging" is ENABLED.

       Home>Apps>Settings>Developers options>USB debugging> check the box to enable

  • Your Android device must have root permission...
  • Make sure that your computer is equipped with necessary drivers and use your native USB cable.

Now, Follow these Steps:

  • Plug-in the device with your USB cable in your PC
  • Go to "Run" and type "cmd" to launch a Command Prompt
  • In the cmd window, type "adb shell" command and hit <enter>
  • After entering type "su" command ... this will take you in superuser mode
  • Then type "rm /data/system/*.key" and hit <enter>
  • You are done... Now, select random pattern/password you want
If you have any problem you can mention it in the comment...
Hope this help :) hit like or share it to your friends !!

No comments:

Post a Comment