HOW TO UNLOCK SMARTPHONE PATTERN USING COMMAND PROMPT

Sometimes we are caught up with forgotten pins and pattern locks for our smart phones. We normally take to experts to flash the phone and do some few gigs here and there and take our hard earned money. Well I Wana show to a tutorial of how you can remove the screen pattern with just your inbuilt command prompt that comes with all computers. 

Before we begin, we shall require the following.
          1. A smart phone with a lock screen.
          2. A computer with admin account rights.
Let's start

Ads

1. Connect your android phone to your computer via a USB. Make sure your computer is able to recognize the phone connected. If this fails then you need to install the drivers. Click here to find some computer drivers

2. Open Command prompt administrator. To do this, search for the key word "command prompt" or open RUN and type the word "command prompt".
Command Prompt is a black and white code screen that helps you access files, backend procedures. All these can be viewed only if you do it right.
So make sure you locate the command prompt using the Admin account on your computer.

Note: This tutorial will work for only some phones. Most phones with strong encryption will not respond to the commands. LuckyMobile Solutions will hold no responsibility for whatsoever results from the tutorial. Users must use this for educational purposes only.

3. Now in command prompt window type following code carefully  

adb shell cd/data/data/com.android.providers.settings/databases sqlites settings.db  update system set value=0 where name=’lockpatternautolock’; update system set value=0 where name=’lockscreen.lockedoutpermanently’; .quit

The above code will update your screen lock pattern to null.

4. Now you will see some screen as shown below
Ads

You can reboot your phone and when your android starts again, then try unlocking it using any random pattern and it will unlock and work pretty fine.

5. If you face any problem repeat same steps but instead of the above code try using  

adb shell rm/data/system/gesture.key 

Press enter and now reboot your device to see if it works. If all has been done properly, nothing would be a problem.





Post a Comment

Please Select Embedded Mode To Show The Comment System.*

Previous Post Next Post