Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.45 KB

File metadata and controls

29 lines (19 loc) · 1.45 KB

IconNotifAndroid

A branch of HeadsUpGlass (and private repo NIPGlass) which display custom content on Android based OHMD (e.g., Vuzix Blade, Epson BT-300)

Requirements

  1. AndroidStudio (or any IDE which support Android)
  2. Android SDK (AndroidStudio will directly download this for you)

How to run?

  1. Build the project first (Make Tool)
  2. Run the app
  3. If you get error saying that credential file missing, add an empty json file (i.e. credential.json with content {}) to res/raw/
  4. See more details at HeadsUpGlass

Python app

  • install the corresponding Python app in IconNotifPython on a computer to trigger the notifications

References