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
See Also