...
To validate the smartphone integration in the GREENSPECTOR workflow, you can do the following tests .
...
on the computer :
- If android SDK is not installed, you can download and install Android SDK on your computer.. Installation guide: https://developer.android.com/studio/releases/platform-tools
- Connect your smartphone to your computer using a USB cable.
- In a shell, execute the command
adb tcpip 5555
. (if adb is not in your path, find adb executable and run ./adb tcpip 5555) - Disconnect the USB cable and find the IP address of the smartphone in the configuration Menu (About > State).
- Connect your computer to the smartphone using the command
adb connect <smartphone_ip>
.
...