I was having the rather irritating issue with my Surface Pro where I’d hop on the train for my morning or afternoon commute, and the screen wouldn’t rotate (change the orientation) when I was trying to read with my Kindle app. What made it frustrating was that it’d start working again when I arrived. I read the troubleshooting document and then contacted Microsoft support and they weren’t able to reproduce the issue. This morning, I finally figured out what was going on.
More...
f2f753ab-9fa9-4313-a15c-a021c5a8eb26|1|5.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Several people reported that they had attempted to use the auto-update feature in the Vista ICM, and that doing that had removed the files required to display devices.
It seems the auto-update procedure is buggy and erases the flash storage before checking if it’s able to successfully load any available updates. Since the device has been discontinued and (I think) In2Networks has gone out of business (or at least has shut down the related servers). This means that the auto-update feature is now an “auto-destruct” feature.
My ICM was still intact (though I did have to factory reset it since it wasn’t responding), I did some hunting and pecking, and in the end I was able to pull out the files from flash file. I’ve attached them below. You can use the Advanced / File System page to upload and save them to flash under http://[ipaddress]/setup. As usual: Use at your own risk.
Thanks to Norman for agreeing to be the guinea pig to test these files out!
Other
Now for some geeky stuff:
1. To download files from the device, you can create files in the /var/fusion/web folder. The other option is to create a symbolic link to an existing file. This is especially useful for larger files. You can then download the file(s) with a browser from http://[ipaddress]/web/[filename].
2. I wasn’t able to download all of the flash files. In any case they are in /dev/flash:
- all
- boot
- bootarg
- config
- ethmac
- image
- settings
- storage
The reason I couldn’t get some of the larger files out is that the embedded shell does not support IO redirection, so I couldn’t cat to gzip to minimize the size.
3. I pulled the devices.tar.gz and style.tar.gz out of a flash image located at /dev/flash/storage. Since they were combined in a flash image, I had to remove a few bytes of the header before the first gzip file, and then split it into two (one for styles and one for devices). A test with 7Zip on Windows said the files were valid. I was also able to use gunzip on the ICM to extract the contained tar. However, tar failed as it ran out of space about halfway through (normally they packages are on another disk so the extraction works when it happens on startup.
7fcdbdd0-aa53-46e0-a5d8-d6128b67525f|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
I spent a moment this morning slapping together another application for the Nexus Q. This one is really simple, and all it does is to use the LEDs to show the time. There are three “hands” that show the hour in white, minutes in blue, and seconds in red.
The video doesn’t do full justice to the ability to read the time. The camera picked up too much light around each hand due to the diffusion the LEDs have. For example, the second hand looks fully red in real life, and doesn’t have the rainbow band around it as seen on the video.
53f32769-46f8-4cae-8c6d-7e29f175e997|1|5.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
The QRemote REST API documentation is now bundled into the application itself, but here’s a copy/paste for reference.
More...
537bb1f4-008c-42c0-8743-43de60339f8f|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04

I just finished setting up a repo on GitHub for QRemote: https://github.com/docBliny/qremote
It includes the source for both the Android application and the web interface.
I also updated the installable APK with the rough API documentation.
1fc56c8b-0459-4c07-a3f5-7aea53ff686d|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
UPDATE July 14, 2012: I updated the APK to contain rough API documentation. Just navigate to http://192.168.1.1:8080/api.html adjusting the IP address to match your Q.
OK, it’s late (I mean early), but here’s a very rough alpha version of QRemote which let let you control the Nexus Q via a RESTful-ish API and your web browser. It’s developer-only friendly at the moment, but that shouldn’t a problem since only Google I/O attendees have them. If you’re brave enough to test it and have feedback, hit me up via Twitter, Google+, or email. I’m lazy at approving comments here on the site. Anyway, to the point…
GALLERY
Here it is in all it's glory.

Installation
- Download QRemote.apk here.
- Upload the file using adb with the following command: adb install QRemote.apk
Running
Unfortunately, you’ll have to manually start the application every time you power on the Nexus Q. I’m working on to get the boot message receiver to work with a signed package (seems to work fine with a debug build).
- Start the application with the following command: adb shell am start -a android.intent.action.MAIN -n com.blinnikka.android.qremote/.StartServiceActivity
- Open up a browser and navigate to port 8080. For example, http://192.168.1.1:8080/
Known Issues
- You need to start it manually every time you power up the Nexus Q.
- You have to know your Q’s IP address.
- You need to load up a playlist with the Play application on an Android device.
- Videos are not supported.
Uninstalling
- Run the following command: adb uninstall com.blinnikka.android.qremote
Upgrading
You will need to uninstall and re-install the application if you had the initial Alpha version as I changed the keys used to sign the application. Just follow the instructions above to uninstall and install again.
d2e5f944-0662-4796-ba77-6cd3174c8f3d|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
The video says it all.
 
89f54371-c67f-425f-9cee-2fb0ab163dfd|1|5.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Here are a few random tidbits I’ve come across while messing around with the Q.
SPECS
- Operating System: Android 4.0.4 Ice Cream Sandwich (SDK/API 15)
- Processor: OMAP4460 (dual ARM Cortex-A9 CPU and SGX540 GPU)
- RAM Memory: 1GB LPDDR
- Flash Memory: 16GB NAND
- Connectors: TosLink (S/PDIF) audio, 10/100BASE-T Ethernet RJ45, Micro HDMI (Type D), Micro AB USB, Banana jack speaker outputs (2 right, 2 left, 4 total), AC power (Figure 8)
- Wireless: Wi-Fi 802.11a/b/g/n
- Bluetooth
- NFC
- Lighting: 32 RGB perimeter LEDs, 1 RGB status/mute indicator
- Hardware controls: Rotating top dome (volume control), capacitive touch sensor (mute)
- Weight: 923 grams (2 pounds)
- Diameter: 116 mm (4.6 inches)
Random Stuff
- Product name: Tungsten
- Device name: Phantasm
- Board name: Steelhead
- Bootloader: steelheadB4H0J
- The Nexus Q Android application is called “setupwarlock”
- It looks like the hardware and software might support up to 2048x2048 resolution
- Closed captioning works for movies (or at least the Transformers movie that was given away)
- iFixit teardown: http://www.ifixit.com/Teardown/Nexus-Q-Teardown/9636/1
Power Usage
I’ve only quickly looked at the power consumption, but my Kill-A-Watt shows between 2-3W when the Q is on and playing music and the same based on a quick test of movie playback. This is with Ethernet and HDMI connected. The numbers will obviously be higher if you use passive speakers and the internal amplifier.
eddcdc96-4b9a-4261-905a-cb1b06849f45|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
This is just a quick post to list out the applications that I’m aware of that use the LEDs on the Nexus Q and their priorities within the system. The priority determines which application gets to control the LEDs at any given moment. Higher numbers represent higher priority. I haven’t looked at the code close enough to see how duplicate priorities are handled, but I’m guessing that that situation is not deterministic.
I haven’t put a lot of effort into verifying whether the descriptions match reality of what the applications do. I’m sure I’ve missed applications, too. Feel free to let me know if something is off.
| Priority | Application | Description |
| 0 / 100 | TungstenLEDService | Master volume. Uses 100 to override everything when volume is changing and switches to 0 otherwise. |
| 5 | Visualizer | Displays theme-based animations. |
| 10 | NetworkLedController | Network status indication. |
| 20 | HubBroker | Bluetooth Pairing portion of the @home broker. |
| 25 | HubBroker | NFC handler. |
823f1152-f63c-4755-837f-1b8be5217572|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Here’s a quick list of ways I’ve been able to control playback using the adb developer tool.
- Send media key codes.
- Send broadcast Intents.
The values for both options are listed in the following tables.
| Action | Key Code |
| Play/Pause |
adb shell input keyevent 85
|
| Previous |
adb shell input keyevent 88
|
| Next |
adb shell input keyevent 87
|
| Action | Intent |
| Play/Pause |
adb shell am broadcast -a com.android.music.musicservicecommand.togglepause
|
| Previous |
adb shell am broadcast -a com.android.music.musicservicecommand.next
|
| Next |
adb shell am broadcast -a com.android.music.musicservicecommand.previous
|
| Play |
adb shell am broadcast -a com.android.music.musicservicecommand -e command play
|
| Pause |
adb shell am broadcast -a com.android.music.musicservicecommand -e command play
|
| Stop |
asb shell am broadcast -a com.android.music.musicservicecommand -e command stop
|
a9055f41-565d-49f6-8172-971c553d557e|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04