简体   繁体   中英

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.

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). You could, however, have the user control JUST the application via their computer.

this is possible with a VNC server

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,...

see for example droidVNCserver , the git is in https://github.com/oNaiPs/droidVNCserver (device has to be rooted)

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

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