100% found this document useful (4 votes)
4K views6 pages

(Tutorial) Hacking - Bypassing Android Password - Pattern - Face - PIN - Hack Cave PDF

The document provides 7 methods for bypassing the password, pattern, or facial recognition lock on Android devices. Method 1 involves flashing a zip file in custom recovery to disable the lock screen. Method 2 uses Aroma File Manager in custom recovery to delete key files related to the lock. Method 3 removes key files using ADB if no custom recovery is installed. Method 4 and 5 use ADB commands to modify database settings or delete key files. Method 6 uses a program to edit the database directly. Method 7 involves installing an app before getting locked out to allow remote bypass by SMS.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (4 votes)
4K views6 pages

(Tutorial) Hacking - Bypassing Android Password - Pattern - Face - PIN - Hack Cave PDF

The document provides 7 methods for bypassing the password, pattern, or facial recognition lock on Android devices. Method 1 involves flashing a zip file in custom recovery to disable the lock screen. Method 2 uses Aroma File Manager in custom recovery to delete key files related to the lock. Method 3 removes key files using ADB if no custom recovery is installed. Method 4 and 5 use ADB commands to modify database settings or delete key files. Method 6 uses a program to edit the database directly. Method 7 involves installing an app before getting locked out to allow remote bypass by SMS.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

11/25/2018 [Tutorial] Hacking/Bypassing Android Password/Pattern/Face/PIN | Hack Cave

[Tutorial] Hacking/Bypassing Android Password/Pattern/Face/PIN

Android is one of the most popular SmartPhone Operating System. As of now, there are over a billion android
users. Every android user must be familiar with Pattern/PIN lock/Face Recognition, a security feature which
ensures authorized access to their devices.  But sometimes the users forget the pattern or they try the wrong
pattern more than the permitted number of tries allowed, getting locked out. In this guide, I have collected almost
all possible methods to break/bypass a pattern/PIN/Face protected android device.

Disclaimer; Do at your risk. I am not responsible for any damages caused and hacking someone's phone is a crime.

Follow the below given methods one by one.

Don't forget to check this post: How To Hack WiFi Using Android
Method 1 ( Only If Custom Recovery like Cwm, TWRP, Xrec, Etc... is
Installed:)
 
Procedure:

1. Download this zip Pattern Password Disable on to your sd card (using your PC, as you can't get into your phone)
2. Insert the sd card into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!

http://www.hackcave.net/2015/10/tutorial-hackingbypassing-android.html 1/6
11/25/2018 [Tutorial] Hacking/Bypassing Android Password/Pattern/Face/PIN | Hack Cave

Note: After Restarting if it still asks any pattern/PIN, just try some random pattern/PIN

Method 2 (For All Devices With Custom Recovery Installed )


 
Procedure (Using Aroma File Manager)

1.Download and Copy Aroma File manager.zip to your memory card.

2. Open your recovery (press volume Down + Power button or it can be different according to the phones.
Generally, the phones who have pressable button on the middle they have to press all three buttons. Google for
your pattern)

3. There will be an option in recovery called “mount”. Go in that option and then mount all the cache and
everything that is there.

4. Then select “update” and select “apply update from SD/external” and select aroma le manger.zip  le that you
downloaded.

5. After Flashing or updating, the aroma le manager will open. Use volume keys for up/down and power button 2
select like you use to get into recovery.

6. In aroma File manager, Go to menu, which is located on the bottom strip and then select Settings.

7. Go to bottom n select “mount all partition in startup ” then exit from aroma le manager.

8. Now after exit, re-update that aroma le again and it will open again.

9. Go to data >> and then System.

Then nd ‘gesture.key’ (for pattern lock) and ’password.key’ (for password lock) then long touch on gesture.key or
password.key and sum option will be prompted, choose to delete and delete that le and restart.

Note: After Restarting if it still asks any pattern/PIN, Read :just try some random pattern/PIN

Read: Hacking Android: Pattern Lock Guessing Vulnerability

Method 3 (No Custom Recoveries Installed)


 
Requirements. 

PC(Linux or Windows+Cygwin Installed)


USB Cable and
adb(Android Debug Bridge) installed.

http://www.hackcave.net/2015/10/tutorial-hackingbypassing-android.html 2/6
11/25/2018 [Tutorial] Hacking/Bypassing Android Password/Pattern/Face/PIN | Hack Cave

How to install ADB(Linux)

Open Terminal Type the below command and hit enter.

sudo apt-get install android-tools-adb

Follow the instructions until everything is installed.

How to install ADB(Windows)

Download the .exe and run it. For download & Instrutions refer the guide here
 
Procedure

Connect the phone to the computer via USB(phone should be turned on).
Open a terminal window(Linux) or cmd(windows).
Type the below commands one by one, pressing enter.

adb devices
adb shell
cd data/system
su
rm *.key

That's all. Reboot the device. 

Note: After Restarting if it still asks any pattern/PIN, just try some random pattern/PIN

Method 4 (All Devices Via ADB - SQL Command)


Open terminal(Linux)/cmd(Windows) and type the following commands, each at a time, followed by enter. 

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

Done. Reboot the device.

Note: After Restarting if it still asks any pattern/PIN, just try some random pattern/PIN

Don't forget to check: Task Hijacking Attack: Another Dreaded Android Vulnerability 
http://www.hackcave.net/2015/10/tutorial-hackingbypassing-android.html 3/6
11/25/2018 [Tutorial] Hacking/Bypassing Android Password/Pattern/Face/PIN | Hack Cave

 
Method 5 (All Devices Via ADB - File Removal )

Procedure:

Open terminal(Linux)/cmd(Windows) and type the following command.

adb shell rm /data/system/gesture.key

That's it. You should be able to use the device without password/Pattern lock now. If it asks for password?pattern
at startup just give any random pattern/PIN

Method 6 (All Devices With USB Debugging Enabled )


 
Procedure: (Primary Steps)
Download & Extract Bypass Security Hack program. 
Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
Navigate to By-pass security Hacks folder and open Terminal/Cmd there. 
Run the le pull settings.db.cmd this will pull out the setting le 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 & delete secure

Instruction To Remove Pattern Lock:

Continuing the above procedures, nd the record named lock_pattern_autolock, and delete it.
Close & save database
Run push settings.db.cmd and reboot your phone

Instruction To Remove PIN Lock:

From the list, nd lockscreen.password_type, double-click it & change it's value to 65536, and apply
changes. (Note: If that le is not there create it)
Next nd lock_pattern_autolock, and delete record, If doesn't exist, Ignore
Close & save database
Run push settings.db.cmd and reboot your phone

Instruction To Remove Password Lock:


Find lockscreen.password_salt, Delete Record
Next nd lockscreen.password_type, Delete Record
Close & save database
Run push settings.db.cmd and reboot your phone
http://www.hackcave.net/2015/10/tutorial-hackingbypassing-android.html 4/6
11/25/2018 [Tutorial] Hacking/Bypassing Android Password/Pattern/Face/PIN | Hack Cave

As always give any random password/PIN/Pattern if it asks in the rst boot.

Are you a Smartphone User? Then do not forget to read this post : Ad network DDoS
Vectors: Using Smartphones For Mass DDoS Attack 

Method 7 (Taking Precaution Before Lock Accident) :


As the title says, this method will act as a precaution, before you get locked up, while you still have access to the
device.

SMS Bypass [Root Required]- Download  & Install It On Your Device. 


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.

Procedure:

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.

If None Of The Above Methods Work, Do Factory Reset/Full Wipe The Device

Credits: XDA Forums

 
Also Check This Post: How To Hack WhatsApp By Phishing 
 
Also, Check This Tutorial: Hack Windows 10 Login Password in 2 Minutes [Works For All
Windows Versions]
http://www.hackcave.net/2015/10/tutorial-hackingbypassing-android.html 5/6
11/25/2018 [Tutorial] Hacking/Bypassing Android Password/Pattern/Face/PIN | Hack Cave

 
Don't Forget to Read: CreeHack : Hack In-App Purchases on Android [No Root]

http://www.hackcave.net/2015/10/tutorial-hackingbypassing-android.html 6/6

You might also like