JoeGlass icon indicating copy to clipboard operation
JoeGlass copied to clipboard

Great still works

Open marco3key opened this issue 3 years ago • 6 comments

Long time i dust off my google glass with latest update , and your app still connects to my glass.

marco3key avatar Jan 16 '22 09:01 marco3key

Amazing! Glad to hear!

ieee8023 avatar Jan 16 '22 15:01 ieee8023

I cant't figure out how to open this with android studio, @marco3key could you share me the APK file please?

giuliofurlan avatar Feb 07 '22 21:02 giuliofurlan

I've got the same problem as @giuliofurlan , would you mind sharing an apk or providing build instructions?

ghost avatar Sep 01 '22 01:09 ghost

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.

ieee8023 avatar Sep 01 '22 03:09 ieee8023

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?

ghost avatar Sep 10 '22 04:09 ghost

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!

ieee8023 avatar Sep 10 '22 06:09 ieee8023