ADB Android Debug Bridge 5555

#Install before youconnect to target: sudo apt install adb #Connect with target: adb connect 192.168.101.79 #List Devices adb devices #Start a shell adb shell #Eliminate screenlock adb uninstall com.martianmode.applock More commands https://technastic.com/adb-commands-list-adb-cheat-sheet/

Last updated