Microsoft's SmartGlass For Android Reviewed 107
An anonymous reader writes "Microsoft has released their much anticipated SmartGlass application for Android, allowing the Linux-based mobile OS to act as an input device for their Xbox 360 game console. While the app has its share of annoying problems, it does offer a glimpse into a possible future where consumer electronics are no longer crippled by the artificial barriers of manufacturer or operating system."
Is this Microsoft's response to (Score:5, Interesting)
Re:Is this Microsoft's response to (Score:5, Funny)
Well, they Wii U hasn't been released yet so a pre-sponse?
Re: (Score:3)
Not just a response. A major revamp of a system that has barely made it to market.
Seriously, why did Nintendo announce the Wii U so early? Microsoft almost beat them to market with their own idea.
Defensive publication (Score:5, Interesting)
Seriously, why did Nintendo announce the Wii U so early?
It's called defensive publication [wikipedia.org]. For any feature Nintendo announces, someone else can't get a patent.
Re:Is this Microsoft's response to (Score:4, Interesting)
Well I can tell you for a fact that MS not only intended, but relished stealing Nintendo's thunder on this one.
I was talking to an MS employee working on the project (while still secret, but I guess my NDA is expired now) and he said they had actually planned their 2012 E3 keynote to introduce it the day before Nintendo's keynote formally announcing the Wii U. The basic pitch was "why go buy an expensive proprietary controller that does one thing when you can use any smartphone or tablet from any manufacturer?"
Re: (Score:2)
Because 3rd party developers with early dev kit access were leaking details to the press. They thought it was better to announce it on their own terms than to have all the details leak out that way.
Re:Is this Microsoft's response to (Score:4, Informative)
Re: (Score:1)
Ballmer did recognize Linux as a threat in an interview - however the big Linux based threat for MS now is not desktop Linux OS but mobile Linux based Android OS (as well as iOS - though I don't know if I should talk about threat, it's hard to threat a company on a field where it's not dominating anything).
Re:Um Linux? (Score:5, Insightful)
Re: (Score:3)
Everything has different APIs, but in most case those are artificial barriers. Mostly due to lack of (public) documentation. Other times, because of stupid patents.
If you mean different ABIs then yes, that is true, but that's just part of the game. It is like saying different processors have different microcodes.
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
'Included in "etc"' ? Seriously ?
So what you mean it "Different operating systems have different things".
It is an interesting argument, in light of the fact that most barriers have NOTHING to do with the operating system(s). Ask anyone who worked with TMN, inter device communication etc. Heck, even people who work with things as simple as EDIs will tell you that is nonsense.
fork + exec = spawn = CreateProcess (Score:2)
Consider, for example, the lack of fork() in windows. It's a complete showstopper for linux programs which depend on fork. That's an API-level problem.
These problems are surmountable. Perhaps the most common case of fork() is to prepare for exec(), in which case an application can wrap the fork() and exec() in a function called spawn(). Then on Windows, spawn() would wrap CreateProcess().
Re:Um Linux? (Score:5, Insightful)
You've got to be kidding me.
Microsoft has been actively fighting for more than a decade by all means, both technically and legally, technologies such as Java in order to make multi-platform development as difficult as possible. The whole idea of .NET was to make it harder to port programs while making it easy to develop for one platform. Apple does the same by tying developers to their toolchain and making it hard to develop with anything else than Objective-C+Cocoa. (Not to speak of various lawsuits.)
Does the word "application barrier" not ring a bell at all? Of course it's intentional. Everybody knows that since the mid 90s. It is not hard at all to overcome low-level API inconsistencies, every cross-platform abstraction layer does that. The reason why all of these libraries are incomplete or create problems is economical not technological. If the big players had worked together rather than against each other, you could today write any application once and run it on every PC, every Mac, every smart phone, your browser and probably also your mom's toaster.
Re: (Score:1)
Nothing wrong with objective C. What's your problem? And OS X is Unix. May be you're heard of it.
Re: (Score:1, Flamebait)
Re: (Score:3)
Apple's toolchain is GCC 4.2 or Clang 3.1.
Both are good compilers.
You don't to go through the stupid IDE to do things. It works just like on Linux, except that GCC 4.2 is old and outdated.
A social safety .NET (Score:2)
That would mean processor hedgemony. There would be no everything. There would just be Sameness. A universal one size fits all. Socialist code!
Sometimes, especially for code that blocks on the user most of the time, just running is better than running fast. To use the "socialism" analogy, perhaps we need a bit of social safety net, an instruction set that every computer on the net can use.
Re: (Score:2)
Social safety net you say?
Java? Is that you Larry?
I can't see why would One Rich Anus Called Larry Ellison be promoting a "social safety .NET [for] every computer on the .NET". Or is there another Larry I should be aware of who works for Microsoft or Xamarin?
Re: (Score:1)
Re: (Score:2)
The reason why all of these libraries are incomplete or create problems is economical not technological.
And yet in the Open Source world things get reinvented and reimplemented in slightly incompatible ways all the time. Heck, even a Gnome2 isn't very much compatible with a Gnome3 and cross-distribution compatibility is still not something we don't have on Linux, let alone a package management system that could handle it.
Sometimes incompatibility is intentional, but very often it's simply a case that it's easier to hack together your own solution for a problem, then trying to get everybody else agree on one.
Very bad example since it was deliberate (Score:2)
Looks like they want it to have a future (Score:3, Funny)
Re: (Score:2, Informative)
It's already out on Windows Phone as well.
Re: (Score:1)
Quit trying to confuse people with facts.
Re: (Score:2)
Nope, they released it for Microsoft Android iPhone at the same time too.
Re:Looks like they want it to have a future (Score:5, Informative)
Except they released it two days earlier for Windows Phone and it runs great. But.. whatever.
Re: (Score:2, Funny)
Except they released it two days earlier for Windows Phone and it runs great. But.. whatever.
Yes indeed, both Windows Phone users have reported this.
Re: (Score:2)
One 100% market growth from the number of WP users last week. That's amazing.
Woooo +2 Troll (Score:1)
Re: (Score:1)
I think they changed the code a while back and you can't achieve it any-more.
Still, googling it you can find some very amusing posts labelled +5 troll https://www.google.it/#hl=it&rlz=1C2GPCK_enSI363&sclient=psy-ab&q=%22score:+5+troll%22+site%3Aslashdot.org&oq=%22score:+5+troll%22+site%3Aslashdot.org&gs_l=hp.3...62009.64450.4.65019.8.8.0.0.0.0.89.645.8.8.0...0.0...1c.1.bm1TZaT9-M4&pbx= [google.it]
Re: (Score:2)
Yes indeed, both Windows Phone users have reported this.
Wow. That is twice as many as I expected. ;)
Re: (Score:1)
I'm sorry, "Windoze"?
How old are you? 15?
This "Windoze" phone, is it from "Micro$loth"?
Idiot.
Re: (Score:1)
Hey, I run my WinSlow - and really my WinBlows.
no longer crippled by the artificial barriers? (Score:1)
DRM will continue to cripple and kill off (minidisk, DAT) our technology for a very long time.
Re: (Score:1)
Yes, it does, and I should have included copyrights and patents. These, and all the politics behind them are the biggest impediments to human progress we have today. If I develop my own UI for Xbox, will I be sued or receive a C&D for it?
Plenty of PCs on which to prototype your UI (Score:2)
If I develop my own UI for Xbox
To paraphrase the recent order of the Register of Copyrights denying the DMCA exemption for interoperability with game consoles, why do you have to make a new user interface for an Xbox game console? There are plenty of PCs on which to prototype your user interface, and PCs can use the same Xbox 360 controllers, Kinect sensors, and HDMI monitors that Xbox 360 consoles use.
Re: (Score:1)
rooted phones (Score:1, Troll)
glimpse into a possible future where consumer electronics are no longer crippled by the artificial barriers of manufacturer or operating system.
Does it deal with rooted phones intelligently by assuming the device is malicious or does it deal with rooted phones stupidly by assuming the device is perfectly trustworthy?
I don't have a xbox 360 so it doesn't matter for me, but if I did I'd probably have the sniffer up and sniffin already. Unless it uses bluetooth somehow instead of wifi. of course there are sniffers for BT but it takes some specialized hardware.
Re: (Score:2)
Re: (Score:2)
If you have rooted the device, you can intercept any communications through any of the operating system provided services, either by using the monitoring facilities it provides or by modifying it. You don't need to sniff the packets 'on air', and thus you can pick the traffic for bluetooth too.
If you are worried that sensitive data is transmitted over a network link... uhm... then the software should be encrypting the data.
I don't get what's your worry, anyway, other than people reverse-engineering Microsof
Re: (Score:2)
I'm not sure what you're on abut. Android was designed to be rooted. It can also tell applications that it's not.
Re: (Score:3)
Does it deal with rooted phones intelligently by assuming the device is malicious or does it deal with rooted phones stupidly by assuming the device is perfectly trustworthy?
Perhaps it deals with all phones the same way: As clients, with strict checking of data integrity and verification. Client side security is an oxymoron.
DRM proponents (Score:2)
Client side security is an oxymoron.
So how should people who understand this fact go about convincing Disney, Fox, Paramount, Sony, Universal, and Warner Bros. of this?
Re: (Score:3)
Client side security is an oxymoron.
So how should people who understand this fact go about convincing Disney, Fox, Paramount, Sony, Universal, and Warner Bros. of this?
Their ignorance is our bliss.
Technologically unsound DRM and largely unenforcable draconian copyright laws means that their efforts WILL fail. How stubborn and thick-headed they are will determine how many tens of millions of dollars (that could have enriched their shareholders) they will waste on programmers and lobbyists before they are forced to admit it.
What we really need is a movement among shareholders. Let them start seeing every dollar spent on DRM and lobbying for more copyright as managem
Re: (Score:2)
Works fine on my rooted Droid 4 with a custom ROM.
Dunno WTF it's useful for, yet (if anything) but it doesn't complain about anything.
Re: (Score:2)
Just tried it out. One thing it is useful for is making the silly "Metro" interface more usable.
Re: (Score:2)
How would a rooted phone be an issue at all? As far as I can tell from TFS this is a controller only, it's not like you would be able to add "points" or anything like that to your account via it.
Shows MSs confidence in WIn 8/ARM tablets. (Score:1)
Re:Shows MSs confidence in WIn 8/ARM tablets. (Score:5, Informative)
Smartglass is available for both WP7 and WinRT, but hey, don't let reality interfere with your fantasy world.
Re: (Score:2)
But you know, Microsoft once supported running Windows apps on UNIX until NT gaine
Not happy on a Jelly Bean tablet (Score:5, Informative)
Not compatible with ASUS T-300 running Jelly Bean. :-(
Re: (Score:1)
Just sideload it, worked for my nexus 7.
http://forum.xda-developers.com/showthread.php?t=1957648&page=4
Re: (Score:1)
Non-rooted Nexus 7 here. Google play says "Your device isnt compatible with this version".
Re: (Score:2)
Microsoft are artificially preventing their XBox apps working on Google's tablets, because they recognise that whilst Android phones are now far and away the most prominent smartphone platform on the planet and hence unavoidable in terms of support, that's not such the case in the tablet world where Microsoft still think they have a chance with WinRT.
In other words they think that by blocking it on the Nexus 7's default setup it'll give users more reason to buy a Windows tablet, than an Android tablet whils
Not bluetooth (Score:5, Informative)
I first assumed this app would connect directly to my XBox via Bluetooth, and act as an actual controller device. It doesn't. Instead it requires internet connectivity on both the XBox and phone, and goes through the XBox Live servers (you have to sign into your XBox account on your phone, and also be logged into that XBox account on the XBox itself, before it can connect). I don't feel like messing around watching network traffic today, but I'm curious if XBox Live hands my phone over directly to the XBox (they find one another on my local network), or if all communication has to go through the XBox Live servers. There is a bit of latency, so I bet all communication is going out over the internet even though the devices are only 5 feet apart and both on the same LAN.
I found the gestures a bit clunky. For example, you have to touch-hold while dragging to drag faster. However there isn't any method (that I could find) to go through a whole page at a time in the XBox menus. I had to go item by item. I think I would prefer a simple D-Pad type setup on my phone, with dedicated buttons to scroll entire pages / screens at a time.
Re:Not bluetooth (Score:5, Funny)
I first assumed this app would connect directly to my XBox via Bluetooth
That'd be pretty slick given your xbox doesn't have any bluetooth support.
Re:Not bluetooth (Score:4, Informative)
I first assumed this app would connect directly to my XBox via Bluetooth, and act as an actual controller device. It doesn't. Instead it requires internet connectivity on both the XBox and phone, and goes through the XBox Live servers (you have to sign into your XBox account on your phone, and also be logged into that XBox account on the XBox itself, before it can connect). I don't feel like messing around watching network traffic today, but I'm curious if XBox Live hands my phone over directly to the XBox (they find one another on my local network), or if all communication has to go through the XBox Live servers. There is a bit of latency, so I bet all communication is going out over the internet even though the devices are only 5 feet apart and both on the same LAN.
I found the gestures a bit clunky. For example, you have to touch-hold while dragging to drag faster. However there isn't any method (that I could find) to go through a whole page at a time in the XBox menus. I had to go item by item. I think I would prefer a simple D-Pad type setup on my phone, with dedicated buttons to scroll entire pages / screens at a time.
For reference, 360 controllers don't use bluetooth.
Re: (Score:2)
Xbox live is used for pairing. The actual interface is then negotiated over the LAN.
Or at least that's my understanding since I first connected over my phone's 3G connection (I had wifi turned off) and it gave me a notice saying something to the effect of "Please connect from the same network for better performance."
Re: (Score:2)
Similar thing for linux? (Score:3, Interesting)
Anyone remember Amiga Basic? (Score:1)
'The app has its share of annoying problems'...
...and I'm _sure_ they didn't do it on purpose!
No luck on my Nexus 7 (Score:2)
Re: (Score:2)
Perhaps it's limited to phones at the moment? Surprised to see the Android version beat iOS considering MS has supported iOS much more in the past.
Indeed, TFA states that. I know - I'm so ashamed I actually read TFA.
Has Microsoft turned the corner? (Score:5, Interesting)
Bear with me why I provide a little background to the question in the subject:
I worked for IBM for better than a decade, from the late 90s to just a couple of years ago. During that time, the general sentiment inside of IBM was that trying to lock customers in was a bad idea, that in the long term what was good for business was open, cross-platform widely-compatible solutions. That's not to say that none of IBM's product divisions ever tried to lock customers in, but it was the exception, and a fairly rare exception, and most of the rest of the company thought they were being stupid.
Obviously, the IBM I worked for was radically different in that respect from the IBM of the 60s, 70s and early 80s, when interoperability was a dirty word and IBM was able to gouge customers for obscene profits by locking them into "pure Blue" solutions. The anti-trust lawsuit and resulting consent decree was the start of the transformation, but the bigger force, IMO, was the fact that customers started distrusting IBM. In the late 90s when I started working for IBM Global Services, it was fairly standard practice in the consulting arm to actively *avoid* recommending IBM products unless they were clearly and undeniably the best solution available. A few years later practice shifted to pushing "blue" solutions more... but by then all of the solutions themselves had become not only interoperability-enabled, but most of them were entirely about interoperability, as IBM made the shift to a middleware and services company.
The fact is that open architectures and interoperable solutions really are better business in the long run. In the short term, lock-in allows the extraction of monopoly rents, but you don't build strong customer relationships that way, and good relations with your customers is how you continue raking in the bucks year after year, decade after decade. This is especially true for companies like IBM whose primary clients are businesses, but it's also true for companies that straddle the business and consumer markets, like Microsoft.
A number of things that have happened over the last few years make me think that Microsoft, even though they didn't get slapped around by the government the way IBM did, and really haven't ever gone through the sort of bloodletting that IBM did, has begun to turn the corner, to lose its institutional arrogance and its startup mentality of total domination at all costs, and matured into a company that understands you don't have to win everything to be successful, and that cooperation is sometimes more effective than competition.
I'd have said they'd never make that change while Ballmer is in charge, but maybe I was too pessimistic.
I'll reserve judgment for a few more years and see where they go. But I'm beginning to have hope that a new, less-evil Microsoft is emerging. They may need another serious failure or three to get all the way there, though. A major Windows 8 flop would probably be good for therm (culturally).
Re: (Score:2)
Bear with me why I provide
Oh, that's annoying. s/why/while/
Damn fingers.
Re: (Score:1)
I'll believe this when I see them do something on Android that's not in their financial interest. As I've already said, this application is nothing but a tool to pump their services and products and little to do with embracing Android.
Re: (Score:2)
That's about as stupid as saying, "I don't believe anyone likes iPhone until I see people buy 10-15 just to throw them out and show their support to Apple. Otherwise they are just buying them to fill a need and desire for a phone and entertainment device. Greedy ass consumers."
Re: (Score:2)
I'll believe this when I see them do something on Android that's not in their financial interest. As I've already said, this application is nothing but a tool to pump their services and products and little to do with embracing Android.
Oh, I don't expect them to "embrace" Android. But being willing to interoperate is significant. If this were the only example, I'd dismiss it, but it's not. The pattern, of late, seems to indicate the sort of maturation that I described. Maybe it's just temporary, but I see some reason to be hopeful.
Re: (Score:2)
No because they've intentionally crippled apps like this from working on Android tablets where they work just fine if you bypass the incompatibility "test" they've used.
They only support it on phones because they recognise that ignoring the smartphone platform with near 70% marketshare is simply suicide for the product.
If this just worked on Nexus 7 tablets etc. out the box, which there's no reason it shouldn't, then I'd agree with you, but whilst they're still intentionally crippling it on one of the most
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
They only support it on phones because they recognise that ignoring the smartphone platform with near 70% marketshare is simply suicide for the product.
The product in this case is Xbox (since the app in question is just a free add-on to that). I think that "suicide" is an overstatement, to put it mildly.
Android Tablet for Google TV? (Score:2)
Is there some way we can get the Google TV UI on an Android tablet? The entire GUI, not just the Google TV Remote Android app. How about more than just the UI, and actually stream TV from the Google TV box to the Android tablet.
No Holo? Typical Microsoft (Score:1)
Looks like they can't even adhere to Android UI guidelines because they essentially used their Windows Phone UI on an Android app instead of using Holo. Not very professional from a standards point of view.
Also, the article seems to be surprised that Microsoft made this application available for Android - which is very bizarre. Like SkyDrive, Microsoft needs to get this on as many platforms as possible so that they can make their services and products attractive to everyone. This has little to do with embra
Linux based? (Score:1)
Android uses Linux as its kernel but I wouldn't say it was Linux based. It's userland is java based. They could easily use another kernel if they so wished.
While the app has its share of annoying problems.. (Score:1)
I've been waiting for this (Score:2)
It's not compatiable with either of my droids (Score:1)