google-glass Questions
2
I started reading stuff on Google Glass development one week ago, including this. However, I still could not find a tutorial to develop a "complete hello world program". What I meant by "complete" ...
Linolinocut asked 10/11, 2013 at 8:36
1
Solved
I need to insert user's email in postBody of mirror API insert method. I am using this code:
$authtoken=null;
$postBody = new Google_Service_Mirror_Account();
$postBody->setAuthTokens($authtok...
Reginareginald asked 13/8, 2014 at 5:11
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
3
What I am trying to do with my google glass is pretty simple: create/display a hello world card for google glass
issue is::
when i add this:
import com.google.android.glass.app.Card
I get This...
Insurmountable asked 20/12, 2013 at 2:54
3
Solved
I was able to capture most of the events triggered by the touchpad of a google glass using the SimpleOnGestureListener in a native app.
With the following code you can capture these events
Main...
Sabrinasabsay asked 8/8, 2013 at 9:1
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
2
Solved
I read this article, which claims Google glass can autofocus. However, this code returns false:
getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_AUTOFOCUS)
I could not find a ...
Apure asked 25/12, 2013 at 21:44
5
Google Glass automatically uploads every photo I take with it to Google's servers, and puts them in a private Google+ folder. I don't take nude pictures, I'm not a Google competitor and I have no i...
Aitken asked 17/12, 2013 at 21:11
1
Solved
In search for a way to implement contextual voice commands with Google's GDK i came across this post. Yet, the example code seems to work only in XE12 not in XE16+. I tested this code recently, but...
Rustle asked 3/5, 2014 at 6:43
1
I am trying to send an image taken from Glass with below code...
Intent emailIntent = new Intent( android.content.Intent.ACTION_SEND);
emailIntent.setType("plain/text");
emailIntent.putExtra(andro...
Galactopoietic asked 29/4, 2014 at 7:45
3
Speaking "ok glass" brings up a command list that automatically scrolls based on the user's head motion.
Is there a built-in UI element in the GDK that implements this? Or will I have to write my ...
Idle asked 5/2, 2014 at 16:39
1
In Google Glass XE16 GestureDetector can detect several gestures like LONG_PRESS, SWIPE_DOWN, THREE_LONG_PRESS, TWO_SWIPE_DOWN , TWO_TAP & SOME OTHER GESTURES.
In glass TWO_SWIPE_DOWN is like s...
Viyella asked 22/4, 2014 at 11:40
3
Solved
Method getLastLocation() from LocationManager often return null and it's quite tricky to select best provider. The documentation says:
Warning: Do not use the LocationManager.getBestProvider() m...
Soursop asked 26/1, 2014 at 14:34
2
Solved
I have a GDK app that worked fine in XE12 but now crashes in XE16 after transitioning to GDK:19. In particular, calling openOptionsMenu() in an Activity (in this case, to open an options menu on a ...
Goad asked 16/4, 2014 at 8:18
1
Solved
I had a Glassware that launched using a voice command on the ok glass menu. It worked great in XE12, but in XE16 it does not show up in the main menu.
Here's a snippet from my AndroidManifest.xml ...
Anasarca asked 16/4, 2014 at 2:16
4
Google Glass Development kit was released yesterday. But, I can't find any emulator. Where is it? Is there any emulator like an android emulator out there, where we can test these native google gla...
Kathyrnkati asked 20/11, 2013 at 16:39
1
I have a service that is running in the same process.
<service
android:name=".service.GlassService"
android:exported="true"
android:label="@string/app_name" />
I start the service usin...
Chane asked 19/3, 2014 at 10:5
5
Solved
I can get the sample APK CompassActivity app to run on Glass but no luck with LevelActivity or StopWatchActivity? I am using Eclipse. Log below. Any suggestions?
[2013-07-29 17:02:18 - LevelActiv...
Kettle asked 30/7, 2013 at 16:51
2
Solved
I loaded one of the sample GDK apps and ran it on glass using ADT. How do I now delete the App from glass?
Catnap asked 11/12, 2013 at 1:2
6
Solved
I'm jumping head first into Android for Google Glass development and I'd like to know how I can let my client see the .apk that I'm working on.
My client owns a pair of Google Glass too but lives ...
Switcheroo asked 25/1, 2014 at 19:13
© 2022 - 2024 — McMap. All rights reserved.