google-glass

Google Glass Development Error: (403) Access Not Configured. Please use Google Developers Console to activate the API for your project

天涯浪子 提交于 2019-11-27 22:43:33
问题 I am using the PHP version of the Google Glass Developer Kit. Setup everything per the sample code instructions. API/credentials are all fine, account billing is setup, have added the Mirror API to the project, but after I permission the application, I get the following Error: An error ocurred: Error calling POST https://www.googleapis.com/mirror/v1/timeline?key=xxxxxx (403) Access Not Configured. Please use Google Developers Console to activate the API for your project. I have added the

Google Glass Sample APKs

非 Y 不嫁゛ 提交于 2019-11-27 21:52:17
问题 I can get the sample APK CompassActivity app to run on Glass but no luck with LevelActivity or StopWatchActivity? I am using Eclipse. Log below. Any suggestions? [2013-07-29 17:02:18 - LevelActivity] ------------------------------ [2013-07-29 17:02:18 - LevelActivity] Android Launch! [2013-07-29 17:02:18 - LevelActivity] adb is running normally. [2013-07-29 17:02:18 - LevelActivity] No Launcher activity found! [2013-07-29 17:02:18 - LevelActivity] The launch will only sync the application

Google Glass ADB devices doesn't find. OMAP4430 driver not installed (can't find it!)

纵然是瞬间 提交于 2019-11-27 18:34:32
Plugging in Glass via USB allows me to browse files and such. But even with debug mode ON I can't get it to show up with the adb devices command. Also my Windows system said it couldn't find an OMAP4430 device driver (which is the Glass SoC I believe). What do? This was pretty frustrating, but I got this to work on Windows 7 with these steps, which are similar to what Jenny Murphy described except this actually works and has the right file names etc: 1 - Find your usb driver folder within the adt bundle folder, on my computer it was here: C:\Users\mscheel\Development\adt-bundle-windows-x86_64

DDMS unable to see Google Glass

試著忘記壹切 提交于 2019-11-27 14:09:43
I am trying to get Eclipse and DDMS to see my Google Glass device. I have followed the instructions found here: https://developers.google.com/glass/develop/gdk/quick-start However the DDMS device list is still empty no matter what I do. I have tried multiple USB ports and different cables. The Device Manager can see the Glass device but the DDMS doesn't. The DDMS can see emulators however. After doing a little digging it seems that you need to make sure that a driver is installed for actual devices vs emulators. However I can't find any instructions on how to do that with Google Glass. I tried

Google Glass preview image scrambled with new XE10 release

依然范特西╮ 提交于 2019-11-27 11:49:19
This occurs using a few apks that make use of the camera (e.g., zxing, opencv). It displays a glitched image in the preview but it is still a function of what the camera sees so it appears to be an encoding mismatch. The native camera preview works fine, so the internal apps do not exhibit this problem. Tony Allevato For now, please try adding the following workaround after you acquire the Camera but before you setup and start the preview: Camera.Parameters params = camera.getParameters(); params.setPreviewFpsRange(30000, 30000); camera.setParameters(params); (Or just add the

Using Android Speech Recognition APIs from Google Glass

筅森魡賤 提交于 2019-11-27 10:59:40
问题 I'm working to adapt an existing Android application to run on Google Glass, as a proof of concept. I would like to use voice input in my application to replace some features that currently require touch input. I can deploy my APK to Google Glass and run it without a problem (through ADB), but once it's running, neither Android speech recognition API I've tried works on Glass: startActivityForResult(new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)); This results in an

Unable to connect to Google Glass on Windows 7 (using ADT)

守給你的承諾、 提交于 2019-11-27 07:03:07
问题 Environment : OS : Windows 7 Ultimate 64-bit, SP1 (latest patches) Hardware : Dell XPS L702X (8GB Ram) Android Developers Tool (ADT) : version adt-bundle-windows-x86_64-20131030 Google USB driver : version 9 Google Glass : "v2" device running XE12 Situation : Debug mode enabled on Google Glass; connected to USB port on computer; no device seen (ADT cannot find glass). The android_winusb information already contains the following settings for Glass: in NTx86 section: ;Google Glass

Opening GDK Glassware through Mirror API Glassware MenuItem

妖精的绣舞 提交于 2019-11-27 06:30:44
问题 I have problem integrating GDK Glassware and Mirror API Glassware as described here. I need to open GDK glassware application using Mirroe api Glassware app MenuItem. Can I send data bundle with intent. Does anybody have an idea about that. Thank you. 回答1: I have finally figured out a way to do that First add your custom scheme to android activity tag in AndroidManifest.xml <activity android:name="com.sanath.MainActivity" android:label="@string/app_name" > <intent-filter> <action android:name

Is there an Android based Google Glass Emulator?

ⅰ亾dé卋堺 提交于 2019-11-27 06:11:22
Is it possible to define an Android Virtual Device for use to develop Google Glass apps (until the devices become widely available)? There isn't an out the box emulator. You can use the playground to preview your cards, this will show you how your card will be laid out depending on what attributes you provide in your timeline post object. On the right. Just switch that view on the right to HTML if you want to provide a custom HTML template for your cards. There's no official Glass Emulator yet. I overcame this via installing Glass APKs into Nexus 7 tablet. It worked perfectly: I can control it

Google Glass ADB devices doesn't find. OMAP4430 driver not installed (can't find it!)

試著忘記壹切 提交于 2019-11-26 19:30:11
问题 Plugging in Glass via USB allows me to browse files and such. But even with debug mode ON I can't get it to show up with the adb devices command. Also my Windows system said it couldn't find an OMAP4430 device driver (which is the Glass SoC I believe). What do? 回答1: This was pretty frustrating, but I got this to work on Windows 7 with these steps, which are similar to what Jenny Murphy described except this actually works and has the right file names etc: 1 - Find your usb driver folder