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

how to disable high level menu (those that are builtin) on google glass

Would like to hide all the applications that came with the glass such as Show viewfinder, Recognize, Take a picture, Google, Record video, Send message, Get Directions, Call. I think the only way is to remove or uninstall their *.apk but not sure…
0
votes
1 answer

NodeJS GoogleAPIs mirror timeline insert returning 400 code with "required"

I'm trying to send a very simple Hello World message to the mirror API timeline in NodeJS with version 1.0.20 of the googleapis package, but I'm getting a response that isn't very helpful. // OAuth is happening earlier and creating the proper auth…
Josh B
  • 1,748
  • 16
  • 19
0
votes
1 answer

How can I create a simple time-based notification for Google Glass?

I'm basically working on an alarm app, where at certain times (e.g. 7pm, 10:30am), Glass should alert the user. I think this will work by creating a live card, but I don't know how to create one at a certain time and I can't find anything online…
0
votes
1 answer

When the MenuOptions screen is dismissed, the gray overlay is peeled out instead of immediately fade out

I am using a High Frequency LiveCard with a MenuActivity as PendingActivity to handle Menu operations - Similar to many of the code samples for example here:…
dovik
  • 49
  • 4
0
votes
1 answer

Google Glass CardBuilder.showStackIndicator() not found

I am trying to use the CardBuilder.showStackIndicator(boolean) method, which was introduced in version XE22, but Android Studio tells me that the method can not be found. I have the latest version installed from the SDK Manager and the latest…
Gaëtan
  • 11,912
  • 7
  • 35
  • 45
0
votes
1 answer

Google Glass Mirror API Live Timeline cards not automatic

I have created a Google App Engine Project in Java using the Mirror API for Google Glass but when I insert a timeline card, they only appear on the timeline on Google Glass when I have unauthorised and reauthorised an app
0
votes
1 answer

Sending a local image from Android (Google Glass) to an online Python script?

I've just started coding something for Google Glass. While I have experience with Java, I'm totally new to Android development as well as how server-type stuff works. I need to send a photo taken with Google Glass to a python script someone's…
choupettes
  • 31
  • 4
0
votes
1 answer

Getting the color of a google glass

I am trying to find the information that can provide the information of the color. Indeed, i wanna know the color in order to modify the user interface. Is there a database (sqlite) or any other information where i can get this information ?
0
votes
0 answers

Retrieve the Auth Token in GDK

Retrieve the Auth Token in GDK After Inserting the Mirror Account Successfully Now getting the Auth Token in APK side (GDK side). Mainfest.xml
0
votes
1 answer

CardBuilder Layout.AUTHOR switch order of elements

I'm working on a google glass application and I'm using the CardBuilder (previously was Card but now deprecated)class. With the arrival of CardBuilder there are a couple of different Layouts proposed, and the one that interests me is…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
0
votes
1 answer

Google Glass - 'Jump' to a card in CardScrollView via setSelection doesnt work

For me the function cardScrollView.setSelection(cardScrollView.getSelectedItemPosition() + 1) doesnt seem to work. Im calling the function after my glass receives a message from my nodeJs server, but it just doesnt seem to do anything. It's not…
0
votes
1 answer

CardBuilder show more text

is it possible to arrange Show more button using GDK now? I have pretty big portion of text which I would like to split for few cards for example. Thank you for help.
vadux
  • 101
  • 1
  • 5
0
votes
1 answer

Outputting Every Other Time

I have made an application that opens up a socket via a thread and updates based on what is typed. Here is the code: Server.java: public class Server { public static void main(String[] args) throws IOException { int portNumber = 2392; …
Zack
  • 871
  • 10
  • 24
0
votes
1 answer

Google glass- unable to get address from location

I am trying to get address of a location by passing latitude and longitude.But the address is always null. Here is my code.. @Override public void onLocationChanged(Location location) { // Called when a new location is found by the…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
1 answer

Alternatives to Card.getText() in CardBuilder

After the latest update for Glass, my code is essentially broken because of the deprecation of the Card.getText() method. What would be a painless alternative to this method? .toString is of no use because of the Object return type.
DosCadenas
  • 95
  • 1
  • 10