Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

How to Bypass Android Pattern Lock!!!

cyrilkun

Amateur
Advanced Member
Messages
148
Reaction score
0
Points
26
Unlock Lock Pattern Using Command Prompt

Step 1: Connect your Android Phone to Your Computer.
Step 2 : Open command prompt as administrator.
Step 3 : Now in command prompt window type the following code carefully exactly as it is and then press enter.

Code:
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

Step 4 : Now you will some screen as shown below and then you can reboot your phone and now when your will start again then try unlocking your phone using any random lock pattern and it will work pretty fine.

View attachment 175991

Step 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 try rebooting your device to see if it works.

Requirements:
Android drivers and android debug bridge(adb) ;)

Suggestion:
Please enable USB debugging mode on your phone


Credits to : Amar Hacker
 

Attachments

  • Amar Hacker Bypass Android Lock Pattern using command prompt.jpg
    Amar Hacker Bypass Android Lock Pattern using command prompt.jpg
    12.6 KB · Views: 294
Last edited:
'adb' is not recognized as an internal or external command, operable program or batch file.
 
'adb' is not recognized as an internal or external command, operable program or batch file.

have you tried it yourself?

- - - Updated - - -

I have one more trick for this ,, I just want to share the first one. If many finds it good , I might share the other one,,
 
Last edited:
Problema sir papaano kung di naka on sa developer's mode ang usb debugging . Mag wowork pa rin kaya ito sir? Naencounter ko kasi once na di naka on ang usb debugging di sya narerecognize ng pc. Baka may idea kau sir for any work around sa ganitong problem without hard resetting the device.
 
Problema sir papaano kung di naka on sa developer's mode ang usb debugging . Mag wowork pa rin kaya ito sir? Naencounter ko kasi once na di naka on ang usb debugging di sya narerecognize ng pc. Baka may idea kau sir for any work around sa ganitong problem without hard resetting the device.

as in di mu mapagana yung usb debugging mode??? rare case ata yan,,, lahat ng android phone ang alam ku gumagana lahat yan,, peru try mu pa rin kung gagana,,

- - - Updated - - -

'adb' is not recognized as an internal or external command, operable program or batch file.

nah~! you need to have a adb files there.. that's one of the requirements ;)

Requirements:
Android drivers and android debug bridge(adb)
 
salamat..pabm in case lang
 
i tried many times this T_U_T..
but is not working if your ADB ( android debug bridge ) not ENABLED..

TIA
 
i tried many times this T_U_T..
but is not working if your ADB ( android debug bridge ) not ENABLED..

TIA

so nagwork ba sya nung may adb ka na?? ahhaha working yan 100 % eh ahha
 
ts paki lagay mo na pag naka check lang yung usb debuging gagana to kc gagamit ka ng android debug bridge(adb) eh:salute:
 
tanx dito sir sa info paano po ba yun pag debuggng e bypass f nka off paano byun
 
kelangan nyo muna ng adb files para mapagana yung adb commands..
i dl nyo nlang yung inattach ko ng file tapos i extract nyo yung laman
tapos punta kayo sa loob ng folder na naextract (kung sa C:\ nyo inextract type nyo cd \mini-sdk)
then saka nyo gawin ung command na nakalagay..

Edit..
Isinama ko na rin yung installer ng driver ng phone in case wala kayo....
 

Attachments

  • mini-sdk.zip
    553 KB · Views: 229
  • PdaNetA4150.zip
    3.1 MB · Views: 278
Last edited:
Back
Top Bottom