在计算机上显示 Android 4.0 设备的屏幕
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10411513/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Show Screen Of Android 4.0 Device On Computer
提问by safari
I'll have to do a presentation soon, for this, I need to show the the application too 10 people at the same time. For this I'd like to display the screen of my Android 4.0 Phone (Galaxy Nexus) on the Computer and all this in live!
我很快就要做一个演示,为此,我需要同时向 10 个人展示应用程序。为此,我想在计算机上实时显示我的 Android 4.0 手机(Galaxy Nexus)的屏幕!
For this I tried droid vnc beta - well its a beta and so it didn't work... it only showed me a black sceen on my computer.
为此,我尝试了 droid vnc beta - 它是一个 beta 版,所以它不起作用......它只在我的电脑上显示了一个黑色屏幕。
are there any other ways, that I can display the screen of my device on my computer. Btw im using win7.
有没有其他方法可以在我的电脑上显示我的设备的屏幕。顺便说一句,我使用的是 win7。
Thx for your help in advance!
感谢您的帮助!
best regards
此致
safari
苹果浏览器
回答by androidnoob
回答by David Scott
The Galaxy Nexus supports HDMI out. You could plug it straight into a monitor / projector. You can get HDMI > DVI converters if you need that too. The HDMI converter cable can be bought online at Amazon etc, something like this
Galaxy Nexus 支持 HDMI 输出。您可以将其直接插入显示器/投影仪。如果您也需要,您可以获得 HDMI > DVI 转换器。HDMI转换器电缆可以在亚马逊等网上购买,像这样
回答by huisinro
Try this app:
试试这个应用程序:
VMLite VNC Server, works well on non rooted devices, you can connect multiple VNC viewers, or use html to show the screens.
VMLite VNC 服务器,在非 root 设备上运行良好,您可以连接多个 VNC 查看器,或使用 html 显示屏幕。
https://play.google.com/store/apps/details?id=com.vmlite.vncserver&hl=en
https://play.google.com/store/apps/details?id=com.vmlite.vncserver&hl=en
回答by Chirag
Please try Android Screenshots, Screen Capture, Screen Cast
In such a way it can be used for full screen presentations, automatic screen capture, and screenshot transformations such as scaling and rotating.
通过这种方式,它可以用于全屏演示、自动屏幕捕获以及缩放和旋转等屏幕截图转换。
回答by Gal Bracha
If you're looking to screen it over a wifi and it's a new mobile such as the Nexus 4 you can use it's Miracast support.
如果您想通过 wifi 对其进行筛选,并且它是一款新手机,例如 Nexus 4,您可以使用它的Miracast 支持。
Here a link for a youtube video on how it's done:
这是有关如何完成的 YouTube 视频的链接:
回答by Depado
It depends what you want to show. If it's your own application that you developped, you can use the Android SDK to show directly the application on your computer in a virtual device. It has the advantage of showing the cursor which represent your finger. If it's for other purposes, then refer to the other answers. (ScreenCast works good for me)
这取决于你想展示什么。如果是您自己开发的应用程序,您可以使用Android SDK 在虚拟设备中直接显示您计算机上的应用程序。它具有显示代表您手指的光标的优点。如果是出于其他目的,请参阅其他答案。(ScreenCast 对我有用)