https://www.youtube.com/watch?v=swV-BUt8HQg
How to unlock pattern lock or pin code on android without losing data. https://goo.gl/GokS1S
how to unlock android phone pattern lock without factory reset. Unlock Pattern Without losing Data: If you have locked out of the Android phone with pattern or Pin code, then simply follow the tutorial.
2nd method link:
Android SDK tool:
https://developer.android.com/studio/...
Commands:
put these commands:-
Code to Reset Pattern:
ADB SHELL RM /DATA/SYSTEM/GESTURE.KEY
Code To Reset PIN Password:
ADB SHELL RM /DATA/SYSTEM/PASSWORD.KEY
3rd Method link: Aroma File manager
http://forum.xda-developers.com/showt...
Things Required
Aroma File Manager
Custom Recovery installed
LIKE | SHARE | SUBSCRIBE FOR MORE VIDEOS LIKE THIS
THANKS FOR WATCHING! --ENJOY--
Follow on Google+ https://plus.google.com/+FahedZaman
Follow on Twitter : https://twitter.com/FahedZaman
Like on Facebook: https://www.facebook.com/fahedzaman
This tutorial addresses the following issues:
How to Unlock Android Pattern or Pin Lock without losing data
how to unlock android pattern lock without internet connection without losing data
how to unlock android pattern lock without factory reset
unlock android pattern lock software
how to unlock pattern lock without internet
how to reset pattern lock on android without google account
how to unlock android phone password without losing data
how to unlock android phone after too many pattern attempts without factory reset
how to unlock android pattern lock if forgotten
how to unlock pattern lock on android
how to unlock android phone password
how to hard reset android phone
For More Videos:
How to Hide Photos and Videos without any App
https://www.youtube.com/watch?v=BAZTl...
How to Download Paid Apps Games For Free on Android
https://www.youtube.com/watch?v=2qEO7...
Download Windows 7 / 8.1 / 10 & MS Office Free from Microsoft without Product key
https://www.youtube.com/watch?v=fBEKh...
How to Make Android Phone Look Like iPhone | No RooT
https://www.youtube.com/watch?v=iBb6m...
How to install 2 / 3 WhatsApp on same phone | No Root
https://www.youtube.com/watch?v=dbemP...
Hack Whatsapp Messages | How to See Someone Whatsapp Messages On Your Phone
https://www.youtube.com/watch?v=REYF_...
How to Use Whatsapp without Phone Number | Whatsapp without Sim
https://www.youtube.com/watch?v=83y6D...
How to Display Android Screen to PC | No Root | WiFi | USB
https://www.youtube.com/watch?v=EV51Q...
How To Get Product Key For Windows & MS Office
https://www.youtube.com/watch?v=DD0lN...
How to access PC files from anywhere on your Mobile
https://www.youtube.com/watch?v=vnCek...
If you found this tutorial helpful be sure to leave a LIKE and SUBSCRIBE for more content from me!
--=================================================================
Basic ADB commands
ADB push (sends files to your phone) -- adb push c:\example.apk /sdcard/example.apk
ADB pull (Receives files from your phone) -- adb pull /system/app/example.apk c:\example.apk
ADB install (installs application) -- adb install c:\example.apk
adb shell (Begins shell connection with phone)
adb reboot (reboots phone)
adb reboot recovery (reboots phone into recovery)
adb reboot bootloader (reboots the phone into bootloader/the white screen)
adb remount (remounts the system)
Commands to run while in ADB Shell
cd (changes directories) -- cd /system/app
ls (lists all files in the directory) -- cd /system/app
rm (removes files) -- rm /system/app/example.apk
cp (copies files) similar to cat -- cp /system/app/example.apk /sdcard/example.apk
cat (copies files) -- cat /system/app/example.apk > /sdcard/example.apk
exit (exits shell) – exit
https://www.youtube.com/watch?v=NPYCpbMoWkQ
אין תגובות:
הוסף רשומת תגובה
:)