Skip to content

manual/generic/android/adb-over-ethernet

Description

Test if ADB over ethernet works well

Maintainer

  • botao.sun@linaro.org

OS

  • android

Scope

  • functional

Devices

  • panda
  • panda-es
  • vexpress-a9
  • vexpress-tc2
  • arndale

Steps to reproduce

  • Configure ADB over Ethernet by follow the instruction on the below webpage: https://wiki.linaro.org/Platform/Android/SetupAdbOverTcp
  • Run following commands(Replace the content in <> to yours): $ sudo adb shell $ ls $ exit $ sudo adb push /sdcard $ sudo adb pull /sdcard/ ./ $ sudo adb install