Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If android SDK is not installed, you can download and install Android SDK. If you do not need the sdk in this computer after the test, you can only download  Installation guide: https://dldeveloper.greenspectorandroid.com/publicstudio/androidsdkreleases/platform-tools.zip, unzip the archive and find the adb executable.
  2. Connect your smartphone to your computer using a USB cable.
  3. In a shell, execute the command adb tcpip 5555. (if adb is not in your path, find adb executable and run ./adb tcpip 5555)
  4. Disconnect the USB cable and find the IP address of the smartphone in the configuration Menu (About > State).
  5. Connect your computer to the smartphone using the command adb connect <smartphone_ip>.

...