You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2022. It is now read-only.
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 ?