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

Select a contact from the list

I'm writing an application that listens for the specific command, e.g. "send money to", and I want user to choose a contact from the list of available contacts (like in "send message to" command) after "send money to" is selected. Shame on me, but I…
nixan
  • 523
  • 1
  • 6
  • 13
2
votes
1 answer

OpenCV with Google Glass Library/Manager issue

I'm creating a face detection/recognition app for Google Glass and every time that I try to run the program it says that OpenCV manager is not installed and asks me to try and install it. When I click yes it says that it failed. I also attempted…
2
votes
1 answer

How to scroll webview in Google Glass

I have an Rss feed app displaying title and description from xml. I'm parsing the xml and displaying the content inside webview. When i navigate to webview, i can't able to scroll the content. It's like static. Is there is way to scroll content…
2
votes
0 answers

Glass XE17.1 - tap on "ok glass" menu with custom voice command is broken

I used to create one voice trigger that prompts user to speak additional commands before starting my Activity or Service, like: ok glass +-David ++-find me a parking lot ++-show me stock chart in XE17 or early version(XE16.2), either using voice…
David Lanz
  • 46
  • 3
2
votes
0 answers

Glass Device State offline

Right Clicked Glass sample application and am running as Android Application with Google Glass connected to computer. In Android Device Chooser pop-up box, google glass device state is shown offline. Google Glass --> Settings --> Debug is on…
user1509593
  • 1,025
  • 1
  • 10
  • 20
2
votes
2 answers

Google Glass how to detect head move up/down left/right events

I am working on a glassware where I have a image shown in my activity. I also managed it to zoom into the image by using slide gestures on the thouchpad. What I still need to do scrolling through this zoomed image. So my question is is their any way…
2
votes
1 answer

Can you wake up the device when publishing a card?

I have a background service that pushes live cards to the Glass. The device plays a tone when a card is published, but I would also like to wake the device up for a few moments. Is this possible without acquiring a wakelock?
r2DoesInc
  • 3,759
  • 3
  • 29
  • 60
2
votes
0 answers

Do LiveCards provide precise life cycle methods the way activities do?

In my application I used TimelineManager to display a LiveCard. I want to invoke a UDP request when the app is visible to user. I case if Activity, onResume() invoked automatically, but I am doing it in Service.
Sujay
  • 601
  • 1
  • 10
  • 19
2
votes
3 answers

How to target Google Glass 4.0.4 SDK 15 when released development kit preview uses SDK 19

I'm trying to target Google Glass 4.0.4 (API 15), as that is the version that runs on my hardware. Unfortunately it seems that Glass Development Kit Sneak Peek (API 15) is no longer available. I have Glass Development Kit Preview (API 19) in ADT.…
ewramner
  • 5,810
  • 2
  • 17
  • 33
2
votes
3 answers

Unable to connect Glass to run gdk samples

I have Glass with version 4.0.4, XE 12.1 I just installed the latest ADT with Android 4.4.2 (API 19) and Glass Development Kit Preview. My problem is when I try to run samples, DDMS shows the Glass device as being online but when I try to run the…
2
votes
1 answer

onActivityResult not firing across different applications

I'm using startActivityForResult / onActivityResult to communicate between two apps on Google Glass. Calling code: Intent intentScan = new…
kolosy
  • 3,029
  • 3
  • 29
  • 48
2
votes
0 answers

Read Aloud not working in XE16 GDK app

I had a read aloud menu option which was working fine with the API 15. But fails to work in the API 19. There is no error as such in the code but clicking on the menu doesn't lead to anything. Here is the code: I have added this in the onCreate …
Chirag
  • 335
  • 2
  • 3
  • 13
2
votes
2 answers

GDK Immersion/Live Card push notification

Is there any way to send a push notification to a native GDK Immersion application (or to a LiveCard based application)? As far as I have read, Glass doesn't support play services for GCM push notifications - is this correct? In our application we…
2
votes
3 answers

How can I prevent the OTA update for Google Glass?

With the bad surprises the XE16 update to the Google Glass has brought (such as removing the video calls feature or removing applications I had installed), I'm wondering if there is a way to prevent an OTA update? I don't want to root the unit (and…
aregnier
  • 1,574
  • 2
  • 14
  • 19
2
votes
1 answer

Possible OAuth error using mirror-api-python-cli to connect to Glass from Raspberry Pi

I am trying to use the mirror-api-python-cli command line interface to send timeline cards from Raspberry Pi to Google Glass. I am able to complete the first step which uses the code in get-credentials.py to connect to Google with my application…
solarfish
  • 31
  • 4