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

How to start application on paired android device from Google Glass?

Is there a way to send an intent from google glass and start application on paired android device ?
jellyfication
  • 1,595
  • 1
  • 16
  • 37
0
votes
3 answers

Designing an extension of existing android app for google glass

I've been trying to research into this for awhile now. Is there a way to let my google glass access the login information from an app that I developed for an android phone? So that essentially the google glass app acts like a companion app for an…
Jonathan
  • 2,728
  • 10
  • 43
  • 73
0
votes
1 answer

Implement a ListView in a google glass Card

I am trying to implement a listview of item inside of a Card (com.google.android.glass.widget.CardScrollView). The goal would be to open cardview and display about 10 item in a listview. Given the following activity. Adding the list to any card…
thechrisberry
  • 177
  • 1
  • 18
0
votes
2 answers

How to create a login to a Google Glass app?

On https://glass.google.com/myglass, apps that require a login do it from the website before installing the app. How can I create an app that requires a login like this? I can't find anything in the documentation about it. Also, how can I test the…
Tom Kincaid
  • 4,887
  • 6
  • 47
  • 72
0
votes
2 answers

Creating a share menu option in google glass

I am trying to create a simple share menu which list down the various applications for sharing the text. I am following the same approach as android. This is my menuactivity public boolean onCreateOptionsMenu(Menu menu) { MenuInflater…
Chirag
  • 335
  • 2
  • 3
  • 13
0
votes
1 answer

Is Google glass wireless stable and reliable?

I made a google glass app which receives some data (wireless) from a laptop and use the data to visualize something. The network connection is simple UDP or TCP, but I noticed that google glass often miss some data and stop visualization for a few…
0
votes
1 answer

How to create a file from google glass application?

I have an application that runs on glass. I want my application to create files at run time and be able to write/read data to/from those files. Can anyone show me a way to do this? Does Android's openFileOutput() work in glass?
Kshitij
  • 61
  • 2
0
votes
1 answer

One-finger-down not working when onKeyDown implemented

I am just making some tests and I created a simple immersion menu in a hello world activity. To do that, like it is said here, I had to implement the method onKeyDown: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode…
Sca09
  • 361
  • 4
  • 13
0
votes
1 answer

Need an interruptable way to listen for UDP packets in a worker thread

I'm developing a Google Glass app which needs to listen for UDP packets in a worker thread (integrating with an existing system which sends UDP packets). I previously posted a question (see here) and received an answer which provided some guidance…
Nerdtron
  • 1,486
  • 19
  • 32
0
votes
0 answers

Glass GDK: any function that writes, doesn't write

Any function that reads from storage works fine. Instances of different functions that write something - eg changing file path of camera intent, writing to an XML file - all fail. Gracefully - they just haven't actually written anything. We have…
OJFord
  • 10,522
  • 8
  • 64
  • 98
0
votes
1 answer

Voice recognition using Google Glass

Does someone know if the voice recognition of Google Glass is the same voice command as that on Android, or how to install the functionality on an android phone like the Galaxy S4. I think that is the same sdk but I don't know. My question is…
Premier
  • 766
  • 2
  • 10
  • 20
0
votes
1 answer

Create a card Timeline in Glass App

Can we create our own cards timeline. I want to display multiple cards in the same way as in the glass timeline. One option is to use the CardScrollAdapter for making a custom timeline. Is there any other way.? What if i want different option on…
Sheraz Ahmad Khilji
  • 8,300
  • 9
  • 52
  • 84
0
votes
1 answer

Oauth2 Access Token reports expired after Refresh (Google Glass Related)

After getting a new Oauth2 access token using the Google API for PHP, the newly given access token reports expired, with no refresh token available. Below, I send a CURL call through PHP to get my new access token, which works fine: //Get new…
Legendary_Linux
  • 1,509
  • 1
  • 11
  • 17
0
votes
1 answer

CardScrollView Gravity

I have card scroll view and I am trying to get the content in my cards to display centered. I tried: LinearLayout.LayoutParams para=new LinearLayout.LayoutParams( LinearLayout.LayoutParams.MATCH_PARENT,…
Alex Edwards
  • 1,613
  • 3
  • 24
  • 48
0
votes
0 answers

Google Glass stops receiving location updates

I have had location updates working all day, but suddenly this has stopped. And I have not changed the code for this. I am doing: activity = this; Criteria criteria = new Criteria(); criteria.setAccuracy(Criteria.ACCURACY_FINE); …
Jokez80
  • 131
  • 7