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

Is it possible to use command listed in GlassVoice.apk but not enumerated in VoiceTriggers.Command?

I see a lot of commands in GlassVoice.apk from http://pastebin.com/PmiJjbHU on http://www.reddit.com/r/googleglass/comments/235oe5/google_glass_next_target_japan/. If so can I use them? Should I use "com.google.android.glass.permission.DEVELOPMENT"…
Deqing
  • 188
  • 1
  • 9
0
votes
2 answers

Google Glass updated to KitKat, but new methods aren't showing up in Eclipse?

My Google Glass updated itself to KitKat today, and I thought I have gone through and updated Eclipse successfully as well, but Eclipse is throwing errors on the new methods introduced into the GDK by the update. For instance, part of the update was…
meowsephine
  • 372
  • 1
  • 3
  • 15
0
votes
2 answers

After Android 4.4 update my immersive app from glass disappeared

I just updated my google glass to kitkat and then my app disappeared. and even when I am trying to install it on the glass again, its not showing up. no errors in the logcat. I am not sure what is wrong, does anyone have a clue?
Jonathan
  • 2,728
  • 10
  • 43
  • 73
0
votes
1 answer

Developing an app on glass that runs recursively

I have created an app on Glass that has a input prompt in addition to the voice trigger. The app has two activities, say A and B. A gets some input through voice prompt and passes it on to B which processes the input and produces the output. Now,…
0
votes
0 answers

Google Glass XE9 fails to find system update

I have a pair of Google Glass with version XE9 installed. When I go to Settings > Version, the screen shows "XE9 up-to-date" and there seems to be no option for upgrade. Is there any way to force Google Glass to update?
Johannes Brodwall
  • 7,673
  • 5
  • 34
  • 28
0
votes
2 answers

ViewPager not working in Google Glass after XE16 update

My Glass got updated to XE16 and thereafter Viewpagers used in Glassware is not working. It is not possible to move to any of the pagers by swiping.If anybody has encountered this before,please do help. Thanks
krthk123
  • 23
  • 6
0
votes
1 answer

With new KitKat Glass version my Glass app I developed under API 15 stopped working

With new KitKat Glass version my Glass app I developed under API 15 stopped working. I updated the syntax of all calls and I can install the .apk on my Glass hardware, but I can't trigger the voice command to launch my Glass immersion. How do you…
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
2 answers

Speech recognition on google glass offline

I am trying to make an offline application on google glass using the speech recognition. Indeed, my application should understand the command "Next", said at anytime, in order to launch an action. My application should work offline, so I would like…
Guillaume agis
  • 3,756
  • 1
  • 20
  • 24
0
votes
2 answers

Mirror API Multiple OPEN_URI Intents not appearing on menu

The mirror api's menu items are only displaying 1 of two open URI intents. Is there a way to get the behavior so that a user can own have two different URI_OPEN payloads on the same card? I have it properly configured from this referenced question,…
StanleyZheng
  • 4,008
  • 3
  • 21
  • 24
0
votes
1 answer

Getting the tap position in Google Glass

I checked the Google Glass GDK, Mirror API and documentation on gestures. A tap is detected as KeyEvent.KEYCODE_DPAD_CENTER Is there any way to determine the position of the tap on the track pad? Thank you.
Anil Maddala
  • 898
  • 16
  • 34
0
votes
3 answers

gdk.jar library file download

I have been facing problem with gdk.jar library file add-on in sdk folder. I have tried a sample program for google glass used in android virtual devices, from which I have added a gdk.jar file in project but I don't know why that jar file was not…
prakash
  • 1,413
  • 1
  • 21
  • 33
0
votes
2 answers

BarCodeEye QR Cocde Scanner implementation in my application

i am trying to integrate qr code scanner in my application in android, i am using zxing library BarcodeEye. i have implemented below piece of code Intent intent = new Intent("com.github.barcodeeye.scan.CaptureActivity"); …
nagendra
  • 161
  • 1
  • 1
  • 12
0
votes
2 answers

Google Glass wifi hotspot

I need to turn my Google Glass as a Wifi Hotspot in order to send data from Glass to my Wifi Shield (Arduino). Is it possible to set my Glass as a wifi hotspot?
Mark
  • 113
  • 7
0
votes
4 answers

Getting data from a website on to Google Glass

I'm still learning how to extract data from a website and I really hope I'll get some nice answers adequate for a starter. Anyways, my goal here is to extract the data in the background of my app(without openning and showing it in my app). The idea…
Emir
  • 13
  • 9
0
votes
2 answers

Open URL on Google Glass

I'm working on a native Google Glass app in Xamarin. I've got QR code scanning working properly - but after a scan I want to open a URL in the Glass browser. Is this something that's possible? The code below just shows that the text was properly…