JoeGlass
JoeGlass copied to clipboard
Great still works
Long time i dust off my google glass with latest update , and your app still connects to my glass.
Amazing! Glad to hear!
I cant't figure out how to open this with android studio, @marco3key could you share me the APK file please?
I've got the same problem as @giuliofurlan , would you mind sharing an apk or providing build instructions?
I put a built apk here: https://github.com/ieee8023/JoeGlass/releases/tag/V1.0 although the value of this code is using the code to directly communicate with the glasses from the phone. Installing the app itself is just a demo.
hey, sorry to keep beating a dead horse, but I've been looking through the code and am kinda confused. I assume not, but I was wondering if you had any commented code or docs of some sort?
Ya, I never wrote any docs and probably didn't even put inline comments. I would start here with this function call https://github.com/ieee8023/JoeGlass/blob/80f9e4379f6b2153c32105f4d5bd985914b0a4b6/JoeGlass/src/the/joeglass/SendToGlass.java#L25 and follow it into JoeMessageUtil where it makes the calls and it should be more clear.
Note, this was just a hacky project to reverse engineer the Glass API and not like a production ready thing. But feel free to ask questions and I can try to answer!