Netflix (And Audible) on Glass!

Netflix (and Audible) on Glass!

Did you know that you could install regular Android apps on Glass? What’s more, some of them don’t crash immediately, and actually kind of work! This one’s pretty simple, here’s what you’re going to need:

  • Google Glass
  • Bluetooth keyboard and mouse
  • Settings.apk
  • Ability to get apks for whatever apps you want to install
  • Android SDK installed
  • Ability to build and install Android apps from source

I’m not going to post links to apps’ apks, because that’s not cool. You’ll need to figure that bit out yourselves. (Hint, use a rooted phone.)

Start off by putting your device into debug mode, if you haven’t already. Next, grab Settings.apk and install it on Glass.

adb install Settings.apk

After that, clone, compile and install Glass Launcher from GitHub. If you aren’t familiar with how to do this, try the following:

git clone git@github.com:justindriggers/Glass-Launcher.git
cd Glass-Launcher
ant debug
adb install bin/*.apk 

Disclaimer, I don’t build from the command-line, so YMMV with the above commands. Also, probably specify the actual apk instead of *.apk, I’m just not sure what it’s name is going to be once compiled.

After you have both Glass Launcher and Settings installed, try using Glass Launcher to launch the Settings app. You can use the touchpad to highlight and select different elements. You should be able to navigate into the Bluetooth settings, and pair your keyboard and mouse. Get those set up now.

Download and install an app that you want, like Netflix or Audible. Now you can use the keyboard to log into your account on Netflix or Audible. So far, so good. For Netflix, this is really all you need. If you want to use Audible, you’ll need to get the mouse out in order to select the title that you want to download. You’ll also need to use the mouse to start playing a title initially, but once you have something in your ‘currently playing’ section, you can get by with just the touchpad.

All set! Now you can enjoy your books and movies right on Glass!