What tool should I use to display Google Glass screen on my desktop computer? It is needed for demo purposes.
Asked
Active
Viewed 6,351 times
3 Answers
5
You can connect to your Glass with adb
and then use some of the tools that mirror Android device screen.
Here is a tutorial explaining how you can do this in detail.

Eugene Loy
- 12,224
- 8
- 53
- 79
0
I recently developed screencast clone running on PC. It does not require adb
, only need bluetooth connection.
Check it out here: https://github.com/thorikawa/GlassRemote

Poly
- 1,053
- 1
- 11
- 16
0
configure Droid@Screen with adb and connect glass using USB. then you get glass screen on your pc screen

Moddasir
- 1,449
- 13
- 33