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
3 answers

Showing a standard Glass scrollbar on scrollable static cards

I'm using scrollable static cards as an item selector (scroll through until you find one, then use the onItemSelected event to catch the click). It works, but it doesn't show the scroll bar on the bottom like it does for menu items and all standard…
kolosy
  • 3,029
  • 3
  • 29
  • 48
2
votes
1 answer

Is it possible to ask for temporary increase on the quota of Mirror API Request

We are going to have a important demo for our glassware, but we keep hitting the limit of Mirror API, now we use apply different project client id to handle it, but not convenience. Is it possible to ask for a temporary increase on the quota and…
fantasy8
  • 73
  • 6
2
votes
1 answer

Credential is null in notification flow in glass-java-starter project

I have setup the glass-java-starter project and encounter an issue in notification flow, which is handled by NotifyServlet. I can't get the "credential" occasionally。 Below is the where I encounter the problem. Credential credential =…
fantasy8
  • 73
  • 6
2
votes
3 answers

How can I read qr code inside GDK app?

I want to read qr code from GDK app to get authorization token. Is there any build in methods to read QR codes in GDK?
Alexey Zakharov
  • 24,694
  • 42
  • 126
  • 197
2
votes
2 answers

wrap long sentence in glass

I have a small UI problem when trying to set a long sentence in glass, it displays like that: Does anybody have an idea of wrapping the sentence to the next line? word wrap css code didn't work. HTML Code:
2
votes
1 answer

Mirror API: Go to existing card

I want to be able to create a custom action, that will lead to another card in my Glassware. For example, custom action for my shopping list app that will look like that: "menuItems": [ { "action": "CUSTOM", "values": [ { …
Avishay Bar
  • 783
  • 1
  • 7
  • 12
2
votes
1 answer

Google glass sample projects are crashing

So I am attempting to learn to develop for Glass and was going through the quickstart guide today. Attempted to run all of the sample apps and they all crashed upon me attempting to open them. With a picture of caution sign saying "Stopwatch has…
Will Jamieson
  • 918
  • 1
  • 16
  • 32
2
votes
2 answers

Static card with pending intent in timelinemanager

I am trying to publish a static card into the timelineManager with a pendingIntent. However, after searching through the documentation, I can only find pendingIntent in LiveCard. Can I check if I am missing something or is there any way to put…
chuazy
  • 21
  • 3
2
votes
1 answer

Glass: setText size limitation ? How to display full screen text

I've just updated my glasses to XE12. Since then the Card doesn't behave in the same way as before. I want to display a card of text. Here is my current code, I had to change "setFullScreenImages" by "setImageLayout()" as it was deprecated. card =…
Hrk
  • 2,725
  • 5
  • 29
  • 44
2
votes
1 answer

Glass GDK High frequency LiveCard Hello, World example?

It seems like every tutorial that I can find has a different, usually old, way of doing it. For example, even Google's LiveCard page has an example where they tell you to implement LiveCardCallback , however the link they give is dead, and that…
Innova
  • 1,751
  • 2
  • 18
  • 26
2
votes
1 answer

couldn't receive google glass notification after subscription?

I have created a timeline card with menu item and subscribed the same.When i try it(clicked the menu item) from mirror api playground ,it shows notification send but my service couldn't receive any notification.Its not showing any sign of hitting my…
rafa
  • 1,319
  • 8
  • 20
2
votes
1 answer

How to set color of text on Card object

How to set color to the card object? There is some information about which are the support html tags, however i don´t know how to use it. Card m_InstructionCard new Card(this); String texto = getString(R.string.instruction_card_text); …
Oximer
  • 548
  • 5
  • 19
2
votes
1 answer

Google Glass GDK - Specify Mode in navigation Intent

Is it possible to specify a transportation mode for the navigation App when launching from an Intent? i.e. start navigation with walking directions. Intent intent = new…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
2
votes
0 answers

Google Glass not in Fastboot devices

I've been trying to root my new pair of Glass using fastboot oem unlock. I know I've done it before and it worked fine however I did a factory reset causing me to root it again. Whenever I do adb reboot-bootloader it reboots the device however I…
Clocker
  • 1,316
  • 2
  • 19
  • 29
2
votes
1 answer

Submenu command with Voice on Card/Livecard

I have GDK app with static card and have assigned menu to it. Such as 'Watch'. Now, I can activate that menu by touching the current active card. Is there a possibility to launch that menu with voice command 'Watch' rather touching it? If yes, how?
Acarin
  • 57
  • 6