configure Teamviewer QS or host via adb
Comments
-
Hi,
there are 3 steps.
first. install apk
adb install "path\file.APK"
second. start the app with a shell
adb shell
monkey -p com.teamviewer.quicksupport.market -c android.intent.category.LAUNCHER 1
thirt connect.
;-)1 -
Thanks for the reply. But how do I now which ID to connect to?
0