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
1
vote
1 answer

App won't close (Glass, Unity3d)

I have an Android Studio project, generated from a Unity3d Project. I wanted to run my project on a Google Glass so I followed this tutorial (http://forum.unity3d.com/threads/how-to-build-for-google-glass.219558/). Everything works fine so far, but…
000000000000000000000
  • 1,467
  • 1
  • 19
  • 38
1
vote
0 answers

Newbie trying to sideload on Glass XE22 - getting "offline" in adb

I am trying to figure out how to side load an app to my Google Glass. It is on XE22. I did all of the simple things like adding adb and updating the .inf file. but when I do ADB DEVICE it says my serial number and then "offline". I tried…
1
vote
1 answer

Impossible to create a Glass application

When I try to create an application for Google Glass, I can't select Glass on the menu of Android Studio. The "check" is disabled: I have the correct path of the SDK assigned to Android Studio, and the API 19 is installed correctly: Tests that I…
adlagar
  • 877
  • 10
  • 31
1
vote
1 answer

I need some help on the OnKeyDown function

I’m a beginner programmer on google glass and i try to use the OnKeyDown function to detect a tap on the D-pad, but I have a problem with this function when i detect the tap event I want to put a text on the screen. I search in other post and I…
1
vote
0 answers

How to connect Google Glass to a WiFi network programmatically?

A fundamental question I have been concerned about is whether or not it would be possible to connect to a WiFi network within the Android code, considering the conventional way Google Glass connects to a network with QR codes. If it is possible, my…
Josua B
  • 71
  • 6
1
vote
0 answers

Menu in immersion for glass ware development

I am quite new in android developing, I would like to develop an application for google glass when I create a new project and choosing immersion as a user interface no menu and layout appear in the left column of the android studio under "Android"…
Chamran Ashour
  • 441
  • 1
  • 4
  • 6
1
vote
0 answers

Google Glass take a note - How to display the "Noting/Noted" status card?

After a user finishes speaking, I want to display a card telling the user that their data is being saved. I see that the "Take a note" Glassware does this however I can't figure out how to implement the same feature. Is the source code for "Take a…
Matt Ross
  • 21
  • 1
  • 5
1
vote
1 answer

Google Glass - Autostart Application on Boot

I just received a new google-glass from a company which wants it to support their employees while picking and packing goods in their warehouse. For this reason they need a Server Client application which really isn't the problem. I never did…
1
vote
0 answers

Google Glass extra.PHONE_NUMBER ignoring country code

I am writing an App for Google Glass and when using the Intent Intent localIntent = new Intent(); localIntent.putExtra("com.google.glass.extra.PHONE_NUMBER",…
Malte
  • 589
  • 5
  • 24
1
vote
1 answer

How do I get user statistics?

Google Play and iTunes Connect give statistics on who has downloaded my Apps. Google even tells me who still has them installed. But Glass? I don't seem to be able to find any information at all on who has my Glassware installed. OK, fine, I could…
kznh
  • 35
  • 4
1
vote
1 answer

Can Google Glass Connect to Multiple Bluetooth Devices at Once?

Situation: As soon as my Google Glass and phone connect through the standard MyGlass Bluetooth connection, I want apps that I wrote to run on both my phone and my Glass to start and create a second Bluetooth connection between each other. Following…
1
vote
0 answers

AndroidManifest.xml file auto-generates to previous, incorrect version

I am using Android Studio (on Mac) to develop an app for Google Glass, and I need to use unapproved voice commands. I added the permission to the manifest file like this:
user3496084
  • 61
  • 1
  • 5
1
vote
2 answers

Speed-up application by remove code for writing logs?

I am trying to speed-up my application. Will it make my app significantly faster if I remove all the logs-code? Does it make a difference ? My app writes lots of logs. Log.v(TAG, "example android log"); I read this question, but it doesnt answer…
ofir_aghai
  • 3,017
  • 1
  • 37
  • 43
1
vote
1 answer

Creating a form that accepts voice input on Google Glass

Does anyone know if any Glassware has the ability to allow a user to fill in a form via voice input? Or even if there's some kind of plugin that allows voice input on the browser? If not, is there any particular reason why this isn't possible? I'm…
Matt Ross
  • 21
  • 1
  • 5
1
vote
0 answers

Google Glass XE22 Android MediaRecorder stop() freezes application

I am new to android programming and I am trying to collect the video as a mp4 file and the sensor data and write the same into a dat file. I have managed to start recording but stop recording freezes the application. There are 2 phases. Phase I: A…