euedge / SpeedHud

Show your speed on Google Glass
Apache License 2.0
32 stars 21 forks source link

Startup #1

Open gdudek opened 10 years ago

gdudek commented 10 years ago

I presume that after installing, one needs to do: adb shell am start -n com.euedge.glass.speedhud/.SpeedHudService

akosmaroy commented 10 years ago

not really - SpeedHUD will appear within your application list, and you'll be able to start it from there usual

edent commented 10 years ago

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.

akosmaroy commented 10 years ago

interesting. does it appear in your launchy app list: https://github.com/kaze0/launchy ?

are you using XE12?

edent commented 10 years ago

I'm not using launchy - do I need it?

I'm on XE16 which is the latest version.

kylefrost commented 10 years ago

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.

akosmaroy commented 10 years ago

just updated the source code for XE16 - it all seems to work again now