Advertisement
efxtv

Unlock Android phone with Python code

Jul 4th, 2024 (edited)
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | Cybersecurity | 0 0
  1. Unlock Android phone with Python code
  2.  
  3. Telegram POST
  4. https://t.me/efxtv2/3836
  5.  
  6. How to use:-
  7. Install adb
  8. $ sudo apt install adb
  9. - Turn on WiFi, enable networking between Ubuntu & Android
  10. - Enables ADB (USB debugging) in Android
  11. - Connect Android Device with Ubuntu Linux via USB
  12. - Allow Ubuntu to connect ADB to Android
  13. - Run command to start and connect with Android via ADB
  14. $ adb tcpip 5555
  15. $ adb connect IP:5555
  16.  
  17. # Run Python script
  18. $ python3 unlock.py wordlist.txt
  19.  
  20. Download the Python file here https://t.me/efxtv2/3837
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement