Note: This API is now obsolete.
Opens Adb Shell and allows input to be typed directly to the shell. Experimental!
Namespace: RegawMOD.AndroidAssembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
[ObsoleteAttribute("Method is deprecated, please use ExecuteAdbShellCommandInputString(Device, int, string...) instead.")]
public static void ExecuteAdbShellCommandInputString(
Device device,
params string[] inputLines
)
<ObsoleteAttribute("Method is deprecated, please use ExecuteAdbShellCommandInputString(Device, int, string...) instead.")>
Public Shared Sub ExecuteAdbShellCommandInputString (
device As Device,
ParamArray inputLines As String()
)
public:
[ObsoleteAttribute(L"Method is deprecated, please use ExecuteAdbShellCommandInputString(Device, int, string...) instead.")]
static void ExecuteAdbShellCommandInputString(
Device^ device,
... array<String^>^ inputLines
)
[<ObsoleteAttribute("Method is deprecated, please use ExecuteAdbShellCommandInputString(Device, int, string...) instead.")>]
static member ExecuteAdbShellCommandInputString :
device : Device *
inputLines : string[] -> unit
Parameters
- device
- Type: RegawMOD.AndroidDevice
Specific Device to run the command on - inputLines
- Type: SystemString
Lines of commands to send to shell
Added specifically for RegawMOD CDMA Hero Rooter. Always remember to pass "exit" as the last command or it will not return!
Reference