AdbExecuteAdbShellCommandInputString Method (Device, String) AndroidLib - Beatsleigher Edition

Note: This API is now obsolete.

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

[ObsoleteAttribute("Method is deprecated, please use ExecuteAdbShellCommandInputString(Device, int, string...) instead.")]
public static void ExecuteAdbShellCommandInputString(
	Device device,
	params string[] inputLines
)

Parameters

device
Type: RegawMOD.AndroidDevice
Specific Device to run the command on
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