Slashdot Mirror


Google Android — a Universe of Incompatible Devices

snydeq writes "Galen Gruman writes about the dark side of the recent flood of Android smartphones: versions run amok. 'That flood of options should be a good thing — but it's not. In fact, it's a self-destruction derby in action, as phones come out with different versions of the Android OS, with no clear upgrade strategy for either the operating system or the applications users have installed, and with inconsistent deployment of core features. In short, the Android platform is turning out not to be a platform at all, but merely a starting point for a universe of incompatible devices,' Gruman writes. 'This mess leaves developers and users in an unstable position, as each new Android device adds another variation and compatibility question.' In the end, Google's naive approach to open sourcing Android may in fact be precipitating this free-for-all — one that might ultimately turn off both end-users and developers alike." As reader donberryman points out, you can even put Android onto some Windows Mobile phones, now.

75 of 636 comments (clear)

  1. Just like desktop linux. by Rockoon · · Score: 5, Insightful

    This is essentially the same problem that desktop linux has.

    --
    "His name was James Damore."
    1. Re:Just like desktop linux. by junkfish · · Score: 3, Insightful

      Is it really a "problem"

      my honda engine does not fit in that ford chassis

       

    2. Re:Just like desktop linux. by ottothecow · · Score: 4, Funny

      its a problem if you want your turbocharger, cold air intake, and ssh app to be interchangeable between the two

      --
      Bottles.
    3. Re:Just like desktop linux. by Anonymous Coward · · Score: 3, Funny

      This is essentially the same problem that desktop linux has.

      You mean that desktop linux has several packaging systems you can choose from? Or that (zomg) there are different desktop managers with special feature sets, whose programs you can still run while using a different manager as long as you install needed libraries/prerequisites? Oh wait, this sounds like no problem at all!

      I fail to see your point.

    4. Re:Just like desktop linux. by timeOday · · Score: 3, Insightful

      This is essentially the same problem that desktop linux has.

      The same problem, and the same strength.

      Centralized has some advantages over decentralized, and some disadvantages. If linux were just RedHat, it could never have become Ubuntu. On the other hand, it's frustrating when even copy/paste doesn't always work :)

    5. Re:Just like desktop linux. by Pojut · · Score: 2, Informative

      Perhaps I'm confused, but how are Windows phones locked down? I can download any Windows Mobile application and install it on my phone...there is a little warning that pops up if it is "unsigned", but all you have to do is hit ok or yes and it installs...there is nothing preventing you from installing whatever you want on there.

      Are you just referring to Windows Phone 7...?

    6. Re:Just like desktop linux. by _Sprocket_ · · Score: 2, Insightful

      This is essentially the same problem that desktop linux has.

      Hey - let's not stop there. This is essentially the same problem that desktop Windows has.

    7. Re:Just like desktop linux. by Anonymous Coward · · Score: 5, Informative

      No it isn't. The "problem" the author is talking about is no different than the "problem" with developing for Windows, desktop Linux, server Linux, Windows Mobile, BREW, J2ME, BlackBerry, etc... Basically its a "problem" with *every* platform - including the iPhone now that iPhone apps are supposed to work on the iPad (different form factor, screen size, features, etc...)

      However, unlike all those other platform, Android supports some *very* powerful tools in resource selection and defining what API you are targeting. Target the 1.5 SDK, and it will work on 1.6, 2.0, and 2.1 because Android *knows* what SDK you are targeting. You can also specify that the "bg_image" resource be different based upon various criteria like screen DPI, whether it is in portrait or landscape mode, etc... and Android will pick the right resource without the developer needing to do anything in code. It is a very powerful system that works very well. You can also define what features your app requires. Require a trackball? You can tell Android that you require one. Require a tilt sensor? Tell Android you require one.

      The real problem is that developers go into Android thinking that its development model is the same as every other platform and it just isn't. Google solved so many of the problems that these journalists are writing about and they solved it so elegantly. Spend 10 minutes reading through the Android SDK documentation and you will quickly see how incredibly non-issue many of these "developer complaints" are.

    8. Re:Just like desktop linux. by jedidiah · · Score: 2, Insightful

      Sure it is. You just go to the "app store" and click on the application you want to install.

      The system sorts out the relevant details.

      Or I could type "apt-get install kdenlive".

      If you are into binaries and want to "get fancy" then you can have a self contained tarball that has everything it needs very much in the style of OpenStep.

      One wonders if this Android hysteria is as unfounded as the FUD about different Linuxen being incompatable with each other.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    9. Re:Just like desktop linux. by trapnest · · Score: 2, Insightful

      That's supposed to be funny right? You say something is easy then give a few examples of how the normal joe user would get totally lost. You're being sarcastic. Right?

    10. Re:Just like desktop linux. by diamondsw · · Score: 5, Insightful

      Except a Win32 binary will Just Work, pretty much anywhere, on any version since NT4/2000. Look at Putty for a great example. The fact that Android has fragmented this badly in just two years on the market is deeply troubling.

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
    11. Re:Just like desktop linux. by diamondsw · · Score: 2, Insightful

      And how do apps get in the app store? I would assume they will need to test against these varying OS versions and "tweaks" to ensure that they will indeed run in different end-user environments, and if so, that means developers now have to test against a myriad of targets.

      It's like the well-known Java adage: "Write once, test everywhere."

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
    12. Re:Just like desktop linux. by Sandbags · · Score: 3, Informative

      No, but it's a problem if your Honda engine can't accept the Honda after market kit you bought that fits that engine, just not in your car's model, and when there's no documentation either way that's the case, and a strict no refund policy.

      --
      There is no contest in life for which the unprepared have the advantage.
    13. Re:Just like desktop linux. by wjousts · · Score: 3, Informative

      Except that it isn't. Not at all. The hardware may be different, but Windows is Windows (warts and all). If I buy an application that says it'll run on Windows XP/Vista/7 I can be pretty confident that it'll work. If I want an app for my generic Linux box, I'm jumping head-long down a rabbit hole of trying to figure out which version will work with my particular distro and what other dependencies I might need and often a good few hours of arsing around trying to configure the thing to work properly with some horribly cryptic config files to edit.

    14. Re:Just like desktop linux. by jedidiah · · Score: 2, Insightful

      > What the hell is kdenlive?

      Once again the willfully ignorant Mac users demonstrate how they fixate on the WRONG details.

      It doesn't really matter what kdenlive is. That's not the point.

      The point is that you only need to name your app. The rest of the details are sorted out for you.

      This is in stark contrast to a Mac where you will first download your app and then be told to manually sort out dependencies.

      Mac "ease of use" is just a myth. Once you do anything remotely interesting with the system it quickly breaks down. It's great as an appliance if you don't alter anything or try to venture off the reservation and try to do anything "strange". Once you do that then all bets are off. If it weren't for the ghastly security record of Microsoft, you would be better off with Windows.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    15. Re:Just like desktop linux. by Sandbags · · Score: 2, Interesting

      At least on the Apple store, it is clearly defined in the app description the required OS release, and the platform limitations. Apps will say "requires OS 3" and "Requires iPod Gen 2 or higher."

      The problem with Android is that with all the disparate hardware configs, one-off versions of the OS, and lack of a true universal central store, there's no guarantee your device has the hardware requirements to support any given app, and no controls store side to check, or even warn you, as even in less than a year its simply gotten too complicated.

      I may not be a fan of the new OS look and feel Microsoft developed for Windows 7 Mobile (whatever they're calling it now), but the strict hardware requirements, limitation on processor/GPU type and speed, and other system configuration, and strict software compatibility rules, should help eliminate most o fthose issues under their platform.

      People who wanted the open platform, and had anti-apple simplicity sentiments, got exactly what they asked for; a complicated platform with few rules and lots of security issues.

      --
      There is no contest in life for which the unprepared have the advantage.
    16. Re:Just like desktop linux. by Digital+Pizza · · Score: 5, Insightful

      Not only that, in a pinch I can use a friggin' Windows XP video driver in Windows 7, which I needed to do to get 3D to work on a Dell C610 - that's a Pentium III running Windows 7. As easy as it is to knock Windows for its faults, that's pretty damn good compatability.

      Now, go on the Linux Kernel Mailing List and suggest that the Linux kernel maintain a consistent binary API and see what happens...

      --
      We apologize for the inconvenience.
    17. Re:Just like desktop linux. by RulerOf · · Score: 2, Interesting

      it won't become a problem.

      Isn't the cause of these problems due to the fact that people are changing the OS at the source code level?

      If the changes to Android from device to device were done instead at an API level, wouldn't these issues be redressed to a significant extent?

      --
      Boot Windows, Linux, and ESX over the network for free.
    18. Re:Just like desktop linux. by Thanatos81 · · Score: 3, Insightful

      I (proud Nexus One owner) would still take Android over Iphone or Windows phones

      something empowering about having more freedom and choice than these 2 locked down and bastardized "platforms" where now i cant even download an app with boobies in it!

      Yes, because it's so hard to download a 512KB file and run it to jailbreak an iPhone........

      You shouldn't need to jailbreak. That is the whole point...

    19. Re:Just like desktop linux. by nschubach · · Score: 3, Insightful

      It's the typical trait found on the Internet today. You find a command line for a Windows problem and people hail it as the second coming awesome/easy solution but look at a command line fix for things in Linux and instantly jump on the "ZOMG! Linux has to use the command line!" bandwagon.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    20. Re:Just like desktop linux. by nschubach · · Score: 3, Insightful

      1. Someone writes an app to take advantage of Droid hardware or uses the newest Android API.
      - Someone complains that that app won't work on their G1.

      2. Someone writes a game to take advantage of the latest DirectX11 video card.
      - I complain that that game won't work on my old DirectX8 Video card.

      3. Someone writes an application that uses .NET3
      - Why can't I run it in Windows 2000?

      See?

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    21. Re:Just like desktop linux. by FatdogHaiku · · Score: 4, Insightful

      This is essentially the same problem that desktop linux has.

      Not only that, it also strengthens Microsoft Windows and to a lesser extent Apple OSX.
      The end user is not interested in making choices or freedom from restrictions. They want something that will consistently allow them to do whatever it is that they do.

      This basic need is the reason McDonald's has such a large presence in the US food service market.
      It's not the number of stores supporting their bottom line.
      It's not that they provide fine dining.
      It's not the taste or quality of their products.
      It's not even the price.

      It is simply that the user of the service knows with better than 98% certainty WHAT the experience will be. The user knows the food, the prices, the environment, before they even pull into the parking lot.

      The reason I don't try the small unknown diner three blocks from the interstate when traveling through a town I'm unfamiliar with is that there are too many variables (including what kind of neighborhood am I getting into) that must align for me to have a positive experience. If I am seeking food adventures I will have done some homework and will also be prepared for a possibly disappointing meal/check/service event. If I'm traveling for non pleasure reasons I want to keep going, not go on safari along the way.

      Desktop Linux is not just that unknown diner, I also have to know someone who has been there just to find the parking lot (speaking as a regular retail computer user). I'm probably going to have to cook for myself, and impose on someone for help. If I want my cheeseburger, I don't want to have to learn meat packing first. I don't want to have to cast an iron griddle on which I can cook. Linus gave me a cow, Stallman donated the iron for utensils (I though about reversing that but I get this metal image of RMS as an herbivore), so I could do it all myself. But Apple has a Big Mac and Microsoft has the Whooper any way I want it.

      If Android goes the fragmentation route of Linux it can only be good news for the major players.

      Consistency sells, and it garners referral sales.

      --
      You have the right to remain sentient. If you give up the right to remain sentient, you will be elected to public office
    22. Re:Just like desktop linux. by jedidiah · · Score: 2, Insightful

      > This is laughably incorrect, and really comes across as twitter-like zealotry

      Nope. Just someone that actually has a Mac or three and isn't a member of the cult.

      The idea that MacOS will magically banish all of your problems forever is just mindless nonsense.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    23. Re:Just like desktop linux. by cfriedt · · Score: 3, Interesting

      I completely agree with this statement. Having personally hacked android on to 3 devices that it was never intended to run on, I can say that the Android platform is even more consistent than windows mobile, or the iPhone OS. In fact, its even more consistent than a standard desktop Linux like Ubuntu. Furthermore, Linux (which is of course the pivotally important part of Android) runs on more platforms than any other operating system in existence. Linux itself does more than provide a 'consistent' API, it provides a POSIXly correct API, which is fathoms more than any other mobile OS can say.

      As for variations between hardware (e.g. some device supporting multi-touch, some not) - the same API is running on all of them - there are no differences, Android uses what the Linux kernel provides.

      Lastly, with respect to different UI features provided by various companies (HTC Sense, MotoBlur, etc), developers target their apps according to a common API. The presentation (the look and feel of the UI) is also done according to a certain API.

      This topic really is a non-issue, whoever even brought it up likely forgot to eat their wheaties this morning.

    24. Re:Just like desktop linux. by Sparks23 · · Score: 5, Interesting

      Ah, but the issue is going and buying, say, the new Xperia x10 (which is about to come out, months /after/ the Droid and Nexus One) and then discovering that some app which works on the Droid does not work on the x10, because while the Droid is on 2.0.1, the x10 is on a heavily-modified 1.6. To use your analogy, this is like someone going to go buy a new gaming computer, and then discovering your new system only has a DirectX 8.0 card in it.

      Tech-saavy smartphone buyers will know to look at what version of the OS the phone comes with before purchase. However, part of what people are pushing for lately is smartphone adoption outside of the 'traditional' smartphone market. Most of the people I know who have iPhones are not people who previously had Blackberries or Windows Mobile phones; they had little Samsung candybar phones, or Motorola sliders, or whatever. These are not people who want to look at the tech specs of their phones before buying them; they just want a phone that does what it says on the tin, and where they don't have to worry about compatibility and conflict. To them, the Xperia x10 is a /newer/ phone, thus should /have the newer stuff/.

      This is where the fragmentation will hurt Android adoption. Someone can go and say, 'well, a new iPhone just came out. It'll be fancier/newer/faster than last year's model, so it can do everything last year's could and then new stuff.' You cannot do that with Android; someone sees the Droid has Facebook integration in the address book, goes 'cool! I want that!' and goes out to buy some even-newer Android phone, only to discover they cannot do the things their friend's Droid could, because their phone is using an older version of Android. To the average consumer, this doesn't make sense; those are both Android phones, and theirs is NEWER! Shouldn't their phone do MORE, not LESS? Etc.

      (And let's be honest, even the tech-saavy gadget-addicted folks get unhappy when they don't have the latest and greatest update for their system. You need only check the irate threads at Phandroid or on the Verizon forums about 'when is the Droid getting 2.1?' 'Screw the Droid, when is the Eris getting 2.x at all?' and so on. It makes them annoyed to see that the Droid was promptly supplanted by the Nexus One two months later, and then people who bought the Nexus One now have /that/ being supplanted by the Desire shortly thereafter, etc.)

      --
      --Rachel
    25. Re:Just like desktop linux. by twistedsymphony · · Score: 2, Interesting

      my honda engine does not fit in that ford chassis

      ANALOGY FAIL.

    26. Re:Just like desktop linux. by Serious+Callers+Only · · Score: 4, Informative

      The idea that MacOS will magically banish all of your problems forever is just mindless nonsense.

      If you start responding to what people actually said, you might have a meaningful conversation, rather than tilting at windmills.

      As it is, your statement that :

      This is in stark contrast to a Mac where you will first download your app and then be told to manually sort out dependencies.

      Is laughably incorrect for anyone who has used OS X - if you have a mac or three you really should know that by now. Dependencies are either bundled with the OS, bundled inside the app, or (in very rare cases like Adobe) bundled inside an installer. Typically installation means drag the app to Applications, and typical users of OS X have no idea what 'dependency' means; because they don't need to.

      That's not to say that Linux is necessarily worse, just different - there you use package managers to handle such things.

    27. Re:Just like desktop linux. by EXrider · · Score: 2, Informative

      Unless you're trying to run Microsoft's own GP 9 on Windows 7. I could site several other examples.

      Anyone could point out small apps like PuTTY with little or no dependencies that still work, on pretty much any platform.

      --
      grep -iw skynet /etc/services
    28. Re:Just like desktop linux. by TrancePhreak · · Score: 2, Funny

      All iPhones can get the update for free, but it costs money (1.0 -> 2.0 -> 3.0) for major updates on iPod Touch.

      --

      -]Phreak Out[-
    29. Re:Just like desktop linux. by zappepcs · · Score: 2, Insightful

      The real problem with computers of any variety is that they require software to run. So as soon as you've purchased some computing hardware you have a 'problem' to deal with. No matter what choice you make for an OS, you now have a multitude of problems. Oh, so you want applications too? Now you have a larger list of problems.

      I fail to see how looking at any small group of that now large list of problems constitutes anything more than complaining that you bought a computing device and it needs effort to maintain it. If it's really a big problem for the user, they can sit home and wait for their rotary dial phone to ring.

      For phone manufacturers, making all those problems invisible is a profit thing. For computer software makers, making all those problems invisible is the holy grail. Even if they become invisible, they still exist, and will eventually come to haunt you. Well, until someone manages to stuff a 'mind reading' function into applications.

    30. Re:Just like desktop linux. by MaWeiTao · · Score: 2, Interesting

      The catch is that the Droid and G1 weren't even released a year apart. DirectX8 was released almost 10 years before DirectX11. .NET3 was released roughly 6 years after Windows 2000.

      That's a huge difference, especially considering how much computers have improved in the intervening years. And DirectX8 is quite outdated but nearly every PC game on the market still supports DX9, which was released in 2002.

      The fact that there are compatibility issues already with Android is very concerning. What they should be doing is establishing a baseline for compatibility. But then again, phone companies and carriers love consumers replacing their phones on a regular basis, so there's little incentive to promote compatibility.

    31. Re:Just like desktop linux. by oatworm · · Score: 3, Informative

      > See that's the thing. We don't have dependencies. No need to run after libfoo to run appbar.
      > Just open the DMG, drag and drop to wherever (/Applications is nice) and run.

      Yes you do. You just won't admit to them.

      No. You really don't. Each Mac application is actually a directory (Mail.app is actually /Applications/Mail.app/...), which contains the executable and (assuming the programmer did what they were supposed to) any relevant libraries and so forth that the executable needs to run. Since each .app folder is self-contained, you don't have to worry about what version of libfoo is installed on your system (each app carries a copy of the one it needs). More information on this can be found here.

    32. Re:Just like desktop linux. by wjousts · · Score: 2, Interesting

      Except that it isn't. Not at all. The hardware may be different, but Windows is Windows (warts and all). If I buy an application that says it'll run on Windows XP/Vista/7 I can be pretty confident that it'll work.

      Wait a sec - did you just list 3 versions of Windows?

      Yes, I did. Please list all distros of Linux and we'll compare the size of the lists shall we?

    33. Re:Just like desktop linux. by bemymonkey · · Score: 2, Interesting

      What nonstandard ("alternative" hardware is available on Android devices?

      Some may have no keyboard, or a D-Pad instead of a trackball, or a bigger screen, but it's still a limited number of hardware configurations - especially compared to, say, the PC market.

      In your example, you'd have to wait for Apple to update their browser as well or use a third party browser (also available in Android from the market.)

      When Apple releases a new OS (which includes the browser, in the Android case I was referring to), all of their devices get it... Some may not support all the new functions, but they all get the upgrade.

      With Android, some devices get upgrades, others get upgrades later, and some devices don't get upgrades at all.

      In this case, it's an "upgrades later" situation, and in the mean time (it could, and probably will, judging by the last update, take months), no alternative browsers that solve the problem are available, because they all use the same engine...

    34. Re:Just like desktop linux. by Sandbags · · Score: 2, Interesting

      The core marketplace yes, others not so much.

      i also understand there's some basic marketplace function that doesn't list apps you don't have API support because it requires a version newer than your installed version, but again, this is limited by the Dev's actually including that logic in their app (or tags, or something), and is also only limited to Google's marketplace, not all marketplaces. I also have no guarantee that when Verizon updates the OS on my device, without my ability to refuse it since apparently they can push those updates OTA (a high security risk I'm sure will be abused sooner rather than later), that my apps might break, and I'l left holding the bag.

      --
      There is no contest in life for which the unprepared have the advantage.
    35. Re:Just like desktop linux. by Lostlander · · Score: 2, Informative

      This is where you make a huge mistake and Google IMHO excels. Google does not display applications in the Market that are not designed for your API in effect giving you a store that should have very close to 100% compatibility. Albeit you can have minor issues if the subversion is different such as 1.50 vs 1.53 but these issues are minor and so uncommon that they are virtually nonexistent.

    36. Re:Just like desktop linux. by dgatwood · · Score: 2, Interesting

      It doesn't always work out that way.

      I've never seen a single commercial application that tried to scribble libraries outside of the app bundle or "/Library/Application Support/MyApplication" or "$HOME/Library/Application Support/MyApplication". I can think of several dozen examples off the top of my head where I've seen such dependency problems, but every single one of them was an app ported (badly) to Mac OS X from Linux or other UN*X OSes. Basically, it's the result of trying to hack together a quick port without really taking the time to learn how to write software on the platform, and it's a sign of a really lousy application that generally won't get very far.

      Feel free to disagree, but please provide a list of commercial apps that misbehave in ways that cause these dependency problems you're complaining about. You might find one or two really obscure ones, but such problems are certainly exceptionally rare. Even the Mac developers who I consider to be bordering on inept don't make the sorts of mistakes you're describing, at least as far as I've seen.....

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    37. Re:Just like desktop linux. by wjousts · · Score: 2, Insightful

      Wait a sec - did you just list 3 versions of Windows?

      Yes, I did. Please list all distros of Linux and we'll compare the size of the lists shall we?

      It doesn't matter how many versions exist. All it matters is that I'm using the version supported. In that regard, Linux is Linux just as much as Windows is Windows.

      Well you brought it up, not me.

    38. Re:Just like desktop linux. by WaywardGeek · · Score: 5, Insightful

      I think Android is a lot closer to Windows than Linux in this regard. Windows has to run on different screens, with different processors and peripherals made by all sorts of different people, and it really needs to "just work" most of the time, since average users are generally driving things. It's the same with Android. This is really just Mac vs Windows all over again, with iPhone being the Mac, and Android being Windows. Like Macs, the iPhone will be more stable and "just work" more often, and like Windows, Android will find itself in lower cost hardware, and probably a lot more handsets in the end.

      BTW, I keep reading rants about all the different handsets Android has to work with, and I've had two myself (G1 and Nexus One). Pretty much, the popular apps just work, so I don't know what the hubbub is all about. The poster's rant about the various cell phone vendors not upgrading their version of Android is valid. Does it surprise anyone that most cell-phone manufacturers continue to be huge dorks? If you buy directly from either Apple or Google, I think you'll find that you are able to run the latest OS. If you buy from the guys who invented 2-year contracts to sucker you for more money and vendor-locking of cell phones... well, then you'll get what you deserve.

      --
      Celebrate failure, and then learn from it - Nolan Bushnell
  2. J2ME again by mlk · · Score: 4, Insightful

    Sounds like what happened with J2ME. Everyone buggered off and did their own thing with it making it a real arse for developers. For a mobile platform to be useful for developers it really should be standardized in basic capabilities (CPU, memory, libraries and screen sizes).

    --
    Wow, I should not post when knackered.
    1. Re:J2ME again by IamTheRealMike · · Score: 5, Informative

      As somebody who has written an app for both J2ME and Android, that comparison is really far out.

      There are some key differences between J2ME and Android:

      • Android is an implementation, J2ME is a spec. Developing for J2ME is a nightmare because practically every phone has a unique combination of serious bugs. This isn't true of Android because every phone is working off the same core code. If manufacturers want to modify that code, that's OK, there's a test suite they have to pass if they want certain things.

      • Androids "fragmentation" is actually simply that not everyone has upgraded yet - no different to any other platform (including the iPhone). But Android manufacturers have a history of upgrading versions, and I don't see much reason for them to change this: customers demand it and because Android is open source, doing the upgrade is effectively "free" by mobile development standards, even for things like Sense UI (the APIs are backwards compatible).

      • You can see what versions are in use. So there's no guessing about what you can or cannot use, API wise, it's easy to see.

      • Android explicitly supports writing apps that run on multiple platform versions, where as J2ME never really did. For instance you can hide your app from earlier devices (in the market), or you can make your app gracefully degrade on older devices.

      • Android does actually standardise hardware, it just doesn't standardise on exactly one set. For instance, you can assume all Android devices have a decent touch screen, a display that uses one of a handful of resolutions and so on.

      • Google only lets manufacturers distribute certain closed source apps (like Market) if they meet certain conditions. Google has every incentive to keep as many people on the latest version of Android as possible. They have the leverage needed.

      In short, it's a slow news day and InfoWorld know how to stir up a story.

    2. Re:J2ME again by kaiser423 · · Score: 2, Insightful

      You do realize that the Android development environment has extremely strong requirement capabilities built in, right? If you only want your app displayed in the market to phones running Android 1.6+, with a trackball, screen DPI of X and processor of 1GHz, you just set that in your environment, and it just happens.

      The problem comes in when you code a beautiful app for the above, that guy with an Android phone without the trackball (which your app requires) gets pissy and complains when he can't find your app in the marketplace. You don't have this problem when there's only one or two hardware revisions that are nearly identical. But you do get it when you have lots of hardware revs.

      Either that, or you're a lazy/unethical dev and will let your app run on any Android phone even if it doesn't have the necessary features, because that's more money for you. I expect that this is the real problem; the developers don't want to put in the effort to learn the new features and to test across multiple hardware types. This is/can be a problem currently. A slightly more strict review process wouldn't hurt.

  3. no upgrades?? by ccole8 · · Score: 5, Informative

    This is so completely untrue! Android checks for upgrades every 24 hours, and allows you to easily upgrade any of your applications or the entire OS itself. I've owned the Droid since it first came out, and the ease of upgrading is one of the features I've been fairly impressed with.

    1. Re:no upgrades?? by dirk · · Score: 4, Insightful

      While this is true to some extent, does your phone have Android 2.1? Unless you hacked it, the answer is no. So it does small incremental upgrades, but there hasn't been a major version upgrade pushed this way, which is what this article is talking about. There are phones currently being sold with at least 3 version of android (1.6, 2.0. and 2.1), with no current upgrade path to get to the next major version.

      This is the big problem with WinMobile phones, and will be a huge issue for Android phones unless they get an upgrade path out there. If the phone can take it, there is no reason not to allow them to upgrade to the newest version of the OS.

      --

      "Information wants to be expensive" - Stewart Brand, the same guy who said "Information wants to be free"
    2. Re:no upgrades?? by Mr.Bananas · · Score: 5, Informative

      Um... I think by "easily upgrade" you mean "easily upgrade to any level sanctioned by your mobile carrier." For example, the Samsung Moment is stuck at version 1.5 right now until Sprint feels like letting its users upgrade to 1.6. The G1 I think is at 1.6 by now, but only after T-Mobile felt like issuing updates. Meanwhile the Droid is at 2.0 until Verizon feels like rolling 2.1, and the Nexus One is at 2.1, which is currently the latest version.

      So... yeah, the article raises a good point. It also highlights one of the benefits of rooting your phone- the *real* open source community behind Android is the modders, which try their best to keep your phone at the highest level of Android the hardware can take. I think the Android OS has incredible potential at the end of the day to really be something special, but standardization may be one of its biggest roadblocks. The steadily loosening death-grip of the carriers needs to completely go away, though.

    3. Re:no upgrades?? by b3d · · Score: 2, Informative

      My Sprint Samsung Moment is supposed to get an upgrade from 1.6 to 2.1 in the "first half" of this year. Granted that the carrier is the gate keeper for this upgrade, but there IS a path for upgrade. I look forward to the upgrade for many reasons. I chose the Moment over the Hero because I felt that the hardware was better, and I knew the software would be upgraded. That's why I bought an Android phone, because it will be upgraded.

  4. Oh no! It's InfoWorld! by Optic7 · · Score: 4, Insightful

    Looks like they haven't learned anything from the Windows 7 memory FUD scandal.

  5. Yep. Android's cool, BUT by twidarkling · · Score: 3, Informative

    I just got a Samsung Galaxy this month, because my old WinMo 6.0 phone was crap and needed to be put down. It runs Android 1.5. There's no plans to upgrade it to 2.0. I knew this when I got it, and if I could have, I'd have waited until I could have gotten a 2.0 phone. But the platform fragments even within forks just because manufacturers don't bother to update the system. I figure in a year or so, I won't be able to find any new apps that work with my phone because they'll all be written for the newest version. Say what you will about Windows Mobile (it sucks), but at least you can rest assured that you'll be on a level playing field with other phones, app-wise. Hell, I probably could have upgraded my old phone to 6.5, if it wasn't busted. Platform solidarity and longevity are important if you want it to be a success.

    --
    Canada: The US's more awesome sibling.
  6. LOL by Pojut · · Score: 3, Interesting

    Here is some background on the article author: http://www.zangogroup.com/galen.html

    Anyone else get the feeling that he is the Pat Goss of the computer world? I.e. getting paid to pretend he knows what he is doing?

  7. PCs all over again by Anonymous Coward · · Score: 2, Interesting

    Is it just me or is the smartphone market looking exactly like the computer market did in the transition from minicomputers to personal computers? Blackberry and the old Palms are the minis. Then there's the hot shot closed system in the iPhone and the competing disparate open systems in Android, Web OS, and the new Windows Mobile. I'm hoping for a partial repeat of the PC market: Open wins. But hopefully somebody besides Microsoft comes out on top this time. Maybe Amiga will make a comeback on the smart phone!

  8. tradegy... strife... and fired please by exabrial · · Score: 5, Insightful

    OH ANDROID IS A COUNTRY SONG.

    If I remember right, pundits were predicting the death of android because google was releasing the Nexus One.

    Next, Android was going to flail and explode because evil Google wasn't bothering to spend time pushing irrelavent patches all the main Kernel tree (yes, because I want a phone's security model on my desktop linux please).

    Now, horors of horors, a _very very very small_ percentage of applications don't work everywhere. I predict complete failure as a platform. No operating system platform in the world has experienced this and managed to suceeed.


    I couldn't stand to RTFA; does the author of the article own an Android device? I do, and it's a v1.5 (Samsung Moment). In a few months, it'll be upgraded to v2.1. Till then, I've downloaded exactly _one_ application that isn't compatibile with 1.5. Time to sing about tradgedy, strife and whatever analyst wrote this getting fired.

  9. Growing pains, not worsethan older phones by Coopjust · · Score: 3, Insightful
    The idea of Android isn't bad - far from it. From what I've seen, HTC's software was pretty shoddy before Anrdoid, but the hardware was solid, for instance. And while I don't own an Android device, I have used it and heard great feedback from friends.

    Google's rules on Android are important, because Google has reached a fork in the road.
    • Google can continue to keep Android very free in its usage terms. ODMs will continue to like and adapt the OS to their devices, but they may provide custom interfaces, choose not to release upgrades for the phone OS. Inconsistency may drive people away.
    • Google restricts the terms of usage, sets forth rules on UI consistency, upgrades, etc...this provides a more consistent experience but may scare device makers away.

    Google might do the former now (to spur adoption) and the latter later, once everyone is using the OS. It's tough to say, because if Google tries to tighten control too early, they'll lose their support, while if they're too late, people may have already given up on developing for the platform.

  10. Who said it was going to be easy? by Com2Kid · · Score: 5, Interesting

    What you think Microsoft just screwed up Windows Mobile on purpose for all those years?

    Look at history, Windows Mobile came out swinging strong, kicking butt and taking names, and then it got bogged down in its own ecosytem as it attempted to support an ever wider and wider range and form factors of devices running on more and more different hardware platforms.

    Mobile deviecs are far more complicated than desktops, both in terms of the little things (boot loaders!) to the big things (OEM relations!)

    Microsoft learned this, I don't see how Google expected to basically copy Microsoft's mobile OS strategy (in every detail except for pricing) and have any less issues.

  11. Carrier Footdragging by capitaladot · · Score: 2, Insightful

    It kept MMS off the iPhone, caused the stagnation in Windows Mobile, and is forcing this. Regulatory (or legislative) intervention in the form of forcing carriers to decouple phone provision from the network (following from Carterphone in the wired telco world) is one solution. Perhaps there are others?

  12. Fake Steve Jobs is happy by cant_get_a_good_nick · · Score: 5, Funny

    Real Steve Jobs too busy rolling around on a pile of money wearing nothing but a black mock-turtleneck to supply quotes for this interview.

  13. Re:Mod Parent Down by Tim+C · · Score: 5, Insightful

    No, I think what the OP means is that an app developed on one release of one distro is not guaranteed to work on any version of any other distro, or even any other version of the same distro.

    This isn't about machines talking to one another, it's about software dependency resolution (or lack thereof).

  14. No. A phone is not a phone. by aussersterne · · Score: 5, Insightful

    I'm tired of hearing this bullshit, especially on Slashdot and supposed technology sites.

    "The most important thing is that it makes calls. After all, it's a phone."

    Anyone who cares most about "making calls" is living in the last century. I almost don't give a shit if my phone makes calls via the phone network. It's more important to me that it can Skype via WiFi. It's more important to me that it can check my email, run a Web browser, check my bank accounts, post to my blog, view what's in my Dropbox on the go, take notes, and manage my calendar and to-do lists.

    It is a "phone" only because that name was grandfathered in over several generations. In fact, the "phone" is the LEAST important part of these mobile devices for me. The most important are data accessibility, ease of backing up/upgrades, and the features of built-in applications and installable apps vis-a-vis the network and network service/information providers of various types.

    --
    STOP . AMERICA . NOW
    1. Re:No. A phone is not a phone. by tool462 · · Score: 2, Informative

      This became true for me as well after I got my G1.

      My phone used to be just a phone. I wanted it to be small and have good reception.
      Then they started making phones with good cameras (Nokia N95), and my phone became a camera that I could talk to.
      Then I actually started using SMS. Suddenly a keyboard became very attractive.
      The value in the G1 is the data connection, and a solid OS to make use of it. I make phone calls only a couple times a day. The data connection is used constantly.

  15. It is not a problem it is an opportunity. by 2obvious4u · · Score: 3, Interesting

    This "problem" isn't a problem at all, it is an opportunity for a business. The freedom of the Android platform could use some development house to take the lead. They should pick a platform or 3 that are the most popular and develop their own version of Android as well as quality applications and quality application reviews. They need to find the best apps in the app market and improve them and brand them so that they are guaranteed to work on their version of Android and have customer support or at least real bug tracking and message boards for suggestions to bug fixes. Maybe even sell it as a monthly service. Something that would really stand out.

    If I didn't already have a job and I had the start up capital I would have already been working on it, but since I have a nice job and no start up capital I leave it up to someone else to develop a business around the Android platform. Currently there is a hodgepodge of unheard of development houses making apps that look like they were developed by undergrads.

  16. Re:Maybe not a crisis by nedlohs · · Score: 4, Insightful

    Yes, because code like that is so pleasant to work with.

    if (hasCompassV2()) { // do something;
    } else if (hasCompassV1()) { // do soemthing slightly different
    } else if (hasOldBrokenCompass()) { // do painful work around
    } else if (hasOtherThing()) { // fake it up using the other thing
    } else if (hackTestForPropertyX()) { // do something nasty
    } else { //damn it, just draw a non-working icon
    }

    And of course now whenever you change something you have to test it on a dozen variants to make sure you didn't break any.

    And then of course you find one that hasCompassV2() us true, but has a something broken/different so you need to special case that one out to...

  17. Google's own approach: fork-and-extend by mi · · Score: 4, Insightful

    Google's own approach is to fork everything they use... Sure, they make their changes available, but, apparently, don't try very hard to just stick to the original versions of whatever they pick.

    The more famous of recent examples are the forks in Chrome. The changes, that Google made to their own versions, are substantial enough for their forks to be incompatible with the stock versions in too many cases. Was that really necessary?.. Google thinks, it was, but I am not convinced by their argument. At all...

    Hard to blame the device-makers for taking a particular snapshot of Android OS, forking it, and not wanting to retest everything for an upgrade six months later...

    I always liked Sun's position, prohibiting forks of Java by the very license — for this exact reason. You may think, you need to fix this burning bug with "the fierce urgency of now", but, by creating your own slightly-incompatible fork, you are doing more harm than good. (Such local forks are only excusable, when the upstream project is dead or almost dead...)

    Too many programmers, too few software engineers...

    --
    In Soviet Washington the swamp drains you.
  18. This sounds actually exactly like by aussersterne · · Score: 2, Informative

    early mobile Windows platforms (CE, HPC, HPC Pro, PPC, etc.)

    For any given device, you could find the 5-6 apps released by the manufacturer, a few old scattered apps by a shareware dev that happened to have the same device as you, and a whole universe of apps for "mobile Windows" platforms, each of which supported only one or two very specific devices in one or two very specific embedded Windows versions.

    As a result of this, millions of these were sold in the '90s only to fall into disuse within a year or so in each case as technology and connectivity needs moved on, but only the very latest devices were supported by the latest developments in software to fulfill consumer needs. Consumers got smart and decided it was a generally bad deal to buy these devices because they'd be totally unsupported within a year, essentially a wasted $400-$800 investment on a device that would simply be left incompatible with the ecosystem before very long.

    You can now find lots of these devices on eBay for less than $100 (various PDAs, handheld PCs, etc.) that are worthless because they only sync to Windows 95 or 98, have only rudimentary built-in tools, and are blessed in each case with a paucity of compatible applications.

    Hopefully this doesn't happen to Android, too. I'm an iPhone user and am very satisfied, but it's always nice to think there are alternatives, and I like the Android platform, in concept, an awful lot.

    --
    STOP . AMERICA . NOW
  19. TFA is a troll by bl8n8r · · Score: 3, Insightful

    From TFA: "Who wants to commit to a two-year cell contract for an Android phone when it's not clear if a better version will be out next month or if the operating system and apps you put on your Android device will be supported in the future?"

    There's no guarantee that palm will ever fix it's frustrating SMTP/TLS implementation to match the RFC , or that Apple won't force every developer to DRM everything that enters the iPhone. I'm also not guaranteed that I'll ever be spyware free on Windows, or that Microsoft won't shut down my PC because they think it's pirated.

    The article is just the same opportunistic FUD against Open Source that went around in the mid 90s. Next thing coming out of InfoWorld will be an article written by someone from the Yankee Group declaring android is infringing on copyrights. Go ahead and drink the kool-aid if you want folks. The only thing your doing is limiting your own choices down the road.

    --
    boycott slashdot February 10th - 17th check out: altSlashdot.org
    1. Re:TFA is a troll by Sandbags · · Score: 4, Insightful

      Apple prefers (and fight VIGOROUSLY for) DRM free content. The ONLY content DRM's on the Apple store is content the PROVIDER INSISTS is encrypted, not just by Apple, but by EVERY SINGLE METHOD OF LEGALLY GETTING IT. Apple is largely considered an industry leader in the DRM free content battle you moron.

      This is not UFD against open source, it;s a valid argument that Android is suffering user confusion and disappointment because Google didn't explicitly require a reference platform, application certification process, and forward compatibility requirements. Yes, there are a lot of tools available to devs to assist with the compatibility issues, but its on the devs to actually USE those tools, and very few choose to (or even know how).

      I KNOW that when iPhone 4 comes out, all apps i have on the iPhone now will either work, or require a minor patch that I'll get for free guaranteed. I know this because if the app isn't supported on the latest release, apple pulls it from the store, cutting that dev off from all future revenue on the app if they don't fix it, and updates are always free. I also know there's extremely good documentation coming out of apple to the devs about explicitly what they can and can't code for, which APIs are scheduled for depreciation, and which APIs replace existing functionality over time. They've been doing that with OS X successfully for nearly 10 years, and with Sysem X previously. in contracts, Web OS, Android, and Windows devs really have no clue what's going on until the SDK hits the street (on launch day, not months before release), and you're lucky to get any real documentation or guidance at all, let alone dev support.

      --
      There is no contest in life for which the unprepared have the advantage.
  20. A Honda engine? by Anonymous Coward · · Score: 5, Funny

    But Fonda ain't got a motor in the back of her Honda,
    My Anaconda don't want none unless you got buns, hun.

  21. Where is the problem? by keithpreston · · Score: 2, Informative

    Where is this incompatibility? Specific examples please? This is all speculation. I work an on unreleased Android smart phone and download apps all the time from the market and don't see any compatibility issues. Yes there is a lot of variation in phone, but the framework has methods to deal with that. Incompatibilities are more likely the programmer's fault rather then the phone's fault.

    The only place this could be a problem is cutting edge new features or sensors, usually a ODM will implement it in an incompatible way the first generation, but then Google will standardize the interface in the next release (i.e. multitouch)

  22. Re: - Turn off users? by DaveV1.0 · · Score: 2, Insightful

    Nice try at a red herring, but you fail.

    Every Windows PC is a unique snowflake.

    But,

    1. Each runs a version of Windows compatible to the same version on every other PC running the same version of Windows. This is not true of Android
    2. Regardless of the version of Windows each runs, there is an upgrade path to the latest version of Windows. The hardware may result in the system running so slow that the system is unusable, but it is doable. This is not true of Android devices.
    3. Except for very specific steps and very specific circumstances, one can run software between different versions Windows. I have run games for Windows 95 on a Vista machine. There are more and more Android applications that are not version compatible and/or device compatible.

    The idea that Linux is any more diverse than the average Windows PC is just mindless FUD

    First off, it is Windows, not "Windows PC". You see Linux is an OPERATING SYSTEM and Windows is an OPERATING SYSTEM. The "average Windows PC" is a whole computer system. If you want to compare Linux to something, you should compare it to another operating system.

    Second, Windows has one official set of core components that are used over 95% of users. Linux, on the other hand, does not have standard locations or components. It has interchangeable window managers and desktop environments, each with its own API. Try installing a semi-light weight system with, say, WindowMaker as your WM. Don't install any part of GNOME or KDE. Then, start installing application such as Nautilus, or Konqueror, or Evolution. What will it say you need to do? Yet, that is not a problem on Windows, now is it? And with Android, it is worse because an application written for Android 2.1 may use OS features not available in 1.6 and there is no way to upgrade from 1.6 to 2.1 for almost every Android device with the exception of hacking the device which most users don't have the skills to do.

    --
    There is no "-1 offended" or "-1 you don't agree with me" mod options for a reason.
  23. Re:This is EXACTLY why I don't have an andoid phon by Sandbags · · Score: 5, Insightful

    Wow, you think AT&T is evil, compared to Verizon?

    Let me tell you, for 3 of the last 4 years, we had phones in my house from both companies. Verizon because my Mother-in law thought she'd be nice, and commit my wife and I to a 2 year contract on a phone so she and my wife could take for free (not that i could not already call her free on VoIP, so really she bought my wife a gift to save herself money at our expense). I had AT&T provided by the office, and later got an iPhone.

    Let me clue you in on some of the discrepancies between these 2 companies I've experienced:
    1) Verizon has a data plan cap on their unlimited plan, and RIDICULOUS overage charges. AT&T has a "soft cap" at 5GB, has no overage charges, and has not disconnected or throttled a single known customer for exceeding the cap (even given the network strain).
    2) Verizon doubled its termination fees recently, on devices AT&T also sells with the same subsidies. AT&T has mode no move to change, and the FCC and FTC are crawling up Verizon's back over the policy.
    3) Verizon's adds are all about those great multitasking devices, but they fail to mention in any literature or media that those devices come strictly limited to voice and data use independently, meaning you can't use GPS and take a call at the same time, or be on a call and look something up, a CORE FEATURE of those platforms.
    4) Verizon embeds custom firmware in 3rd party devices, disabling advertised hardware features so they can charge for their own services. For example, on most of their camera phones (including all of them from Motorola I'm aware of), have the ability to sync with a PC over both a cable and bluetooth, but Verizon hacked the firmware to explicitly forbid this, in favor of a fee based service to "send yourself" images through their network at $0.29 each, and they didn't even bother to take the "PC sync cable sold separately" line off their OWN BOX (not Moto's box, completely Verizon's branded box). After we lodged a complaint with tech support, and after repeated, and repeated failed call backs, we finally were told Verizon would never sell that cable, but oops, you've had that device over 14 days now, so you can't return it without a huge contract penalty...
    5) Billing for the next full utilized minute. You make a call for 30 seconds, 2 minutes are charged...
    6) No ability what so ever to disable text messaging on any phone that supports it on Verizon. AT&T offers both a filtering service for a fee as well as a similar service at no charge if you get inundated with too many unsolicited texts, and you can also simply outright have text disabled completely.
    7) Strict 2 year handset replacement policy. After 2 years, the new phone is only (up to) $200 off, not $400 off like a new iPhone, and you're still locked into a 2 year renewal anyway. New subscribers get a better deal than existing ones.
    8) automatic contract renewal for a variety of things: Add a new line to an existing contract, even with a pre-existing phone, resets to 2 years, even if you were more than a year in on the existing line, changing plans extends contracts in many cases, replace a broken phone mid way through by any means other than their own (deductible incurring) additional warranty extends the contract, etc.
    9) no rollover minutes.
    10) extra charge for using ActiveSync or BES, even to YOUR OWN SERVERS, which have NOTHING to do with Verizon other than using their data channel.

    I can go on.

    AT&T may be a tad dishonest in it's ads (questionably), but so are all the others. AT&T's up front pricing is the same or lower than Verizon's across the board. Their network issues have nothing to do with their network, but with available FCC frequency and they readily admit that (btw, Verizon and Sprint are having the SAME issues, you just don't hear about it as much since they're not iPhone-hater targets). AT&T may be a hotly hated company, and they certainly have their share of issues I can't defend them for, but they're practically SAINTS compared to how Verizon treats their customers. Don't even get me started on Fios...

    --
    There is no contest in life for which the unprepared have the advantage.
  24. Re:what? by Rockoon · · Score: 2, Insightful

    I have never encountered an open source desktop linux application that would not run on any desktop linux distribution.

    Have you ever encountered a closed-source linux application that could be thrown at an arbitrary linux distribution? No? How about an arbitrary version of a single distribution?

    --
    "His name was James Damore."
  25. Keep in mind the source by C_Kode · · Score: 4, Interesting

    Galen Gruman (the writer of the article) used to write for Macworld and is also part of iPhoneInTouch developers group.

    This can all be found on his linkin profile. http://www.linkedin.com/pub/galen-gruman/0/37/599

    It's something you would want to take with a grain of salt, if he wasn't hounding it with every article he wrote about it. FUD.

    1. Re:Keep in mind the source by duplicate-nickname · · Score: 2, Interesting

      What's this? Yet another Infoworld writer using their blogs to advance their personal agenda? When is Slashdot going to stop being a lackey for IDG?

      --

      ÕÕ

  26. Phone Manufacturers Don't Upgrade Software by IronicToo · · Score: 3, Interesting

    The real issue here isn't an Android problem at all, it is the fact that manufacturers/carriers never upgrade the software. They have no incentive to, they already sold the product and made their money, why would they waste time/money making sure the new version will work? It actually works in their favor not to as the customers have to spend more money getting a new phone with new software. Until you actually own your phone and can upgrade it at your discretion this will continue to be a problem. Or buy something from Apple who actually understands this and has the clout to force it on the carriers.

  27. The main problem is that 1.5 even STILL EXISTS by Miamicanes · · Score: 5, Insightful

    Here's the REAL problem with Android right now: over the past 9 months or so, Android has advanced from 1.5 to 1.6, 2.0.x, and 2.1. Each of those advances added lots of desirable new capabilities. The problem is, roughly half the Android owners in North America were sold brand new phones last fall that came with Android 1.5... months after 1.6 was mainstream, barely a month before 2.0.x arrived with the Droid, and less than 3 months before 2.1 arrived in January. Of course, we've (almost) all been promised 2.1... sometime in the first half of 2010.

    Speaking on behalf of Sprint Hero owners, we didn't even get positive confirmation that it was shipping with 1.5 instead of 1.6 until literally a few days before they arrived at Best Buy, and even then it was taken for granted by pretty much everyone that we'd have 1.6 on our phones by Thanksgiving. Of course, at that point, 2.0.x and the Droid were barely even credible rumors, especially given the fact that 1.6 was only a few months old at the time, and the way Google, Motorola & Verizon managed to keep 2.0 practically a state secret until the day before the Droid hit stores. I'll freely admit I was absolutely *livid* when I found out the Nexus One (with 2.1) was coming out less than 2 weeks after Christmas, before my own 1.5-crippled phone had its 3-month anniversary. And even now, HTC is still being coy about when we're going to finally get to have 2.1, besides vaguely repeating that it'll be sometime before July 1.

    This really, really sucks. Seriously. Imagine you'd just gone out and spent a thousand bucks on a brand new laptop running Windows 3.1 a couple of months after Windows 95 hit the streets. You wanted Win95 too, but your ISP only allowed you to use that specific laptop sold with Windows 3.1... and it was widely understood by everyone (besides your ISP and the laptop's maker) that you could upgrade to Win95 on your own, anyway. Except after buying it, you discovered that the manufacturer locked it down to prevent you from booting from a Win95 installation disc. Then, after you finally managed to hack around that limitation, you discovered that none of its hardware drivers would work under Win95... not even in Win32s compatibility mode. But wait, it gets better...

    A month later, amidst rumors that didn't become confirmed until literally days before release, a new, incompatible laptop with Windows 2000 came out... and your own laptop's manufacturer released a press release saying, "Good news! Since it's already obsolete, we're skipping Windows 95, and going straight to Windows 2000! You'll get to have it NEXT YEAR." A month later, yet another new laptop, equally-incompatible, with a substantially faster CPU, more ram, a much larger hard drive, and better display came out running XP... and the same day, Microsoft announced XP's arrival on MSDN. Oh, your laptop's maker sent out another press release... forget Win2k, it's going to be XP instead. At least they didn't push back the release date yet again, but in the meantime you're still hobbling along with Windows 3.1. Half the software that comes out can't be installed at all, and half the software that CAN crashes the moment you try launching it, because you're still running an ancient version of Windows.

    Google & the Android team made things worse than they had to be by designing the new APIs as a core part of the OS, instead of a user-installable upgrade. If the gestures library and Bluetooth API were installable under 1.5 as shared libraries, instead of locked away in the kernel (which can't be easily upgraded without at least the non-interference, if not the actual cooperation, of the manufacturer), the distinction between 1.5 and 2.0 would *almost* be academic. The best any of us can do right now is to install a hacked-up 1.5 kernel that's had some band-aids to sort of run 2.0 apps, but it's kind of like the programs that came out around 1995 that tried to make Windows 3.11 look more like Windows 95... or the programs that stripped down Windows 98's Explorer to use Windows 95's l

  28. Galen Gruman is biased by pydev · · Score: 2, Insightful

    Galen Gruman is the author of the Mac OS X Snow Leopard Bible, so it's a good bet he is biased towards Apple and against Android.

    I have owned several Android devices and I haven't had significant compatibility problems. Some software takes a little while to get updated to the latest version of Android, but that's pretty much it.

  29. Re:You have never had to write a installer have yo by Hal_Porter · · Score: 2, Informative

    It's not that hard. Only depend on APIs present in the base version you target. If you can take advantage of more recent ones then use GetProcAddress. People have been doing this for years.

    Actually Win32 has been a perfectly capable API since the NT days so it's possible to write pretty much anything and have it working on NT and up.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;