Topsakal
Topsakal

Reputation: 447

How to mirror Google Glass screen to PC/Mac?

I wanted to share my experience on how to mirror Google Glass screen on PC or Mac so that you can share it during your presentations, etc. Please see my answer below or add your answers.

Upvotes: 3

Views: 5053

Answers (3)

Joe
Joe

Reputation: 17

Follow the steps on this link and download Android Screen Monitor.

use command line to open ASM

java -jar \[DMZilla\]-Android-Screen-Monitor-\(ASM\).jar

Upvotes: -1

StanleyZheng
StanleyZheng

Reputation: 4148

Here is a video detailing how to mirror your glass to your screen via usb cable.

http://www.youtube.com/watch?v=cGsfpV9FdBs&feature=youtu.be&noredirect=1

Upvotes: 2

Topsakal
Topsakal

Reputation: 447

1)

  • Download DroidScreen jar file from here: http://droid-at-screen.ribomation.com
  • You need to have Android SDK/Java installed
  • Connect Glass to your PC (Glass should be set to Debug mode), use the following command or double click on the .jar file to run it: java -jar droidAtScreen-1.0.1.jar
  • On the first run, java program asks for the full path of adb program which is in the platform-tools directory.

2)

  • Download the ASM.jar file from Android Screen Monitor (ASM) (as of November 2013): https://code.google.com/p/android-screen-monitor/
  • You need to have Android SDK/Java installed and have the tools and platform-tools directories in your PATH. You can do so as follows:

export PATH=$PATH:/Users/username/AndroidSDKDirectory/tools/

Upvotes: 6

Related Questions