—
prog = subprocess.Popen(cmd, stdin = subprocess.PIPE, stdout = subprocess.PIPE,shell=True)
how can i insert command to the cmd win that opened ?
already tried:
prog.communicate()...
os.system()..
Message permanent page
— Import androidhelper
droid = androidhelper.Android()
droid.startActivity('android.intent.action.VIEW', 'vnd.youtube:3nH_T9fLd_Q', None, None, False, None, None)
Message permanent page