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
0
votes
1 answer

How do you prevent your ADT loaded Glassware from getting uninstalled?

For last two updates of Glass (XE19.* and XE20*), whenever I load my Glass app onto a device it seems to get auto-deleted after a few hours. Has anyone else noticed this behavior and have a workaround to prevent it?
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
2 answers

content near "ok glass" gets grayed out

I am using contextual voice commands and I have noticed a bit weird. Content that is close to the "ok glass" text gets grayed out. The closer it is to this text, the more grayed out it gets. Since we don't have control over the "ok glass" text, I…
user3542552
  • 168
  • 8
0
votes
1 answer

How to know if app is launch from voice trigger

There is a way, to know if an app was started with "ok glass app" voice trigger, or if you made the click on the glass list apps? something like an extra on the intent, to know if the app was launched with voice trigger or with a touch. This mean,…
jfcogato
  • 3,359
  • 3
  • 19
  • 19
0
votes
1 answer

How to handle slow network connection speed in Android/Glass app?

If my Glass app has a slow network connection it starts freezing up and reacting horribly (even though network calls are done on Async tasks in background.) What do you have to do to make your app responsive even if there are asynch tasks in the…
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
2 answers

Glass: Best way to upload files in background?

What is the best way to upload large files in the background of an Android/Glass application? I'm currently triggering an asynch task for each file (photos / videos) I want to upload, but if the asynch task crashes or the activity that launched it…
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
1 answer

Google Glass GDK , unable to register BroadcastReceiver , onReceive() not called

Im trying to write a simple test app that listens in the background(using BroadcastReceiver) for Google Glass camera events such as taken picture, and than take that picture & do something with it. onReceive() is not being called. My Google Glass…
cyber101
  • 2,822
  • 14
  • 50
  • 93
0
votes
1 answer

Unable to debug glassware- Google glass

I am unable to debug glassware.I have tried the solution in this thread How to debug Google Glass GDK application? This application uses voice commands, It gets installed but doesn't start the default activity.I am unable to find any classes to…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
1 answer

Google glass- GDK- Unable to inflate view from XML file

I am running glass XE 19.1,I am trying to use layout inflator the XML file does exist under layouts folder but the file is never recognized. card_countdown cannot be resolved is the error I get. public CountDownView(final Context context, final…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
1 answer

Is there a way to detect when the glasses are put downˆ

Is there any means to detect when the glasses are put down? Ideally, I'm looking for a broadcast event, but any other means will suffice. I must be able to differentiate when the glasses are actually put down versus going to sleep while still on the…
AngraX
  • 1,803
  • 2
  • 18
  • 30
0
votes
1 answer

Simplest way to take a photo in Google Glass Android without using the MediaStroe.ACTION_IMAGE_CAPTURE intent

What is the simplest way to take a photo in Glass without using the default camera intent? Intent camera_intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); This intent doesn't work correctly in current 19.1 version so a simple workaround is…
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
1 answer

Navigate to the timeline (to the card with bundleId) from within an application

I have a Glass application that is activated by a voice command. The user requests a product and the request is then passed on to a node.js server, which handles the bulk logic of my application. When the node server is done, it builds some HTML…
alengel
  • 4,368
  • 3
  • 21
  • 28
0
votes
1 answer

GestureDetector NoClassDefFoundError

I created an activity which has com.google.android.glass.touchpad.Gesture amongst other imports and it's all fine and running. Then I needed to manage Gestures, so I imported import com.google.android.glass.touchpad.GestureDetector` and created…
0
votes
1 answer

Google glass app for audio capture and play back

I am developing an app for google glass, wherein I wish to record and audio and play it with a certain delay. For this, I am using AudioRecord class. The problem is that as soon as the app is opened on the glass, it goes to the layout page and exits…
0
votes
1 answer

Add multiple TextView to ViewfFlipper in Manifest?

I am attempting to add multiple TextView to a ViewFlipper through the Manifest. This is what I have done:
gdoubleu
  • 72
  • 1
  • 7
0
votes
1 answer

Is it possible to start custom glassware using camera button in google glass?

The Google glass contains a camera button at the top. By default it invokes the default Google camera app and captures the picture in a single click. If my app is running, I can receive the camera button pressed event by overriding onKeyDown() in my…
Arun
  • 1,399
  • 12
  • 21