Screen mirroring android things (RPI) with TeamViewer Host

时光毁灭记忆、已成空白 提交于 2019-12-22 01:36:30

问题


I've succeeded to screen mirror the RPI running android things. What I did is:

  • installed TeamViewer_Host.apk via adb
  • Ran it on the RPI and login to my account(needed a display connected by HDMI)
  • connected to it by my laptop TeamViewer application
  • then got a very nice 1080p resolution mirrored screen

But the problem appeared when I tried to do the same thing but without the HDMI display connected and then suddenly got a poor 32x32 tiny screen on the laptop!

I tried it with Vysor app too but got the same result

My guess is that Android Things somehow detects automatically the resolution of the display and fits itself with it but when there's no display connected, it gives us a 32x32 one!

You guys have any ideas for this one?


回答1:


Okay. I finally got the right way to do this.

The only thing you need to do is to adjust the resolution(while your Pi is connected to an HDMI display). After that you dont need the physical display any more and can connect to the Pi via TeamViewer.

For adjusting the resolution use this command in ADB:adb shell wm size 1080x1920 or any other resolution.



来源:https://stackoverflow.com/questions/47121678/screen-mirroring-android-things-rpi-with-teamviewer-host

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!