How to disable Eco-Mode on TeamViewer Host with ADB
I have to remotely set up a large amount of Android devices with TeamViewer Host. I currently use ADB to install a TeamViewer Host .apk as well as a QuickSupport Add-on .apk. The issue I am facing now is that Eco-Mode is enabled, and I have to disabled it manyally for every device. Is there a way for me to do this with ADB also? Or alternatively is there a TeamViewer settings file I can update so Eco-Mode isn't on by default?
Answers
-
-
I'm encountering a similar challenge when managing multiple devices remotely. In my case, I’ve had a comparable issue with disabling certain settings across multiple devices on my own site, where manual intervention was required for each one. Like with TeamViewer's Eco-Mode, it's been tricky to find an automated solution.
If anyone has a method to handle this via ADB or through a TeamViewer settings file, I’d love to hear your suggestions!
Thanks for any advice in advance!
0