Never mind, I figured it out myself... adb -s 127.0.0.1:5555 install -r out/host/linux-x86/cts/android-cts/ repository/testcases/CtsAppTestCases.apk adb -s 127.0.0.1:5555 install -r out/host/linux-x86/cts/android-cts/ repository/testcases/CtsTestStubs.apk
I found those lines by putting System.out.println's in cts/tools/host/ src/com/android/cts/TestDevice.java executeCommand() and executeShellCommand() in case that helps anyone else. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
