Tuesday 26 November 2013

Hack android lock screen with CMD....





This method is the most effective one but its not that user friendly because it includes command line. This following method will allow you to write any pattern and to get into your OS.
Now follow these steps:
1. Connect your Android Phone to Your Computer.
2. Open command prompt as administrator.
3. Now type in the following code in the command prompt as it is 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 see some screen and then you can reboot your phone and now try unlocking your phone using any random lock pattern and it will 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 

 and then press enter and now reboot your device.

No comments:

Post a Comment

Popular Posts