HACKING/BYPASSING ANDROID LOCKSCREEN PATTERN, PASSWORD OR PIN




Imagine forgeting your android lockscreen password or pin or pattern, or you suspect your girlfriend or boyfriend is cheating and  you want to access his/her pics, chats or videos or any evidence in her phone? well, you would like to cut the frustration
I will give a few methods, simple for beginners and others for advanced users.

Method one.

Unlock your Android device using Android Device Manager (ADM) 

 Method only applies to devices that have Android Device Manager enabled.
    >On a computer or other mobile phone, visit: www.google.com/android/devicemanager
    >Sign in using your Google login details that you also used on your locked phone.
   > In the ADM interface, select the device you need to unlock (if it isn’t already selected).
    >Select ‘Lock’
   > In the appearing window, enter a temporary password. You don’t have to enter a recovery message. Now click ‘Lock’ again.
   > If it was successful, you should see a confirmation below the box with the buttons Ring, Lock and Erase.
    >On your phone you should now see a password field in which you should enter the temporary password. This should unlock your phone.
   > Now, before you go on with your life, go to your phone’s lock screen settings and disable the temporary password.
   
>use the password to unlock
 

Method two

using custom recovery and “Pattern Password Disable” (SD card needed)


This method is for more advanced Android users that know what the terms “rooting” and “custom recovery” mean, but anyone who undeerstands it can do it. You need any kind of custom recovery installed and your phone must have an SD card slot. You need to transfer a ZIP file to your phone and that’s usually not possible when it’s locked. The only way is to insert an SD card with the file. thats if your device supports external sd cards.
The android custom recovery looks like those in the picture below and above

Follow the steps:
>    Download the Pattern Password Disable ZIP file on your computer and put it on an SD card.
>insert the SD card into your phone.
>Reboot your phone into recovery.
>Flash the ZIP file on your SD card.
>Reboot.
>Your phone should boot up without a locked screen. Should there be a password or gesture lock screen, don’t panic. Just type in a random password or gesture and your phone should unlock.

Method three; {this may not work on all devices}

*Call your locked phone from another one.
*Accept the call and hit the back button during the call
*This should give you complete access to your phone
*Go to your phone’s security settings and try to remove the pin or pattern. To do so, you first need to put in the current one, which you obviously don’t know anymore. The only way is to guess and try out different combinations until you get it right. Should you get this far, then you can disable the pin or set a new one.

Method four

Use ADB to Delete the Password File

This next option will only work if you've previously enabled USB debugging on your phone, and even then, it will only work if you've allowed the computer you're using to connect via ADB. But if you meet those requirements, it's a perfect way to unlock your device.

Start by connecting your phone to your computer with a USB data cable, then open a command prompt window in your ADB installation directory. From here, type the following command, then hit Enter.

    adb shell rm /data/system/gesture.key

reboot your phone and the secure lock screen should be gone, this is only temporary, so make sure to set a new pattern, PIN, or password before you reboot again.

Method five [for android lollipop 5.1 and 5.0]

Crash the Lock Screen UI

Finally, if your device is encrypted and running Android 5.0-5.1.1, there's a way to get around the password lock screen. This method won't work on any other type of secure lock screen, but it's a lifesaver if you forgot your password.

First, tap the "Emergency Call" option on your lock screen, then use the dialer interface to enter 10 asterisks. From here, double-tap the field to highlight the entered text and choose "Copy," then paste it into the same field to essentially double the amount of entered characters. Repeat this same process of copying and pasting to add more characters until double-tapping the field no longer highlights the characters.

Next, head back to the lock screen and open the camera shortcut. From here, pull down the notification shade and tap the Settings icon, then you'll be prompted to enter a password. Long-press the input field and choose "Paste," then repeat this process several more times. Eventually, after you've pasted enough characters into the field, your lock screen will crash, which will allow you to access the rest of your phone's interface.

 

Method six 

Bypass Smartphone Lock Screen Through Viber App:

>First send viber message to victim
>Victim get viber message popups do some action on it.
>Then send another message to victim mobile.
>Victim mobile again get popup. Press back button of victim mobile.
>Now you get a full access of victim phone.

METHOD SEVEN

Using  Adb - SQL Command {works on almost all devices}

Using cmd in windows, like the one shown in the image above, type the following commands/code, separated with spacebar and hit enter...

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

Reboot your phone and you are free...

>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<

0 Response to "HACKING/BYPASSING ANDROID LOCKSCREEN PATTERN, PASSWORD OR PIN"

Posting Komentar