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

notify.php file is called multiple times

I have subscribed for notification. When a user shared any item, notify.php is called and I have written 16 post timeline item. But the biggest problem I am facing is this notify.php called multiple times. Could any one help me out. It would be very…
Mihir
  • 9
  • 3
0
votes
0 answers

GDK HelloWorld Service crash

I am building a HelloWorld-project called 'HelloGlass' using the GDK. I have a HelloGlassActivity class, which works perfectly fine when launched and compiled. I then try adding another class, HelloGlassService, which extends android.app.Service and…
arik
  • 28,170
  • 36
  • 100
  • 156
0
votes
2 answers

Glass doesn't appear under DDMS in eclipse

I am not able to get my Google Glass on available devices list in Window > Open Perspective > DDMS in eclipse. What I did - (1) Downloaded 4.0.3 SDK and GDK Sneak Peek (2) Turned on USB debugging on glass (3) Connected glass via USB (4) Opened…
Parva Thakkar
  • 637
  • 1
  • 8
  • 25
0
votes
1 answer

Registering share intents on Google Glass

Is there a way to to register my share intent so that in the normal Glass photo app I can register a card with my own Activity, i.e. share with x? This is straightforward in Android but doesn't seem to translate to Google Glass. This is what I am…
maxfridbe
  • 5,872
  • 10
  • 58
  • 80
0
votes
1 answer

Listing recently used glassware

Is there any way to get a list of the glassware the user has recently used? Kind of listing of recent apps you find on Android phones and tablets?
krthk123
  • 23
  • 6
0
votes
1 answer

Google Glass Samples Won't Resolve

I think I may have the Google Glass SDK installed in Eclipse incorrectly. I followed all the quick start instructions and downloaded all the different samples provided. All of them have the following type of error where a significant number of times…
0
votes
1 answer

Can't run Stopwatch sample using android phone as an emulator

I am new in Glass development and as I don't have the Glass I have installed Stopwatch sample using android phone as an emulator. But the applicarion crashes when I try to run it on my phone. Here are the changes that I did in AndroidManifest.xml…
lucy
  • 65
  • 8
0
votes
1 answer

requires unavailable shared library com.google.android.glass;

I have tried to install and run the compass sample project from glass developers site. I get the following error when try installing on non-rooted devices (nexsus4, galaxy note2): requires unavailable shared library com.google.android.glass;…
Elad Benda
  • 35,076
  • 87
  • 265
  • 471
0
votes
3 answers

how to upload to your code to Google Glass?

I'm in the process of learning android and the GDK, I have "Android developer tools" installed along with "SDK Manager". I made my first hello world app, but I don't know how to go about linking up to my Google Glass from my Windows 7 PC to upload…
Drace
  • 699
  • 9
  • 23
0
votes
3 answers

ListView or Table in Google Glass

My question is how to create a list on google glass card like below - 13:45 -------------------------------------- Name Address Date ---------------------------------------- Rakesh Bangalore …
Rakesh
  • 2,732
  • 29
  • 28
0
votes
1 answer

Infinite list scrolling in CardScrollView

So I've got a GDK activity which loads a CardScrollView, it's working fine. However this list can be very long so I'm paginating in the JSON, so only the first 20 or so items are returned. What I'm trying to do is so when the user gets to the end…
johnarleyburns
  • 1,532
  • 12
  • 13
0
votes
1 answer

Android WebView is empty if rendered from SurfaceHandler

I am writing an app for Google Glass (SDK level 15) and need to show WebView to display some html in it. To test it I defined a layout with 2 controls - TextView and WebView. All rendering I made in SurfaceHolder.Callback. Important is that callback…
adnecs
  • 175
  • 1
  • 10
0
votes
1 answer

Google Glass : Maximal number of characters in a Card?

What is the maximal number of character that we can put into a Card ?
wawanopoulos
  • 9,614
  • 31
  • 111
  • 166
0
votes
1 answer

Google Glass Sample Card App Crashed

Hi guys I have developed sample card application for google glass which was working fine before updating glass firmware , but now when I open it shows exception java.lang.NoSuchMethodError: com.google.android.glass.app.Card.setInfo I have already…
Cyph3rCod3r
  • 1,978
  • 23
  • 33
0
votes
1 answer

Call Python QuickStart Mirror API remotely

I have used the Python Starter project, and I can add time line cards that then show up on my Glass. What I would like to do is call the endpoints from a standalone application running on my Mac to trigger the Python logic to insert entries into the…
Beebunny
  • 4,190
  • 4
  • 24
  • 37