Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does TeamViewer take screenshots and allow remote control without root?

Background

TeamViewer allows to remote control other android devices . it's quite slow, but it does the job.

it requires 2 apps being installed. one that controls (link here), and one for being controlled (link here) .

I'm not sure if it has any alternatives, but I would like to know if it's possible to do the same.

The problem

I can't find any special permission used by teamViewer, and it does it all without root.

This is weird, since I've read on so many places that in order for an app to take a screenshot, it must have root permission (or be connected to a computer and use ADB to take a screenshot).

The question

How could it be? What does TeamViewer has that makes it possible?

How can you take a screenshot without any special permission? This app isn't even a system app...

is it even possible to do any of the things TeamViewer does without root?

Are there alternatives to TeamViewer?

Suppose I do have root, how do I remote control or stream screenshots efficiently?

like image 797
android developer Avatar asked Jul 30 '13 18:07

android developer


People also ask

Does TeamViewer take screenshots?

The best way is to press Shift-Command (⌘)-3 to take a screenshot. Screenshot saved by default in your desktop as . png file.

Does TeamViewer allow remote control?

In order to make a start with TeamViewer's remote control functions, navigate to the Remote Control tab of the main interface. Here, you will find your TeamViewer ID and your temporary password, which you can change at any point. With this information, you can allow a partner remote control of your computer.

How does TeamViewer remote access work?

When you run TeamViewer, you are assigned an ID on their broker server. You make a connection to a Teamviewer ID, and TeamViewer passes the connection down through the TeamViewer client's established tunnel to the destination and you then you are prompted for password and then the connection establishes afterwards.

Can TeamViewer connect without permission?

Install and open TeamViewer on the remote device. Unattended remote access allows you to quickly and instantly set up a remote access session with devices located anywhere in the world without a connection partner on the other end. You can set up unattended access in four easy steps.


1 Answers

Teamviewer does NOT support taking screenshots or remote control without root. The only Android devices it does manage to pull this off is on Samsung devices

Update 2019 June: Now it supports a slew of different Android OEMs beyond Samsung. Notably, Google itself is absent (So no remote control on Pixel series, just screensharing)

This Teamviewer press release shows how it's done. It basically installs this Samsung specific addon from the Play Store. As a background, Samsung got this working to counter Amazon's Kindle Fire's new feature called Mayday. Technically, Samsung basically gave Teamviewer a bunch of special pseudo-root-level certificates and signatures so the app can work seamlessly for everyone (by having draw-over-other-apps and make-interactions-on-users-behalf access via the Accessibility APIs presumably).

This is how it looks on non-Samsung non-rooted devices [left] and how it asks for Super User access on non-Samsung rooted devices [right] (Click through for original resolution):

Teamviewer Quicksupport asking for screenshots from end user Teamviewer Quicksupport asking for screenshots from end user

like image 197
MyPreciousss Avatar answered Sep 29 '22 10:09

MyPreciousss