Installing the DrChrono APP into Google Glass from a Mac

Check out how Glass works within drchrono

This post is for physicians who have Google Glass already, if you don’t have Google Glass and are interested in learning more please sign up here to become a beta user. You will also need to buy a Google Glass, you can do that here.

Our team has built an installer! It this is only the beginning, we will make the installer better and better over time. For all mac users download it here.

For PC users please use these instructions.

Then follow this video –

Ok next step is to login to drchrono, this video shows you how to do that –

Below are the commands if you need them.

COMMANDS TO CHECK IF YOUR MAC IS AUTHORIZED TO ACCESS GLASS

[FOLDER YOU UNZIPPED]$ cd /Users/d/Desktop/drchrono\ Glass\ Installer<br /> [FOLDER YOU UNZIPPED]$ ./adb devices<br /> List of devices attached<br /> 115F3E191901D099 unauthorized<br />

If you see what is above unplug the USB from your Google Glass then plug it back in.

[FOLDER YOU UNZIPPED]$ ./adb devices<br /> List of devices attached<br /> 115F3E191901D099 device<br />

LIST OUT ALL OF THE PACKAGES

[FOLDER YOU UNZIPPED]$ ./adb shell pm list packages<br />

UNINSTALL drchrono

[FOLDER YOU UNZIPPED]$ ./adb uninstall com.example.drchrono_prototype<br />

Ok the last thing I want to talk about is updating drchrono, this is how to do it –