Hacking And Bypassing Android Password/Pattern/PIN.
This Is For Educational Purposes Only.You Shall Not Use This On Other People Phones Without Permission Under Any Circumstances I'm Not Responsible For Any Eventual Errors And Misbehaving Of Your Devices Files And Tutorials Are Used And Partially Created According My Expirience And Also Collected From Internet & XDA Forums All Regards Are Going To Their Authors
Requirements:
- Usb Debugging Enabled
- In Case Usb Debugging Isn't Enabled And You Have Recovery,
- For Some Methods Root Is Not Required.
Method No :-1
Solution For Everyone With Recovery (Cwm, Twrp, ,Etc...) Installed:
INSTRUCTIONS:
- Download this zip Pattern Password Disable (HERE) on to your sdcard
- Reboot into recovery mode
- Flash the zip
- Reboot
- Profit.
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 No :-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
INSTRUCTIONS:
- Connect you (turned on) Phone to the Computer via USB.
- Open a terminal window.
- Type code:
adb devices
adb shell
cd data/system
su
rm *.key
4. Done...Now You Just Have To Reboot.
METHOD No. :-3
Solution For Everyone Via Adb - File Removal :
INSTRUCTIONS:
- Type This Command In Your 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.
No comments