Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

ADB Command without shell #226

@jerry-synap

Description

@jerry-synap

Hello,

To send adb shell ls I would use the "executeshellcommand" or "executeremoteshellcommand" and just send the ls like :
_advancedAdbClient.ExecuteRemoteCommand("getprop | grep ro.serial", _device, receiver); . That works okay.

Now I need to send this commandadb install .... , note there is no shell after adb. How do I do that ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions