July 6, 2021 . 2 MIN READ
You will need:
This method has proved to be the most helpful for users in terms of their feedback after completion. However, this method will only work if you have USB debugging enabled on your Android phone. If you don’t have this option enabled, move on to the second method on the list.
The ADB is used to create a bridge between your PC and your Android device. This bridge can be used to unlock the device and to access your files.
Download the Android SDK package on your PC. You can download it here. Make sure that you download the correct version for your PC. Once downloaded, extract the zip file on your PC.
Download the relevant USB drivers for your phone. You can get the USB drivers for your device from your manufacturer’s website.
Launch the Command Prompt on your PC and change the directory to where the ADB file is located. Type in the following command in Command Prompt.
cd C:/android/platform-tools
Connect your Android phone to your PC using a micro USB cable and enter the following command. If your phone is recognized, you’ll see some numbers in the Command Prompt message.
adb device
Type in the following two commands. You’ll need to type in the second command immediately after the first one. Replace 1234 in the first command with your actual password.
adb shell input text 1234
shell input keyevent 66
If the process is successful, your phone should be unlocked. You can now backup your important files and contacts.