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
2 answers

Targeting Glass as well as tablets. Are multiple intent-filters required?

My current Android application defines its intent filter as: In order to extend the application…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
1 answer

NoSuchMethodError - after update Glass GDK

I updated my Google Glass GDK from xe12 to xe16. My app was working perfectly well up until the update. Now when I run the app the glass throws: java.lang.NoSuchMethodError: com.google.android.glass.app.Card.setText I have followed the instructions…
0
votes
2 answers

Google Glass: Why Get Directions card require glass to connect with the MyGlass app on Android or iPhone?

When Google Glass is not connected with MyGlass App, Get Directions card in Glassware goes disabled but when connected it gets enabled. Why Google has enforced this kind of dependency, though Glass has it's inbuilt GPS feature? I didn't get any…
0
votes
0 answers

Google Glass : OnCreateOptionsMenu

I am trying to modify the title of menu item on google glass dynamically. As there is no hardware menu button and My activity is themed NoActionBarFullScreen, creating and initializing the Menu menu item in onCreateOptionsMenu always give null…
Cyph3rCod3r
  • 1,978
  • 23
  • 33
0
votes
1 answer

glass network block when camera capturing

I'm developing a live video program on Google glass. I send video data with google glass wifi. But when i send packets with sockets, eithter udp or tcp, the program will block randomly at the send or sendto function 5 seconds or more. This…
0
votes
1 answer

Java Google glass starter project mapping in AWS EC2

I am stuck with the Google Glass Java Starter Project. I have succesfully downloaded it and ran it locally using mvn jetty:run. It runs beautifully on localhost in my machine. I deployed it to Google App Engine sucessfully, but I wanted to add more…
0
votes
2 answers

Can I utilitze the GoogleGlass Compass or would i need to remake it for my needs?

I am working on an application that makes use of direction, and needs to be able to understand N/S/E/W, or in degrees off of north. I was curious how we can do that? I didnt really see a compass built into the device as much as a sample app. Does…
Fallenreaper
  • 10,222
  • 12
  • 66
  • 129
0
votes
1 answer

Need advice on view layout for Google Glass app - a table with varying # rows which should fill the screen (dynamic text size)

I'm creating a Google Glass app and need to display a simple table. The table will have 2 columns and a varying # of rows. I'd like the text size to be dynamic based on how many rows are in use. So if you have just 3 rows and the strings in the…
Nerdtron
  • 1,486
  • 19
  • 32
0
votes
1 answer

Android-GDK : Sample Compass Application not working

I am working on the Google glass application development. I have installed the sample Compass application. I am installing my apk file on Google Glass Emulator through adb. But it give me the following error at the time of…
Manali Sheth
  • 379
  • 2
  • 5
  • 17
0
votes
2 answers

Google Glass Application Development

I am an Android Developer. Now, I want to develop an application for the Google Glass. I had refer the link. https://developers.google.com/glass/ I had go through the Static Cards and Live Cards link. I want to make a simple notification application…
Manali Sheth
  • 379
  • 2
  • 5
  • 17
0
votes
1 answer

Why Google glass WiFi network is missing some data in UDP connection?

I am connected using UDP network connection, When I receive data from broadcast listener missing some data. Is this the problem with wireless network, anyone experience similar or other network problem with own apps?
Sujay
  • 601
  • 1
  • 10
  • 19
0
votes
1 answer

Streaming from Glass to Android phone

I would like to be able to get the streaming images from Glass to the Android device that pears with the Glass, like MyGlass Screencast but with the ability to get the streaming as byte[] to my Android application, after I would like to capture an…
BoazGarty
  • 1,410
  • 4
  • 18
  • 38
0
votes
1 answer

Does google glass have any haptic or vibration (physical) feedback function?

I'm wondering if google glass has any physical feedback capability (haptic or vibration) which most smartphones have. Thanks!
0
votes
1 answer

Different languages on Glass voice recognizer

I would like to have a command with a word from Brazilian Portuguese. Does someone know if there's any way to do this? Thanks!
0
votes
3 answers

Activity onPause doesn't come back to onResume

In my Google Glass app, I have and activity with a CardScrollView. Like the main Timeline, after ten seconds the screen is off and the activity go to onPause(). However when i tap Google Glass i doesn't see my activity, i see the Home Card (Clock)…
Bae
  • 892
  • 3
  • 12
  • 26