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

How to debug Google Glass GDK application?

It is easy to debug Android applications as most of them launch an activity and keeping breakpoint is all it takes. How to debug a GDK based google glass app as the service is triggered on voice and does not explictly launch an activity on install?
sivag1
  • 4,734
  • 3
  • 32
  • 35
12
votes
4 answers

Google Glass is not listed as Android Device by ADB

I'm trying to deploy a glassware .APK to a Google Glass device but it doesn't listed by ADB. I followed several guides which describe how to connect the Google Glass to the Windows 8 OS: glassdev codeproject stackoverflow I did the following in…
Mando
  • 11,414
  • 17
  • 86
  • 167
12
votes
1 answer

Google Glass bone conduction transducer as input device?

Does Google Glass's bone conduction transducer also work as an input device, and if so, how can one access its readings? EDIT: Let me clarify why I ask. According to Catwig's tear-down "it appears to double as a tactile switch". It's hard to tell…
Kenny
  • 1,543
  • 9
  • 16
11
votes
5 answers

How to Navigate a Google Glass GDK Immersion Application using Voice Command only?

How would I go about coding a voice trigger to navigate Google Glass Cards? This is how I see it happening: 1) "Ok Glass, Start My Program" 2) Application begins and shows the first card 3) User can say "Next Card" to move to the next card…
Drace
  • 699
  • 9
  • 23
11
votes
1 answer

How can I get audio output from Google Glass to a 3.5mm headphone jack?

Glass recently released headphones and a mono ear bud. This implies that it is capable of producing an audio signal from the Micro USB port. Is it possible to create an adapter for Glass to connect to a standard audio connector, such as a 3.5mm…
Brandyn White
  • 365
  • 4
  • 7
10
votes
4 answers

BroadcastReceiver onReceive() not Called when registered dynamically

The function "onReceive" is called when BroadcastReceiver is Registered in the Manifest but NOT called if registered dynamically. The code that works is below: public class EyeGesture extends BroadcastReceiver { //Eye Gesture private static…
Programmer
  • 121,791
  • 22
  • 236
  • 328
10
votes
1 answer

Unity3D + Glass Development Kit Preview

In Unity3D is it possible to target the Glass Development Kit (GDK) through Build Settings? The Android API 15 + GDK have been downloaded through the Android SDK Manager. I can successfully build Glassware through Eclipse. In Unity3D, the GDK does…
10
votes
2 answers

Google Glass GDK Theme for XML layout

Is there a theme that we can use in Eclipse or Android Studio for doing XML layouts? I know we should use: