Open gdudek opened 10 years ago
not really - SpeedHUD will appear within your application list, and you'll be able to start it from there usual
I've run adb install SpeedHUD.apk
and got the success message - but it doesn't seem to appear in the list of commands. Is there anything special I need to do? I have switched Debug on.
interesting. does it appear in your launchy app list: https://github.com/kaze0/launchy ?
are you using XE12?
I'm not using launchy - do I need it?
I'm on XE16 which is the latest version.
XE16 has changed how unlisted commands are handled. You now have to add <uses-permission android:name="com.google.android.glass.permission.DEVELOPMENT" />
to your AndroidManifest.xml. Also, TimelineManager has been removed from the GDK, so this app needs a little reworking to work properly.
just updated the source code for XE16 - it all seems to work again now
I presume that after installing, one needs to do: adb shell am start -n com.euedge.glass.speedhud/.SpeedHudService