Android Debug Bridge Setup
Enable developer mode on the device
This may need to be requested from the manufacturer.
- Open settings
- Open device info (may vary depending on manufacturer)
- Look build number and tap 7x until a notification pops up (activates developer options)
- Go back to settings and find the Developer Options
- find the option USB Debugging and activate it
Download and install Android Debug Bridge (ADB)
Start Android Debug Bridge (ADB)
adb start-server
Connect to the device
adb connect <IP address>
Confirm any trust message that the device displays.