Monday, 6 January 2014

How to bypass pattern lock on android

No comments :

Pattern lock can be easily byapssed on android using your email but what if
you forgot your email password too here is a cool trick to unlock the pattern

[b]Method 1


    * Connect your device with the computer via USB cable
    * Open Command Prompt and key in the exact code as displayed below:


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

    * Reboot your device
    * You may now unlock your device providing whatever pattern you like
Image has been scaled down 10% (600x317). Click this bar to view original image (660x348). Click image to open in new window.
[Image: cpFG1.jpg]



Method 2
If the above method doesn't work, try using the following code instead:

adb shell rm /data/system/gesture.key
Image has been scaled down 10% (600x317). Click this bar to view original image (660x348). Click image to open in new window.
[Image: HhFe0.jpg]


Bypass-Android-Pattern-Unlock2-PC
After rebooting, unlock your device using ay preferred pattern. As evident from the above, neither method disables the pattern unlock. Instead, they just nullify the pattern order on the lock screen

Both methods have successfully been tested using a combination of HTC
Desire Z (running CyanogenMod 7.2) and Windows 7 (64-bit Edition), and a
good thing about these solutions is that they work independent of, as well as in
tandem with, each other, so no harm in deploying them both simultaneously.
Once you regain access in to the OS, head over to the system security settings,
reselect your preferred unlock method, and you're good to go.

DON'T FORGET TO LIKE THE PAGE

No comments :

Post a Comment