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)

1574 questions
0
votes
2 answers

How to display dynamic map using GDK?

Is there any SDK methods to display dynamic map using glass GDK? What is used for Glass navigation app?
Alexey Zakharov
  • 23,564
  • 38
  • 122
  • 190
0
votes
1 answer

Thread safety when publishing to glass timeline

Are there any restrictions on pushing static cards to the timeline from various threads? I'm pushing a card and getting this exception, but the card shows up anyway. Want to make sure i'm not doing something wrong: 456-456/? D/StrictMode﹕ StrictMode…
kolosy
  • 2,859
  • 3
  • 25
  • 47
0
votes
1 answer

How do I figure out which custom menu item was triggered in the Google Mirror API?

Having a little trouble with determining which custom menu item was selected in Python. If I have the menu below, and have retrieved the card(html = item["html"]) in the notification processing code, how do I actually access the id…
user3136977
  • 351
  • 2
  • 6
0
votes
2 answers

Can't register voice trigger on glass

My glass app isn't able to find the "name" to use for the voice trigger. The command is showing up in the "ok glass... " list, but i get this exception when the app installs: 12-27 18:11:31.372 460-460/? W/VoiceTrigger﹕ Unable to get info for…
kolosy
  • 2,859
  • 3
  • 25
  • 47
0
votes
1 answer

Can Glass applications be paused?

On a regular Android device, an application is paused when it loses focus but retains visibility. On the Glass, it looks like only one application can be visible at a time and there's no way to change focus. So it looks like there's no pause state…
MatthewScarpino
  • 4,803
  • 4
  • 30
  • 42
0
votes
1 answer

Google Glass: TextView setText not working in activity

I am creating an Immersion type of app in Glass. I try to dynamically change a TextView in an Activity, but the program just crashes when I go to that Activity. I'd prefer not to use Cards since it is an immersive program. Any idea how to get a…
The Nomad
  • 6,385
  • 12
  • 58
  • 98
0
votes
1 answer

Is there an equivalent of speakableName for voice triggers?

When creating a contact you can set a a speakable name for names that aren't phonetic with the speakableName attribute. My company name is not phonetic, so I am wondering if there is an equivalent option to use with voice triggers for launching the…
calumb
  • 991
  • 2
  • 9
  • 24
0
votes
2 answers

How to set LiveCard.PublishMode in publish in XE12?

I am trying to update my modified stopwatch example for XE12 since it now doesnt work. I'm having a hard time figuring out how to use the new publish. Could somebody please give an example of what the code looks like to set REVEAL mode or SILENT…
calumb
  • 991
  • 2
  • 9
  • 24
0
votes
0 answers

All features disabled (touchpad and head gesture)

I just create a simple app to my glass device. However sometime while in using the device, i heard a sound (like a beep) and the screen turn off. The device don´t answer to any of my wakeup command. I tap the touchpad and move my head and nothing…
Oximer
  • 518
  • 4
  • 18
0
votes
1 answer

How to start app from Google glass

I have finished an app for Google glass and make it run well on it. But when I restart the Google glass, I can't find where my app is. Do anyone knows how to start an app without usb connecting to computer? Thank you very much.
0
votes
1 answer

Camera Intent on Google Glass using the GDK not creating the file with the URI I provide

So snippets of the code I am using below. Every time I call the intent, it takes the picture, and I can see the photo successfully save because I have the image capture open on my mac. Except theres a problem... it saves it with a completely…
Andy
  • 9,963
  • 19
  • 71
  • 123
0
votes
2 answers

How to load and launch a standard app on Google Glass

I've written an app for the Galaxy Gear that I'd like to also use on the Google Glass with minimal changes. Note that it works great! The UI with the side swipe tool on the glass is just fine and perfect for this particular application. What's…
Blaze
  • 1,409
  • 2
  • 14
  • 21
0
votes
2 answers

google glass voice command conflict?

I'm still waiting for my Google Glass, but I have a question about how Glass voice commands work.conflicts will be handled? For example, how will "ok glass play a game" be handled? Do you have to reserve certain commands or user will be presented…
Radosc
  • 3
  • 3
0
votes
3 answers

Google Glass: Displaying a published LiveCard

I'm having trouble displaying a LiveCard. public class RollTheDiceActivity extends Activity { private LiveCard mLiveCard; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
Calvin
  • 532
  • 5
  • 18
0
votes
1 answer

android google glass unable to instantiate activity componentInfo

I have no idea what it could be. I searched through my code for like 30 min MainActivity: public class MainActivity extends Activity { public void onResume(){ ArrayList voiceResults = getIntent().getExtras() …
Vincent Taglia
  • 174
  • 1
  • 3
  • 11