0

Can I use Connect SDK to mirror mobile screen (both iOS and Android) and event injection? My aim is to stream mobile screen to browser and injecting events based on user interaction (on browser).

I don't want to ROOT/Jailbreak.

Thanks

iuq
  • 1,487
  • 1
  • 20
  • 42

1 Answers1

2

For Android devices I know you can.

Use Vysor (Beta) - A google chrome extension that mirrors android device to PC/MAC via usb. And you can interact directly on the mirrored screen on your system and the events will get replicated on the physical device instantly.

It connects and transitions super fast. Only small problem is it takes a second to display high resolution (a little blurry when moving fast but no lags)

enter image description here

Viral Patel
  • 32,418
  • 18
  • 82
  • 110
  • Yes, I have check the vysor, its great and works smoothly. Its not opensource. I am developing my own solution. MediaProjection APIs are hope. Thanks. – iuq Jan 25 '16 at 06:54