Google Glass 2.0 not getting Detected by Adb, any Solutions? - debugging

I recently got Google Glass 2.0 and the pc(Windows 8) detects the device but the adb does not recognize it, is there any solutions for this?
And I tried the solution in this link and it did not work Link

The hardware ids might be different from the answer you followed. See this other stackoverflow answer for more information.

Related

Windows 10 Mobile: Accessing device log (like logcat on Android)

I'm trying to find a way to view the device log of a Windows 10 Mobile Device.
I have already searched my way through various forums but it seems to be very new topic not many have come across so far.
So my question is:
How do I do this?
I'm looking for something vaguely equivalent to Android Studio's Logcat.
I know my way around in Visual Studio, I hoped there would be some way to do it via the debug console, but as far as I know that thing is limited to the current app you are developing.
Any help would be nice. I'm kind of lost here.
Cheers.
Currently there is no equivalent of Logcat.
But I can advise you some alternatives:
1) Visual Studio Console: you can display information from the code directly on the Visual Studio console. To do it just add below line to the fragment of your code:
System.Diagnostics.Debug.WriteLine("This is information to be displayed on the VS Console...");
You can also change the color of the font:
a. For example for errors you can set it to be RED:
Console.ForegroundColor = ConsoleColor.Red;
If you need some more complex solution you can try Microsoft HockeyApp.
With this tool you can measure performance of your app. Not only bugs but also how many users use your app (they can even contact you to report errors).
https://www.hockeyapp.net/features/
Third solutuion here is to use this official Logging APIs samples avilable on GitHub:
https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/Logging
Hope this wil help you.

Cloud9 offline mode

The first two links from a quick google search indicate that it's possible to work on a project via cloud9 while offline.
Is this possible to do, and has anyone had any experience with it? There doesn't seem to be anything mentioned in the docs.
I'm working on a chromebook and was hoping that this could be a possibility.
Thanks.
Note, the two links I found were:
http://googlecode.blogspot.co.uk/2011/05/working-offline-with-cloud9-on-google.html
https://www.youtube.com/watch?v=cbZBuxBdT24
Sadly this is not possible yet. There are new offline APIs being designed and we hope to make use of them in the future.

Is it possible to play with Google Mirror API without having the device?

I've been reading the documentation and playing at https://glass-java-starter-demo.appspot.com/ but it seems there is no way to further investigate since when following the instructions from https://developers.google.com/glass/playground at my https://code.google.com/apis/console/ the Google Mirror switch is not showing up. Is there any workaround?
According to issue #2 on the tracker (https://code.google.com/p/google-glass-api/issues/detail?id=2) access is currently restricted to members of the Explorer program with Glass.
With the release of XE12, the Mirror API is open to all developers. However, it's still very important to test your Glassware on Glass before distributing it.
you can use this.
Have a look at https://github.com/scarygami/mirror-api
Yes you can use your Android phone as a Google Glass. Look at this guide Google Glass XE7 APKs
After installing those apks in your phone. Lounch Glass Home app.
Then go to MyGlass application and configure your Glass.
Then register for Google Mirror API and follow this quick starter guide
Quickstart
Hope this will help you.
It seems possible now: https://developers.google.com/glass/devprev. Similar answer as Jenny but updated.

How to check if the user has internet?

I'm making an app for OSX and i would like to know how can i check if the user has internet connection?
I've been searching around on the internet for this, but what i've tried is not working.
Any example code would be very nice! Thanks
Here you can find a drop-in, ARC compatible version of Reachability.
Another version is available here.

How do I get TiddlySnip to work in Firefox?

Since Google stopped supporting Notebooks, I decided to look for alternatives and so I gave TiddlyWiki + TiddlySnip a shot. However, when trying to install TiddlySnip2.1, I'm getting this error:
"TiddlySnip" will not be installed because it does not provide secure updates
I followed the procedure specified in the site which is to add tiddlysnip.com in the Allowed sites-Add ons list but it still won't work.
And to add insult to injury, the support for the extension has been stopped as well.
My final workaround is to use an older version(1.21-beta), which I was able to find, but I'm finding it a bit unstable.
Did anyone have any success with this?
Thank you.
Eureka! Google has saved me! Their google group has a post on how to shoehorn it into Firefox 3.5.x: http://groups.google.com/group/tiddlysnip/browse_thread/thread/e5edef97dec18a17/ce49452f6397083a?lnk=gst&q=does+not+provide+secure+updates#ce49452f6397083a
Right Stumproot, however I just feel the need to look for alternatives.
OT, I went as far as going into the irc channel of tiddlywiki to find out and it seems that there's no other way around this issue than to use the older version.
I think that the TW community still plans to continue developing TiddlySnip but for now it's on hold so TW users will just have to make do with the beta version.

Resources