pure-python-adb icon indicating copy to clipboard operation
pure-python-adb copied to clipboard

Start shell command a la subprocess.Popen

Open nickeldan opened this issue 3 years ago • 0 comments

Is there a way to run a shell command on the phone in a manner akin to subprocess.Popen? Specifically, I'd like to start a command, get its PID, do some other stuff, come back later to wait for the command to finish, and get its return code?

nickeldan avatar Aug 16 '22 15:08 nickeldan