Python Forum
adb commands - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: adb commands (/thread-29541.html)

Pages: 1 2


RE: adb commands - bowlofred - Sep-09-2020

That depends on the adb program and how it behaves. If you type a separate command in the terminal, then that's a separate subprocess.


RE: adb commands - Nickd12 - Sep-09-2020

yes that's how it does it in the terminal, so I guess I'm going to have to do it that way. Thank you for all your help!