Colin Edwards
Colin Edwards
@Splaktar managed to ask the Glass team about this at I/O this year! "Not a priority" but "Really working hard to bring it back" https://www.youtube.com/watch?v=ssmix_q_BJQ&feature=youtu.be&t=37m15s Now we just wait :clock10:
Well looks like there isn't much hope for HID getting fixed now. This was in the last email that Glass sent out: "New feature development on the Explorer Edition will...
Right now this app requires you to pair a bluetooth keyboard in order to enter the pin to pair devices like the ODBII bridge.
Along the lines of #6 don't expect any of this to work ever now that Google is no longer fixing bugs on Glass.
So I think the bluetooth LE APIs work correctly so you could use something like this: http://www.adafruit.com/product/1697 They also added usb host mode at some point. There are Android libraries...
Bluetooth LE devices don't need to be paired through settings. Any app can discover and connect to a LE device without system level permissions. The nice thing about the Adafriut...
Looks like the way to do this will be to start a service when the device turns on and listen to the changes in connection status. http://stackoverflow.com/a/4716715/136408
Just posting a few tidbits to move the discussion along. Here's Microsoft's WDM audio driver sample: https://github.com/microsoft/Windows-driver-samples/blob/master/audio/sysvad/README.md And a few projects that leverage it: https://github.com/duncanthrax/scream https://github.com/JannesP/AudioMirror Things I'd like to...
It would be cool if we could support different image fit settings like in css: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit Might alleviate the need to look at the sizing of every image. This would...
I'll start off by saying that eve though there is some interdependency between these two RFCs they should be two separate PRs. Currently both of these RFCs are lacking in...