Showing posts with label Mobile Hacking. Show all posts
Showing posts with label Mobile Hacking. Show all posts

Wednesday 25 June 2014

// // Leave a Comment

Bypass Android Pattern Lock


Bypass Android Pattern Lock


It can be extremely frustrating when you've forgotten the pattern you use to lock you smartphone( here Android), and even more so if someone has managed to prank you by changing it.Luckily, there's an easy fix..

Just follows the below procedures....

METHOD: 1
Solution for everyone via Adb-SQL Command:

INSTRUCTIONS:

1. Type this command seperated in your terminal (CMD Prompt):

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

2. now you just have to Reboot.

Note:If you see the Gesture pattern grid or password after Restarting.Don't worry.just try any Random password and it should unlock.



Method: 2
Solutions for everyone via Adb-File Removal

INSTRUCTIONS:

1. Type this command in the terminal (CMD Prompt):
Code:
adb shell rm /data/system/gesture.key

Note: If you see the Gesture Pattern Grid or Password after restarting. Don't Worry. Just Try any random pattern or password and it should Unlock.
Read More
// // Leave a Comment

Hard Reset Android Phones

Hard Reset Android Phone


It's time to reset your factory setting, using this Hard reset method. This will work even after you have forgotten your password. After the Hard Reset the whole phone memory data will be erased that was set earlier even your password too.

Just follow the below procedure:

1. Switch off your cell..

 

2 Press and hole the recovery button....
You will need to hold and press the buttons for few seconds
Some Common button combimation includes:

-> Volume UP + Home + Power .
->Volume Down + Power
->Home + Power
-> If none of the above word, do a wb search with your mobile model.




3.Select Wipe data/ Factory reset by navigating using volume button and to select use power button ( SOme models uses camera button).




4. Inside that select " Yes - delete all users"



5. Now thats all , wait for the mobile to reboot.



I hope you would like this post, just follow us to know more hack tricks...















Read More