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

Google Glass: Can't swipe between cards in immersion

My problem is I've created an immersion activity with several cards in it. When I try and swipe between the cards, nothing happens. I can swipe down to end the activity, but I can't swipe between cards. The funny thing is if I let the glass go to…
Tortilaman
  • 213
  • 2
  • 13
0
votes
2 answers

KeyEvent.KEYCODE_DPAD_CENTER not being detected

I was following Google's Touch Gestures Guide on detecting D-pad key events, but they don't seem to be working. Here is part of my code: public final class ResultActivity extends Activity implements AsyncResponse{ [...] …
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
0
votes
2 answers

Glass Application Launch without Launchy

I've written a Glass application using the Glass GDK and Eclipse, however I cannot get Launchy (the side-loader application) working correctly. I've been told it's been broken since the last XE release. Therefore, how do I get my application to run…
CODe
  • 2,253
  • 6
  • 36
  • 65
0
votes
1 answer

Android Studio: Unirest-Java Could not find class 'org.apache.http.impl.client.CloseableHttpClient'

I'm trying to create a google glass application that uses the CamFind api to recognize objects from the camera. I've gotten maven to install, but it won't assemble the "master jar", so I'm adding dependencies to the gradle build path. I've gotten it…
0
votes
1 answer

Run Custom App using Launchy on Google Glass

I've installed Launchy.apk for Google Glass to side-load my custom Glass application. When running Launchy, I get a screen on Google Glass that looks similar to this: Launch...Glass Settings ...............Custom App Name 1 ...............Custom App…
CODe
  • 2,253
  • 6
  • 36
  • 65
0
votes
1 answer

Google Glass on Windows7: cannot access device

I have a brand new google glass and I tried to connect it to my Windows 7 PCs, but I cannot access the storage. If try the command adb devices, glass is not listed. I already installed the latest Google USB Drivers. Enabled Developer settings on…
0
votes
1 answer

Google Glass GDK: menuItem setActionView not respected in onCreateOptionsMenu (doesn't update view)

I'm attempting to grab a menuItem when onCreateOptionsMenu is called and override the default view by using setActionView (I'm aware I could use CardScrollView and CardScrollAdapter but this is a lot of work just get a menu up and…
Kurt Mueller
  • 3,173
  • 2
  • 29
  • 50
0
votes
1 answer

Google Glass does not appear on Android Studio devices

I want to develop for Google Glass with Android Studio. I'm really new to it. When I connect Google Glass to my computer over USB, Android Studio does not recognize it ("no connected devices"). Android Studio recognizes when I'm connecting my mobile…
user3170595
  • 109
  • 1
  • 1
  • 12
0
votes
2 answers

Google Glass Immersion Custom Layout without CardBuilder.Layout.EMBED_INSIDE

I am trying to build an immersion via a custom XML layout. My understanding is if I use CardBuilder, I would need to embed_inside but I wanted to use the entire screen with my XML layout. It appeared that this was previously possible using card…
0
votes
1 answer

Correct way to start single activity from card scroller

I have created a glass app in which I have CardScrollActivity that uses CardScroller and navigate to other Activities from it like below : public class CardScrollActivity extends Activity { private List mCards; private CardScrollView…
0
votes
1 answer

Why contextual voice commands in Google Glass limited?

I support a few contextual voice commands in my Glass application. These commands work as expected. However, it appears I can use my custom commands only in development mode. For release mode, one is expected to use commands listed under…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
1 answer

Google Glass: How to Launch Contact Application on Google Glass

I am trying to launch Contact Application on Google Glass by: Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI); startActivityForResult(intent, PICK_CONTACT); It gives ActivityNotFoundException. How to launch…
Ritu Raj
  • 543
  • 2
  • 6
  • 23
0
votes
1 answer

Google Glass SimpleWeatherApp getCity function return null

I'm trying do re-adapt simple weather app (http://code.tutsplus.com/tutorials/create-a-weather-app-on-android--cms-21587) to Google Glass, it returns a json object on Android and works, but in my google glass when I want to use the getCity function,…
stmorray
  • 1
  • 6
0
votes
2 answers

More info on menu selection Glass

I have a CardScrollView with several items in the list and I'd like to further expand upon a selected item with more information so for example: User swipes to a card user taps the side (or uses voice) the user selects "More Info" from the…
cat
  • 91
  • 10
0
votes
0 answers

OutOfMemory Exception while encoding Base64

I'm making a video with Google Glass and want to encode it into a Base64 String. When I'm trying to do this I always get an "OutOfMemoryException". The coding looks like the following: File mFile = new File(this.mNotification.getVideo()); …
user2858559
  • 39
  • 1
  • 9