google-gdk Questions

2

Solved

I'm trying to record audio using Google Glass MIC but I keep getting W/IMediaDeathNotifier﹕ media server died error. Thoughts? It should start recording on the first touch and stops on the second ...
Spiritualize asked 18/7, 2014 at 10:36

4

Solved

From a native application how can we detect Google Glass verses a smart phone from code? Moving correct answer to question: boolean isRunningOnGlass() { return "Google".equalsIgnoreCase(Build.M...
Maje asked 10/9, 2013 at 15:58

4

Solved

I'm trying to deploy a glassware .APK to a Google Glass device but it doesn't listed by ADB. I followed several guides which describe how to connect the Google Glass to the Windows 8 OS: glassdev...
Nuggar asked 7/12, 2013 at 0:4

2

Solved

I'm trying to make it possible to navigate through my Google Glass application by using head gestures. I'm able to recognize head gestures like looking to the right left and up. They each have thei...
Pragmatics asked 27/2, 2015 at 8:16

4

The function "onReceive" is called when BroadcastReceiver is Registered in the Manifest but NOT called if registered dynamically. The code that works is below: public class EyeGesture extends Bro...

1

So I have an app on Google Glass that takes a picture, then converts it to grayscale and overwrites the original image in memory: private void rGBProcessing (final String picturePath, Mat image) {...
Magnetograph asked 22/2, 2015 at 17:55

5

Solved

I'm looking for a way to send data between my Android Device and Google Glass that doesn't rely on Cloud API's. Is this supported? I see the Bluetooth connections in the My Glass app, which makes m...
Jillene asked 2/12, 2013 at 20:14

2

Solved

Environment: OS: Windows 7 Ultimate 64-bit, SP1 (latest patches) Hardware: Dell XPS L702X (8GB Ram) Android Developers Tool (ADT): version adt-bundle-windows-x86_64-20131030 Google USB driver: vers...
Retrospective asked 4/2, 2014 at 22:33

2

I'm trying to make a function in google glass that allows me to navigate between the cards without having to say the hotword "ok glass". I tried creating a SpeechRecognizer that will constantly li...
Ambie asked 3/3, 2015 at 10:4

1

Solved

I'm trying to send a email to a (at this moment) hardcoded email adress when a streaming link is generated. I tried using the piece of code that was accepted as awnser HERE However I'm getting a e...
Pocahontas asked 24/2, 2015 at 10:28

0

I'm trying to setup my CI server to work with Android Studio. I'm looking to run my unit tests for the NDK through the new UI. I'm using GoogleTest and gcov works beautifully for the code coverage ...
Chiarra asked 15/1, 2015 at 20:44

4

Solved

I’m trying to use the new Google Glass Development kit with Android Studio. Unfortunately I'm not having much success. I get the error: "Gradle: package com.google.android.glass.touchpad does not ...
Ortrud asked 20/11, 2013 at 21:5

5

Solved

How would I go about coding a voice trigger to navigate Google Glass Cards? This is how I see it happening: 1) "Ok Glass, Start My Program" 2) Application begins and shows the first card 3) Use...
Whatsoever asked 8/2, 2014 at 22:1

6

I want to create a Google glass application in which i want to scan a QR code. I went through this post but i couldn't get clear idea. Read QR code Can anyone please direct me how to scan a QR c...
Subzero asked 9/1, 2014 at 11:6

8

Solved

Using the GDK (or in some other way), is there a way to display a progress indicator similar to the one displayed when connecting to a WiFi network on Glass? (the "spinning" lines on the bottom of ...
Vestment asked 27/11, 2013 at 9:2

1

We're trying to implement GDK glassware auth; have uploaded our beta APK to the Google Glass team and successfully implemented our MyGlass login page. We are now attempting to access the token via ...

1

Solved

I need some help completing the Mirror Credentials API insertion from my Python server code. We are using the Python Google API library to insert a special auth token into the Mirror API, but I'm g...
Overhang asked 13/9, 2014 at 0:27

4

Solved

I have an android app developed to run on the google glass. And I run it using the adb. is it possible to give configure a voice command so that I can trigger it by saying "Ok GLASS" + "My Command"...
Efta asked 20/11, 2013 at 5:18

2

Solved

I have an application with a CardScrollView as activity. Ok Glass => My App => Ok Glass => Next Page Or OK Glass => Previous Page Would it be possible to skip the second "Ok Glass" ...
Geologize asked 21/7, 2014 at 15:46

1

I am using Contextual voice command, it works great with 5 items. But when I put more than 5 items, I can still use it by saying the words, but the UI doesn't show them. For example if I have : ...
Barbate asked 22/7, 2014 at 16:17

2

Solved

What part of the code in the four sample APK projects listed here for Google Glass prevents the screen from dimming? When I write my own APK and sideload it, after ten seconds with no tapping, the...
Seychelles asked 29/8, 2013 at 4:10

4

Solved

I have just begun developing for Google Glass, and I knew the GDK if fairly new so this may not be possible yet, but here's what I'm trying to to: As with the "make a call" prompt or the "send a m...
Decapitate asked 24/11, 2013 at 19:44

3

Solved

With Glass you can launch an app via the 'OK, Glass' menu and it seems to pick the nearest match unless a command is miles off, and you can obviously see the list of commands. Is there anyway from ...
Edythedythe asked 16/1, 2014 at 17:8

2

Solved

Is there a way to insert the "ok, glass" trigger into an immersion activity on Glass? I want to make the launch of my application as seamless and quick as possible. Making an immersion application ...
Paginate asked 21/11, 2013 at 22:51

3

Solved

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?
Sommerville asked 30/12, 2013 at 0:44

© 2022 - 2024 — McMap. All rights reserved.