Questions tagged [teamviewer]

TeamViewer is a proprietary computer software package for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. Use this tag for specific programming questions about TeamViewer only. Questions about the general usage of the software are off-topic.

TeamViewer connects to any PC or server around the world within a few seconds. You can remote control your partner's PC as if you were sitting right in front of it.

100 questions
0
votes
0 answers

Is it possible to call TeamViewer.exe from a web page to remote connect to host and pass-thru password details?

I was hoping to integrate a TeamViewer button into my Web Application that allowed my users to initiate a remote connection to a pre-defined host using their local instance of TeamViewer installed on each user's computer. However, this has proposed…
Riples
  • 1,167
  • 2
  • 21
  • 54
0
votes
1 answer

OAuth 2.0 authorization for TeamViewer in C# and its getting sessions list

I want to receive a list of open sessions in Team Viewer via a C# program. I read the Team Viewer API documentation. As per the documentation, OAuth 2.0 authentication is used to get an access token. But I am not able to understand, how do I pass…
skm
  • 5,015
  • 8
  • 43
  • 104
0
votes
1 answer

Get /Put Device Alias using Teamviewer REST API

Im looking to get a list of all the devices on my work admin teamviewer account using vb.net. I would also like to be able to change the "Alias" of a given device using it's device id. i know very little about API's. i found the following example…
0
votes
0 answers

Autoit Script to start Powershell on remote server using Teamviewer Session

I am trying to automate the access process using teamviewer session. I have to kick Powershell script kept on remote server using autoit script and problem i am facing is autoit not recognizing the remote connection. Below is one i tried.. Running…
Abhishek
  • 347
  • 1
  • 7
  • 21
0
votes
1 answer

MacOs "alt+key" combination (e.g. \ @) on Centos VirtualBox not working

I am having a probably trivial issue with the Cloudera Quickstart virtual machine. I tried many things out, but I don't manage to make it work. So, first, I installed the Virtualbox image on a Windows workstation which has a German standard (qwertz)…
giotto
  • 532
  • 3
  • 15
0
votes
1 answer

Powershell download file from redirecting url - TeamViewer & Intune

Thank you in advance for anyone taking a look into this. I'm currently trying to deploy TeamViewer via Intune that only support MSI files for deployment. However, TeamViewer has a feature called account assignment which it comes in form of an…
Alfonso Jr
  • 39
  • 8
0
votes
1 answer

Teamviewer access without monitor

How is it possible to access a PC without a monitor with TeamViewer? I got a black windows when connected. with monitor attached I can access normally.
Mark
  • 43
  • 2
  • 6
0
votes
0 answers

No Kivy GUI visible during Teamview - Windows to kivy Raspberry Pi GUI

I am working on a Smart home which is running on a Raspberry Pi and I want to have access to my Kivy Gui with Teamviewer. But when I connect to my Pi for example from my MacBook I only see the Pi Desktop running not the GUI. Is there anything I…
Jo Oe
  • 23
  • 4
0
votes
1 answer

Creating Jar Binding form Teamviewer

currently I am trying to create an android app with xamarin and the teamviewer sdk. I created the bindings from the tv-screensharing-sdk.jar and included the reference into my project. After using the bindings I see only find ITVSessionCallback,…
b.holz
  • 237
  • 3
  • 17
0
votes
1 answer

codeigniter url causing error in removing index.php

i have posted question yesterday about removing index dot php from codeigniter path but problem not solved... so can any one come on to team viewer and solve my problem...? thanks in anticipation my .htaccess in root folder RewriteEngine…
0
votes
1 answer

Reliable access to locked remote computer

What I have: I have Windows 7 on my home PC. What I'm trying to do: I'm trying to keep TeamViewer running at home so I can always get to my home computer. The other day it got completely messed up and would not let me connect but everything else on…
0
votes
1 answer

Teamviewer and dependencies

So I'm trying to install an older version of Teamviewer that doesn't require me to every time accept on my host computer. So going with version before, 11. But having a bit of issues when trying to install: $ sudo dpkg -i…
0
votes
1 answer

TeamViewer APIs Python Calls - Write Success or Error to Output file

I have the following code that works and I get the file output.txt. I would like for the output file to say success when it works and to provide error code when it doesn't. import requests import json f = open('output.txt', 'w') url =…
Alfonso Jr
  • 39
  • 8
0
votes
1 answer

Integrating TeamViewer SDK: NoClassDefFoundError with NotificationCompat

The question mostly for TeamViewer support, thanks. I got the error during finishing long free TVSession. If I close connection, it wants to notify me about sponsored things (I suppose) and crashes…
djdance
  • 3,110
  • 27
  • 33
0
votes
4 answers

Couldn't find any package by regex 'teamviewer_12.0.71510_i386.deb'

i want to install team-viewer in ubuntu i try this command apt install teamviewer_12.0.71510_i386.deb and i get this Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package…
flower
  • 989
  • 4
  • 16
  • 34