manual/generic/android/adb-over-usb¶
Description¶
Test if ADB over USB works well
Maintainer¶
OS¶
- android
Scope¶
- functional
Devices¶
- panda
- panda-es
- vexpress-a9
- vexpress-tc2
- arndale
- hi6220-hikey
Steps to reproduce¶
- Follow the instructions on the following webpages to configure ADB on host PC: https://wiki.linaro.org/Platform/Android/ConfigureAndUseAdb, http://developer.android.com/tools/help/adb.html
- 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