Skip to content

Is it possible to support exec-out ? #150

Description

@Ryanznoco

How can I implement exec-out, just like this ?

public InputStream executeOut(String command, String... args) throws IOException, JadbException {
    Transport transport = getTransport();
    StringBuilder shellLine = buildCmdLine(command, args);
    send(transport, "exec-out:" + shellLine.toString());
    return new BufferedInputStream(transport.getInputStream());
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions