Questions tagged [google-glass]

Google Glass is a project to create a commercially-viable, next-generation wearable smart device in the form of a pair of glasses featuring a head-mounted display. The product allows users to interact with the device via voice and allows other smartphone-like functionality. Google Glass runs on Android with additional APIs for developers.

Google Glass is a research and development program by Google to develop an augmented reality head-mounted display (HMD). Google Glass runs and displays information in smartphone-like format hands-free and interacts with the Internet via natural language voice commands. The prototype's functionality and minimalist appearance (aluminium strip with 2 nose pads) has been compared to Steve Mann's EyeTap. (from wikipedia)

1569 questions
2
votes
2 answers

Uncaught exception 'Google_AuthException' with message 'Could not json decode the token'

I have been trying to use the Google Mirror API to program a sample application for Google Glass. I downloaded the PHP Quick Start for the Google Mirror API and deployed it to an Apache webserver managed by cPanel. I configured the API keys and such…
2
votes
1 answer

In Glass GDK Timer example how do you jump to the live card when it is already running?

From the Glass GDK Timer sample, there is a mention of jump to the live card when available in API My question is: is this related to the behavior that I'm seeing. Glass Application is running, user uses voice command to start it again, the screen…
Ralph Yozzo
  • 1,086
  • 13
  • 25
2
votes
1 answer

Share content from Immersion on Google Glass?

Is there a way to share text or image content from a native Glassware Immersion (not using Mirror API)? We would ideally like to share content to Google+ or Twitter, but haven't found a way. I tried firing an ACTION_SEND Intent, but it says no apps…
RealCasually
  • 3,593
  • 3
  • 27
  • 34
2
votes
1 answer

Get ListView from a Layout Using RemoteViews

I am working on a java based Google Glass service and wanted to add a listview fro some objects but unable to get and work with ListView using RemoteViews. So is there anyway i could add list in the card using remote views?
user2043155
2
votes
2 answers

Is it possible to call QR Scanner via Intent in GDK?

Native app for pairing Wifi on Glass contains QR scanner. Is it possible to use it via Intent in GDK? It would be useful for many use-cases.
David Vávra
  • 18,446
  • 7
  • 48
  • 56
2
votes
1 answer

Glass GDK - disable head gestures on LiveCard

I would like to disable head gesture while the user is on my LiveCard. This app is using head movement to update the display, and if user looks up down quickly the display turns off. I know it is possible to do this in an immersion by using…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
2
votes
1 answer

Can I build app for Google Glass using Eclipse with Emultaor?

Can I build own app for Google Glass without Google Glass( for debugging and testing)? I have Eclipse. I don't have Google Glass.
2
votes
2 answers

GDK: Give Hint in Voice Prompt

Is it possible to give the user "hints" using voice trigger's input prompt? This is would be similar to what the action "make a call" displays, giving you a list of possible options. For instance using the following...
JRomero
  • 4,878
  • 1
  • 27
  • 49
2
votes
1 answer

How I get menu click event

I created a custom menu using mirror api. menu created method on MainServlet public List makeDealMenu(String appBaseUrl) { String dealMenuIconUrl = appBaseUrl + "static/images/deal_50.png"; MenuValue dealMenuValue = new…
Moddasir
  • 1,449
  • 13
  • 33
2
votes
1 answer

GLASS - android.widget.RatingBar not allowed to be inflated

it looks like I'm not allowed to inflate the RatingBar widget. Is there any similar widget I can use on GLASS? Thanks!
Eduard
  • 3,482
  • 2
  • 27
  • 45
2
votes
1 answer

Access Timeline user token for callback from GDK LiveCard Action or Event

If I have a LiveCard created by the GDK. Can I access the UserToken used in Subscription callbacks from Mirror to invoke authenticated services and actions from the LiveCard as I would with an ordinary Timeline Item. If not what its he best…
John Fontaine
  • 1,019
  • 9
  • 14
2
votes
2 answers

OpenGL in live cards?

I've been playing with the glass GDK and glass 'native' (Java) development in general. I've got a open GL app that works well enough on Glass (using standard android conventions) and I'm looking to port it to the GDK to take advantage of voice…
loghound
  • 676
  • 6
  • 12
2
votes
1 answer

Local GPS not working on glass through GDK

The GDK developer guide states: Local providers obtain location data from the Glass hardware such as GPS_PROVIDER and NETWORK_PROVIDER. However this doesn't seem to be the case. I tried logging all available providers with: Log.d("LocationDebug",…
user1000039
  • 785
  • 1
  • 7
  • 19
2
votes
1 answer

How to create bundle timeline card

I want to create bundle timeline card. What I did so far. Create three card and add in a list. public void makeStartTimelineBundle(Credential credential) { List timeLineList = new ArrayList(); TimelineItem…
Moddasir
  • 1,449
  • 13
  • 33
2
votes
1 answer

Can I use my own voice command in Google Glass app with Mirror API?

I want to use my own or custom voice command for a Google Glass app using the Mirror API. Is this possible? If so, how can I do this?
Moddasir
  • 1,449
  • 13
  • 33