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
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: