Yes !!
We Are Back :)
If you have forgotten your Pattern lock of your android , Need Not to worry
and You will not Lose any data
and You will not Lose any data
We are here for you :)
Follow the steps and Enjoy
STEPS TO RECOVER THE UNLOCK PATTERN WITHOUT LOSING DATA
STEP 1Download the Android Sdk tools in your PC according to the platform you use: Mac, Windows or Linux
STEP 2
Now you have to install packages for Android SDK Platform tools as shown in the screenshot below.
STEP 3
Connect the locked android phone to your PC or laptop via a USB cable.
STEP 4
Once the phone appears on your PC, open up the folder where you installed the Android SDK tools.Move to the location as shown below
C:\>>Users>>User>>AppData>>Local>>Android>>Android SDK>>Platform tools.
STEP 5
In the window that appears, press the shift key and together with it, right click on a blank space. Choose the option Open Command Window here.
STEP 6
In the command prompt that opens up, type the following command that checks whether your device is connected or not.
adb devices
The list of devices attached with appear.Once you find your device there, type the following command there.
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
If the above command doesn’t work, type the one below
adb shell rm /data/system/gesture.key
STEP 7
Reboot your phone now to find the pattern disabled. That’s it. And yeah, also to your surprise, you find that none of your data has been lost.
0 comments:
Post a Comment