简体   繁体   中英

Android capture screen using ndk without root permissions

I'm trying to find any solution to capture Android screen without root permissions. I used adb for this purpose, but it's too slow ~1-2 fps. Also I've tried to use /dev/graphics/fb0 linux device but this method requires root permissions. For example TeamViewerQS works without root, as I understand they have some pseudo-root permissions.

Maybe there exist some other way which does not requires root?

Thanks for help.

I'm trying to find any solution to capture Android screen without root permissions

This should not be possible, for obvious privacy and security reasons.

For example TeamViewerQC works without root

Since there does not appear to be anything on the Internet named "TeamViewerQC", I am assuming you are referring to TeamViewerQS. In that case, they are using private APIs from a handful of device manufacturers, in addition to having the user press the key combination to take screenshots.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM