How to bypass/unlock android pattern lock with/without root
The fast growing rate of Android phones in our contemporary society has made is easy for every individual to acquire one for himself or herself. This therefore calls for one to secure his or her phone. One of the easiest ways to lock one's phone is to put a pattern lock. Most people draw their patterns and forget them within a period of time. This calls for a way to bypass/unlock this pattern. The following steps below will help you bypass your lock pattern in case you find yourself in such a shit.
method 1
Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc…) Installed:
INSTRUCTIONS:
- Download the zip Pattern Password Disable on to your sd card (using your PC, as you cant get into your phone, right )
- Insert the sd card into your phone
- Reboot into recovery mode
- Flash the zip
- Reboot
- Done!
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.
method 2
Solution For Everyone Without Recovery Installed – ADB:
What You Need
- A computer running a Linux distro or Windows+Cygwin
- USB cable to connect your phone to the PC
- Adb installed
How to install adb:
1. Open Terminal
2. Type:
“sudo apt-get install android-tools-adb”
➤Hit [Enter]
3. Follow the instructions until everything is installed.
INSTRUCTIONS:
1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type:
adb devices
adb shell
cd data/system
su
rm *.key
4. Done.. 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 Pattern Or Password And it Should Unlock.
method 3
Solution For Everyone Before Lock Accident :
SMS Bypass – Download Link – Install It On Your Device (Download from attachments)
This App Allows You To Remotely Bypass Your Phone’s Screen Lock By Sending A SMS.
It Removes Your Gesture Pattern Or Password After Receiving A Preset Keyword Along With A Secret Code Via SMS.
SMS Bypass App Requires Root.
INSTRUCTIONS:
1.First, make sure you give permanent root access to the app.
2.Change the secret code to your preferred choice. The default password is : 1234
3.To reset your screen lock, send the following message from another phone:
secret_code reset
Example:
1234 reset
Note 1 : There is a space between your secret code and reset. Also the secret code is case sensitive.
Note 2 : There is an option available to change the preset keyword. Default is : reset – Your phone will restart and your lock screen will be reset.
Note 3 : 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.
method 4
Solution For Everyone Via Adb – SQL Command :
INSTRUCTIONS:
- Type This Commands Separated In Your Terminal (CMD Prompt) :
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
- 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 Pattern Or Password And it Should Unlock.
METHOD 5
Solution For Everyone Via Adb – File Removal :
INSTRUCTIONS:
=>Type This Command In Your Terminal (CMD Prompt) :
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.
METHOD 6
Solution For Everyone With USB Debugging Enabled :
INSTRUCTIONS:
Primary Step for all method:
- Download & Extract to anywhere – Bypass Security Hack
- Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
- Run pull settings.db.cmd inside By-pass security Hacks folder to pull out the setting file out of your phone.
- Drag settings.db and drop to SQLite Database Browser 2.0.exe program.
- Navigate to Browse data tab, At table there, click to list down the selection & select secure.
Instruction To Remove Pattern Lock:
- Now, find lock_pattern_autolock, Delete Record
- Close & save database
- Run push settings.db.cmd and reboot your phone
Instruction To Remove PIN Lock:Create
- Now, Find Or Create lockscreen.password_type, double-click & change it’s value to 65536, Apply changes!
- Now, find lock_pattern_autolock, Delete Record, If doesn’t exist, Ignore
- Close & save database
No comments:
Post a Comment