pre-configure teamviewer host apk

Shat87
Shat87 Posts: 1
edited May 2023 in General questions

Hello everyone!

If compliance with Teamviewer terms and conditions, I was wondering if is possible to pre-configure in someway the apk Teamviewer host, setting up directly the mail and password. In this way I'll deploy the app on a "fleet" of devices, avoiding human interaction to insert mail and password.

Thanks,

S87

Best Answer

Answers

  • Hello!

    It  possible to copy user email and password settings from one device to other after Host installation?
    I want install TV on  first device. Then create image with preinstalled TV and clone it to many devices. But  I can't find settings files. Can you help me?

  • michaelnydegger
    michaelnydegger Posts: 8 ✭✭

    Hi Scotty

    Thanks for the link. We have to configure about 600 devices (Samsung Knox). We don't want to open the link manually on every device. Is there an extended possibility to automatically open the link?

    Regards
    Michael

  • you can try start activity at device booting (after tv install)
    am start "intent://?configId=YourConfigID#Intent;scheme=tvassign1;package=com.teamviewer.host.market;end;"

    It will call assign dialog. To automate confirmation I use after am start:

    sleep 5
    input keyevent 61
    input keyevent 61
    input keyevent 66
    sleep 20