Skip to main content

3 Methods to Unlock Android Lock Pattern Device

#Warning: Follow this instruction at your own risk
Android introduced lock pattern security feature that looks awesome and encrypts your device securely, but this can be a problem in case you have forgotten your lock pattern or you have just entered them invalidly for a quit good times. So now you need to unlock your device and get back into your OS, well the one easy way is to bang your phone onto the wall and that might help you in getting rid of that filthy pattern but if you do not want to loose your phone then we have three simple ways that will allow you bypass your lock pattern on Android device.
Well first method includes a simple way of logging in to your Google account and then getting RID of that lock pattern but if you have forgotten your email too then the second method could handy that includes executing few lines of script in command prompt which will allow you to write any pattern and to get into your OS and the third one is hard resetting your device and deleting all the users data.

#1. Unlock Lock Pattern using Email Option

Well this is easiest and recommend way of getting rid of that lock pattern if it works, so you just need to add wrong pattern for 5 times and then if will show you the Forgot Lock Pattern option, then you can login through your Google account and bypass the lock pattern system on your device.

#2. Unlock Lock Pattern using Command Prompt

This is the second way and its confirmed by many online website's that it works great, so lets just hop into the tutorial on how it actually works.
  1. Connect your Android Device to your PC.
  2. Now open Command Prompt as an administrator.
  3. Now type below code into it and press enter.adb shell
    cd /data/data/com.android.providers.settings/databases
    sqlite3 settings.db
    update system set value=0 where name='lock_pattern_autolock';
    update system set value=0 where name='lockscreen.lockedoutpermanently';
    .quit
  4. Now you will some screen like below and then you can reboot your OS and now when your device boots up again try unlocking your device using any lock pattern and it will work pretty fine.
    cmd-prompt
  5. If you face any problem repeat same steps but instead of the above code try using adb shell rm /data/system/gesture.key and press enter and now try rebooting your device and see if it works.

#3. Unlock Lock Pattern using Hard Reset Option

So this is the third method and even developers this works like a charm too, well we will be using the inbuilt Android feature that's Hard reset (every phone has this feature) and this will delete all the user's data which will unlocks the device.

NOTE This method will remove everything from your device except stuff on your SD Card, so make sure you attempt it only if none above method works and you seriously need to unlock your device.

  1. Shut Down your Android Device.
  2. Now we need to hold few buttons combination in order to get our device booted in, well every phone can have different combination so normally its Volume UP + Power button so try that else use below from popular devices.
    • Nexus 7 - Volume Up + Volume Down + Power
    • Samsung Galaxy S3 - Volume Up + Home + Power
    • Motorola Droid X - Home + Power
    • Now these were the popular phones I know, but you have any other phone and above combination is not working then you can Google your phone combination keys and you will get something for sure :)
  3. So now as soon as you see your phone's logo you can release the Power but you should keep holding the Volume Button till you get into the Recovery Mode.
    android-recovery-mode
  4. Now you will see some screen like above just navigate to wipe data/factory reset using volume keys and then press Power button to activate it.
    wipe-android-data-factory-reset
  5. Now you will get the Yes and No option (Google is creative in this isn't it) so slide down to that Yes -- delete all user data option and press that.
  6. Now it will wipe clean your device and will remove all the restrictions and now you can once again login to your OS.

Comments

Popular posts from this blog

9 Free & Open Source Forum Software Solutions

Forums can be a great way to encourage audience participation, and to change a website from a one dimensional entity into a full fledged community. There are a number of well developed open source forums out there on the web to help you create that, each with their own benefits. This review breaks down some of the best software out there in 2011 with a focus on everything from lightweight forum solutions to the all singing, all dancing heavyweights. Vanilla URL: http://vanillaforums.org/ Features URL: http://vanillaforums.org/features/embed-vanilla License: GPL Runs on: PHP / MySQL / Postgres Vanilla has always prided itself on clean underlying code, bringing together web standards, code reuse and css to create a product that kicks lumps out of 1990′s bulletin software that we’ve become accustomed to on the web. With many of the forum software solutions out there on the web carrying a technical burden of tables and bloatware, Vanilla brings with it a fresh approac...

How to Enable Hidden Options in Windows’ Disk Cleanup Tool

How to Enable Hidden Options in Windows’ Disk Cleanup Tool The  Disk Cleanup tool  has been around in Windows for years. It offers a quick way to remove temporary, cache, and other non-essential files to help you free up some disk space. You can even use it to remove  old versions of Windows  after an upgrade to Windows 10. Disk Cleanup also has several hidden options that you can only access if you run it from the Command Prompt or a custom shortcut. Start by opening the Command Prompt with administrative privileges. Press Windows+X and choose “Command Prompt (Admin)” from the list of commands. At the Command Prompt, type the following command and then press Enter. cleanmgr /sageset:65535 /sagerun:65535 Note that where this command uses the number  65535 , you can actually use any number between  1  and  65535  as long as you use the same number in both places. The reason for this is that the  cleanmgr  command offer...

50 Amazing PC Hacks Which You Don’t Know

Today I am going to share  50 Amazing PC Hacks & Tips  which will make you Pro users  of your  windows 7, 8, 8.1, 10   Laptop or PC ,  these  amazing hacks  will help you in your daily tech lifestyle , I hope you don’t even heard of these kind of  50 secrete PC hacks at any social media platform , so let’s begin with  Amazing PC tricks  50 Amazing PC Hacks  #1 How To Access Your Folder As a Drive Go to start> run> cmd In command prompt, Type:  subst Z: D:\folder then hit Enter… You can replace Z: with your desired New Drive Letter (Except existing Drive letters) You can replace D:\folder with the path of your favorite folder Now, Type: exit This will creates a new drive & When you open this , it will open your folder. NOTE: On Restart the Virtual Drive Disappears . #2 How To Create Folder And Files With No Name This Hacks will allow...