1

I need to do an oral presentation which involves demoing an Android application that requires showing two devices at the same time. I know about the Android Screencast as a way to capture the Android screen to my computer output but don't know how to manage two devices.

Any idea?

ale
  • 19,723
  • 34
  • 110
  • 159

1 Answers1

2

If both devices are rooted, you can use AirDroid, which offers an...

Realtime Android screen (experimental feature, root permission required) View your Android's screen, take a screenshot, or even record a screencast.

As you connect to the device using a web browser, you can just have two browser windows open - et voila, both devices should be shown simultaneously.

Alternativ solution: droid VNC server (and other VNC servers). Again, requires rooted device -- plus a VNC client on the computer.

There are several more solutions, but they mostly fall in either of the mentioned categories.

Izzy
  • 91,166
  • 73
  • 343
  • 943