简体   繁体   English

我们如何开发Android设备到PC的屏幕镜像? 类似于mobizen应用程序

[英]how can we develop screen mirroning of android device to PC?Something like mobizen application

I want to develop an PC application which helps to mirror a android device through USB and also control the device through PC.我想开发一个 PC 应用程序,它有助于通过 USB 镜像 Android 设备并通过 PC 控制设备。

Please tell me is this possible?请告诉我这可能吗? If yes then please give some input for this requirement!如果是,那么请为此要求提供一些意见!

This is only possible with a rooted android device, due to the fact that no application can send "touch" events to other applications (it would be an obvious security flaw).这仅适用于有根的 android 设备,因为没有应用程序可以向其他应用程序发送“触摸”事件(这将是一个明显的安全漏洞)。 You could, however, have the user control JUST the application via their computer.但是,您可以让用户仅通过他们的计算机控制应用程序。

this is possible with a VNC server这可以通过VNC 服务器实现

it displays the screen of your android on the pc via a VNC connection (Virtual Network Computing) and you can control the android with mouse, touchpad,...它通过 VNC 连接(虚拟网络计算)在 PC 上显示您的 android 屏幕,您可以使用鼠标、触摸板、...

see for example droidVNCserver , the git is in https://github.com/oNaiPs/droidVNCserver (device has to be rooted)参见例如droidVNCserver ,git 在https://github.com/oNaiPs/droidVNCserver (设备必须植根)

http://www.laptopmag.com/articles/control-android-from-pc http://www.laptopmag.com/articles/control-android-from-pc

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何在 kivi python 的屏幕上制作类似 mobizen 徽标的弹出窗口 - How do i make something like mobizen logo pop ups on screen in kivi python 三星的Mobizen如何记录三星Android设备的屏幕? - How does Mobizen for Samsung record Samsung Android devices' screen? 在Android设备上创建用户个人资料,就像我们在PC上拥有帐户一样 - Create user profiles on the android device like we have accounts on PC 如何将PC中的程序连接到Android设备中的应用程序 - How to connect program in PC to Application in Android Device 我们如何从 PC 的浏览器(都连接到同一网络)向 android 设备发送消息 - How can we send message to the android device from a browser of PC (both connected with same network) 我们如何在iOS应用程序中将android设备检测为信标 - How we can detect the android device as beacon in iOS Application 如何在没有Android设备的情况下开发Android应用程序? - How to develop an Android application without having an Android device? 如何在不使用DDMS的情况下将Android设备屏幕的图像捕获到PC? - how to capture an image of android device screen to PC without using DDMS…? 如何在 android 设备(如 pc 中的 fiddler)中捕获所有网络数据? - How to capture all network data in a android device like fiddler in pc? 如何在android应用程序中实现类似的东西? - How to implement something like this in an android application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM