Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1008 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 1008 Bytes

GlassTube

My attempt to introduce a Youtube application to glasses

Works on both XE and EE

Features

  • search video with basic voice recognition
  • chose between 5 search results
  • properly display videos
  • ability to start, pause and move 30 seconds with swipes

todo

  • you tell me
  • custom video controls
  • decent looking search results
  • put something on the main page

Installation

Google APIs need an original installation of youtube to work properly, install the last one available for your firmware (4.4 on XE and 8.1 on EE2)

adb install com.google.android.youtube_14.07.59-1407592300_minAPI19.armeabi-v7a.nodpi._apkmirror.com.apk #example for XE
adb install youtube_debug.apk #or compile with Android Studio

used code from https://github.com/tujson/GlassEcho (gestures on XE) and https://github.com/MatthewHallberg/GoogleGlassTest (gestures in general)