Search This Blog

Thursday 18 December 2014

Recover Your Blocked PIN/Password/Pattern using ADB

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 mu yung Android-sdk_r12-windows.zip sa C:''
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 nyu, Samsung,HTC. USB OEM Driver According to Vendors
2. Attach mu 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)
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!
LiveSuit Pack Driver
Qualcomm/Cloudfone Drivers

GET LATEST SDK!



You Must Need To Register Or Login To View Links ! This Will Take Just Few Seconds !

No comments:

Post a Comment

Translate