configure Teamviewer QS or host via adb

Is there a way to configure TeamViewer QS or Host via the adb interface of android? My screen is broken stays black after I turned on the phone. I could install the apk. But to connect from the PC I need the ID and the password.

 

Tagged:

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.
    ;-)

  • Thanks for the reply. But how do I now which ID to connect to?