AdbExecuteAdbShellCommandInputString Method (Device, Int32, String) AndroidLib - Beatsleigher Edition
Opens Adb Shell and allows input to be typed directly to the shell. Experimental!

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public static void ExecuteAdbShellCommandInputString(
	Device device,
	int timeout,
	params string[] inputLines
)

Parameters

device
Type: RegawMOD.AndroidDevice
Specific Device to run the command on
timeout
Type: SystemInt32
The timeout in milliseonds
inputLines
Type: SystemString
Lines of commands to send to shell
Remarks

Added specifically for RegawMOD CDMA Hero Rooter. Always remember to pass "exit" as the last command or it will not return!
See Also

Reference