SimpleAdbClient - A simple client for the Android Debugger (ADB)

SimpleAdbClient is a very simple and limited client for the Android Debugger (ADB). It's written in Java and communicates directly via TCP with the ADB daemon on an Android device. It can be used to execute a single shell command.

Example of how to call the test program:

  java -cp simpleAdbClient.jar TestSimpleAdbClient 192.168.1.2 "ls -l"

Source code
simpleAdbClient.jar

Author: Christian d'Heureuse (www.source-code.biz, www.inventec.ch/chdh)
Index