Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup #1

Open
gdudek opened this issue Mar 16, 2014 · 6 comments
Open

Startup #1

gdudek opened this issue Mar 16, 2014 · 6 comments

Comments

@gdudek
Copy link

gdudek commented Mar 16, 2014

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

@akosmaroy
Copy link
Contributor

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

@edent
Copy link

edent commented Apr 17, 2014

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
Copy link
Contributor

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

are you using XE12?

@edent
Copy link

edent commented Apr 18, 2014

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

I'm on XE16 which is the latest version.

@kylejfrost
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants