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!

[TUT]Recover Your Blocked PIN/Password/Pattern using ADB

Status
Not open for further replies.

scottroyce7

Apprentice
Advanced Member
Messages
51
Reaction score
0
Points
26
IMPORTANT REMINDER: DO AT YOUR OWN RISK!​


FOLLOW THESE INSTRUCTIONS CAREFULLY:

1. Install muna ang mga kailangan na nasa baba ng post na to attachments
A. Extract mo yung Android-sdk_r12-windows.zip sa C:\ (Para madali malocate)
B. Punta sa SDK Manager at MagInstall ng Platform Tools, (Make Sure may Internet Connection kayo)
C. Install ang ADB Driver, at yung OEM na debugging driver nyo, Samsung,HTC.
USB OEM Driver According to Vendors
2. Attach mo yung Mobile/Tablet in debugging mode in Cold Boot Procedure, Cold Boot - Tanggalin ang Battery while nakasaksak sa pc
3. Go to Run>type "cmd" without quotations​
4. At Cmd type the FF (separated mga lines)
"cd C:\android-sdk\platform-tools"
then "ADB"

Code:
adb devices (verify device kung nababasa nya ba or hindi)
adb shell
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system set value=0 where name='lock_pattern_autolock';
update secure set value=0 where name='lock_pattern_autolock'; (for some devices update “system” is enough but I had to update “secure” too)
update system set value=0 where name='lockscreen.lockedoutpermanently';
update secure set value=0 where name='lockscreen.lockedoutpermanently';
.quit
exit
adb reboot

Pag di parin gumana:
Code:
adb shell rm /data/system/gesture.key

Attachments:
ADB Driver
Android SDK



Some of its Vendor's Drivers!
Qualcomm/Cloudfone Drivers

GET LATEST SDK!


http://developer.android.com/sdk/index.html



COMMON Q&A:
Q: Gumagana po ba to sa mga non-rooted/rooted?
A: Oo, gumagana to para sa lahat ng Android Tablets/Mobiles

Q: Bakit di nagreread ang Mobile/Tablet ko sa PC?
A: Make Sure na Debugging Mode ang Tablet/Mobile mo,Ensure mu na Installed na lhat yung drivers na kailangan

Q: Ba't Ayaw machange into Debugging Mode ang Android ko?
A: Irestart ang Android several times depende kasi sa Version at OEM
Q: Bakit di Lumabas Drive Name sa ADB Command Line?
A: Make Sure na Running ADB.exe nyo, either di mo ni set ung Device Adminstrator sa PC , DALVIK(DDMS) lg po, dpat po correct drivers ang pakainstall (Windows7)

LIST OF BRANDS AND VENDORS NA GUMANA:

HUAWEI
ASUS
SKK MOBILE
STARMOBILE
CLOUDFONE
CHERRY MOBILE
OPPO
VIVO
SONY
LENOVO
CHERRY MOBILE
MYPHONE

Feel Free to ASK :praise:
Pa hit naman ng Thanks dyan :thumbsup:
Zamboanga Area :yipee:
--------
Update - 04/01/2018 - Working as of Android version v6.0, not included fingerprint password recovery

Update - 6/22/2023 - Info Cleanup: Not working anymore for most modern android devices due to android strict security implementation measures. I just found out this was a vulnerability on android that took around 7 years long to fix.
 
Last edited:
Ayos to. Eto gagawin ko kung sakali.
Pero hindi ba pwedeng factory reset lang?
 
feedback lg sir if wat man , post lg ako tutorials dito :) :excited:
 
pano ko madedebug sir ung locked tablet? Di ko maaccess yung settings

ps. Thanks nga pla sa pagdirect sakin d2 sir :)
 
Last edited:
pano ko madedebug sir ung locked tablet? Di ko maaccess yung settings

ps. Thanks nga pla sa pagdirect sakin d2 sir :)

ano model? at anong version ng android? :)
 
taiwan mypad p2..di ko alam ang version ng android
 
sir di ko maintindihan kung pano to gawin..hehehe
 
sir di ko maintindihan kung pano to gawin..hehehe

may pictures po ba kayo n
g tabley pati mga buttons nito? :)

uploading on youtube *.*
 
Last edited by a moderator:
sir panu po kung sa starmobile table engage 9 po ? panu po ako magcocold boot? ty
 
Status
Not open for further replies.
Back
Top Bottom