Alternative Method To Break The Pattern Lock Screen

Rock$tar Mahi

Learner
Joined
Aug 23, 2013
Messages
60
Reaction score
4
Hello Frndss.. Here is Alternative Method To Break The Pattern Lock Screen..

Alternative method to break the pattern Lock Screen:-




For few mobiles the previous method does not work, so they need to go for an alternative method to unlock their mobile. Here comes the alternative step to break the pattern Lock screen.



1) Have USB Debugging enabled again as we saw it earlier. This can be done by Go to Settings à Application à Development à USB Debugging



2) Plug your data cable back into your phone. This links your phone with your mobile.’



3) Click on the Start button on your Computer, type cmd which means “ Command Prompt”



4) This opens a Command Prompt window, there you type adb shell and click enter



5) Then type cd /data/data/com.android .providers.settings/databases hit enter



6) Then type sqlite3 settings.db hit enter



7) Type update system set value=0 where name=’Iock_pattern_autolock’; hit enter



8) Type update system set value=0 where name=’lockscreen.lockedoutpermanently’;



9) Then finally type .Quit







The coding to be used in CMD prompt-----





adb shell



cd /data/data/com.android .providers.settings/databases



sqlite3 settings.db



update system set value=0 where name=’Iock_pattern_autolock’;



update system set value=0 where name=’lockscreen.lockedoutpermanently’;



Quit




If i helped u please give me one like. :)
 
Top