Slashdot Mirror


Linux Headed For Smartphone Domination?

An anonymous reader writes "LinuxDevices has published a summary of research findings from Zelos Group that predicts that Linux is going dominate the smartphone market, beating out both Symbian and Microsoft. Zelos says that Linux scored highest on the two criteria that matter most to OEMs and carriers: openness and low cost. Microsoft scored lowest in these criteria. The article says Zelos believes Symbian beats Microsoft due to the flexibility of its licensing terms, and Microsoft prospects will be stymied to an extent by its desire to strictly manage how its brand is used. The conclusion: Linux will be the preferred operating system for connected devices."

269 comments

  1. Did anyone else NOT see this coming? by Anonymous Coward · · Score: 1, Funny

    Did anyone else NOT see this coming? Linux is already dominating in the server market and desktop market, not to mention the embedded market. It was inevitable.

    FP

    1. Re:Did anyone else NOT see this coming? by EmbeddedJanitor · · Score: 4, Insightful
      Linux is still a long way off dominating embedded, dpeending of course on what you mean by embedded. Most embedded designs still use inhouse RTOSs or no RTOS at all and most run on CPUs not supported by Linux or even uCLinux (the MMU-less version of Linux).

      I think Linux is a long way off dominating the desktop, mainly because Linux systems are relatively difficult to work with (eg. installing a hardware driver for a camera etc is beyond the capability of Joe Sixpack). This is not a problem in more restrictive systems (eg. servers and embedded systems) where Joe Sixpack does not have to fiddle.

      Embedding Linux is way easier and more productive than, say, Windows CE. I do development for both and after doing some Linux stuff, WinCE work is just so depressing.

      Compare: change 1 line of kernel code and get running.

      Linux: 9 seconds compile etc to build a new kernel image. 6 seconds ethernet download and boot. 15 seconds total.

      WinCE: Build 10+ **minutes** to do a full build because the partial build does not work reliably. 3 **minutes** to ethernet download/boot.

      Class: who's going to get more work done in a day?

      --
      Engineering is the art of compromise.
    2. Re:Did anyone else NOT see this coming? by Anonymous Coward · · Score: 0
      Did anyone else NOT see this coming?

      The people who don't care?

      This article is about Linux competing successfully with the other smartphone offerings. SURPRISE!

      Here's what is coming: many different smartphone OS's will continue to be available on phones, and people will buy what they like.

    3. Re:Did anyone else NOT see this coming? by unsung · · Score: 1


      Well, a 15 second vs. 10 minute compile doesn't really matter if it takes half a day to debug. But the rest of what you say is pretty much true.

      Linux starts to shine in embedded designs (embedded not in the strictest sense) because the hardware is typically set. It will be the dominant OS for complex, upgradable systems (convergence devices such as set-top boxes, smart phones, pda's). With a stable environment, you can control the distribution and essentially make it idiot-proof to distribute binaries. Linux on the desktop will take time because everyone's desktop system is different. Thus, the most reliable way to install applications is "configure, make, make install"... and even then, you need to make sure your glibc libraries are up to date, path and environment variables are set and such. Basically, if you have a million different configurations, then you have a million tests to run - which is impossible.

      Windows has other advantages with ease of development, but on an embedded / set system, such advantages are leveled, and it's disadvantage of license and price stand out more as a difference.

    4. Re:Did anyone else NOT see this coming? by Anonymous Coward · · Score: 0

      I hate to tell you this, but Microsoft Windows (its proper name) does not have an ease of development advantage. It forces you to use Microsoft's bloat and if you do anything outside the norm you quickly run into a brick wall. With Linux there are no walls.

    5. Re:Did anyone else NOT see this coming? by wshwe · · Score: 1

      Linux won't dominate the smartphone market. Both Microsoft and Symbian will make plenty of deals with carriers and OEMs. Motorola, one of Linux's biggest mobile adherents, is losing $$$ hand over fist. In the cellular industry it's the carriers that hold the keys, not the manufacturers or end users. HandSpring learned this the hard way before they merged with Palmone.

    6. Re:Did anyone else NOT see this coming? by EmbeddedJanitor · · Score: 1
      Windows has other advantages. Maybe full Windows (applicable to desktops), but not WinCE (applicable to mobile).

      Linux gives me a bunch of neat tools like procfs, and you name it. WinCE is just pure crap in comparison. When I use ethernet debugging with WinCE a single step takes about 2 seconds. With gdb remote single stepping I can single step at multiple per second (limited by the hosts repeat rate).

      Being able to turn around a fix is a big benefit. If you can try 20 times as many fixes in a day with Linux, guess which is going to give you the best restults at the lowest cost. A WinCE license is only about $3, so that is hardly the big gating item.

      One of the main benefits of mobile/embedded Linux is that the OS is exactly the same code as runs on desktops, servers and Big Iron IBMs. In comparison, all of Winx9x, WinMe, WinCE, NT, XP, 2000 have different codebases and perform differently. This means that an app you write for NT, will typically not run on CE without significant porting.

      --
      Engineering is the art of compromise.
    7. Re:Did anyone else NOT see this coming? by Anonymous Coward · · Score: 0

      I hate to break the news to you, but development ease has little to do with project cost. What matters is the design quality and the ease of maintenance. I do agree though windows does not have an advantage there (only because MS is notoriously bad at allowing you to develop using outdated ms tech, making maintenance of ms-based software hideously expensive).

    8. Re:Did anyone else NOT see this coming? by Oscaro · · Score: 1

      Mh, if that was true, we would be in wonderland, where nobody would be using things like server-side java software, whose ONLY added value is development ease (just an example).

    9. Re:Did anyone else NOT see this coming? by aObie · · Score: 1

      What desktop market is linux dominating? Are we calling the cultish hobbyist nerds a separate desktop market? Cause last time I checked Microsoft still had control of the actual desktop market.

    10. Re:Did anyone else NOT see this coming? by tiger99 · · Score: 1
      This is all very well and I like to see Linux dominate, certainly to squeeze WinCE out of every possible application, but I do wonder if anything as powerful as Linux or any other mainstream OS is really appropriate anyway. Now I know it costs nothing, and they are likely using a very minimal kernel with lots of bits removed, but even so, IMHO it is overkill.

      It does depend of course on how far it can be cut down and still be recognisable as Linux. It is one area where it may be worth forking, because the mainstream kernel will keep growing useful facilities which are likely to be inappropriate in embedded applications. I don't see why the big advances in kernel 2.6 for example would be needed here. In fact, embedded systems could probably do with a freeze every 2 to 3 years, and have separate maintainers, toolsets etc.

      I think that by having a very limited number of forks, for good reasons, the overall advance would be faster, because people could focus more on their own area of expertise.

      I prefer the GPL as a licence, but am a bit surprised that xBSD has not gone into this sort of area, due to its licence which favours closing all or bits of the source, and going fully commercial. There is not a lot to choose between Linux and xBSD on performance grounds, one excels at some things, another at other things.....

      I predict that a big advance will be made soon in developing a new, compact GUI to replace X in small applications. There have been worthwhile attempts, IMHO a better one will come soon, hopefully small enough to run as a kernel module. Minimise the GUI and you minimise the bloat, making it even more attractive than anything from Redmond.

      As for the desktop, Linux is not there yet due to so many buggy or hard to configure distros. SuSE is close, but not quite yet, when they can properly configure the most popular brand of graphics card (Nvidia) without making feeble and incorrect excuses about licensing terms, them maybe, but having tried an evaluation version of Xandros, and just ordered the full boxed version, I think we are almost there.... It is definitely getting very close. However, I saw a cheap PC on sale the other day, it had Windoze but no M$ Office, instead it came with OOo or maybe Star, at a ridiculously low price in the supermarket. Now by getting rid of Bill's expensive bit of buggy bloatware, they make it almost competitive with a Linux implementation, so the situation is not clear-cut. We have a mixed Gates/free system competing with totally free or total Billness, which muddies the waters a bit. The ill-informed public will hardly know tha difference, but it may hinder the uptake of fully free systems.

      Still, Linux and Apache are near a monopoly situation in web servers. It makes me wonder whether Bill can take legal action against a perceived monopoly, after all it is doing to IIS (and deservedly so!) what he did to Notscrape and others. It would be a challenge finding the right person or organisation to sue.

  2. "They" already have Linux controlled radio's by OriginalSpaceMan · · Score: 3, Informative

    My wife was visiting a near by company (I can't say who) that has lots of hand-held an other types of radio powered by Linux. She said they seem to be very stable and easy to manage. Why not phones? The concept is already there...

    --

    You talk better than you fool!
    1. Re:"They" already have Linux controlled radio's by Anonymous Coward · · Score: 0

      Maybe they should work on porting it to computers so we can give Microsoft a run for its money where it matters!

      Then we can port it to the Xbox as a black eye to Bill.

      Anyone working on this?

    2. Re:"They" already have Linux controlled radio's by whittrash · · Score: 1

      You know, these would make great Star Trek 'tri-quarters'. Unfortunately we would have to pay the Roddenberry estate $billions for the rights.

    3. Re:"They" already have Linux controlled radio's by Anonymous Coward · · Score: 0

      tricorders einstein

    4. Re:"They" already have Linux controlled radio's by Anonymous Coward · · Score: 0

      Tri-corders As in recorder - but Tri.

      Why do so many Slashdot posters have trouble with basic syllables?

    5. Re:"They" already have Linux controlled radio's by cpeterso · · Score: 1


      Wildseed is launching a unique Linux-based cell phone with features and designs designed for teenagers. Wildseed is a Seattle company founded by some ex-Microsoft people who created DirectX.

    6. Re:"They" already have Linux controlled radio's by whittrash · · Score: 1

      Tri-corders As in recorder - but Tri.

      Why do so many Slashdot posters have trouble with basic syllables?


      Yah, my bad, I don't write none too good and me do not know how to write good like you is, but I write tricorder good and spleld it correrectly. Go to the source if you dernt believed me. I've seen all the old Startrek, and all of the Next Generation and most of Deep Space Nine and a little of Voyager and a tiny amount of Enterprise.

  3. you know what that means... by jaden · · Score: 5, Funny

    SCO files suit today against Sprint, Verizon, AT&T, Cingular, Nextel, Audiovox, Handspring, Hitachi, Kyocera, LG, Motorola, NEC, Neonode, Nokia, Panasonic, Samsung, Sanyo, Sharp, Siemens, Sony Ericsson, VTech...

    Asked for a comment, SCO was quoted as saying "There's gotta be some blood in one of these stones."

    1. Re:you know what that means... by Nexus+Seven · · Score: 1

      Wouldn't SCO go after the world's largest cellphone company?

    2. Re:you know what that means... by tomhudson · · Score: 1
      Asked for a comment, SCO was quoted as saying "There's gotta be some blood in one of these stones."

      And I hope next time Darl goes to take a piss, he finds blood leaking from HIS stones!

    3. Re:you know what that means... by sketerpot · · Score: 1

      It's funny, but comments like that are the kind of thing Darl and his minions use as evidence that they are on some sort of holy crusade for what is rightly theirs, having to face insults and sometimes even death threats. As if it had anything to do with the validity (ha!) of their claims.

    4. Re:you know what that means... by tomhudson · · Score: 1
      Right, but the man is either a lying scumbag, or willfully ignorant (which is not a defense) and this still leaves him as a scumsucking sack of shit.

      The only thing I could say in his defense is that, if someone claimed that he was unfit to sleeo with a pig, in which case I would say "That's not true!"

      When someone makes a point of lying over and over again, if we DON'T say what's on our minds, and act unduly civil, then we are aiding and abetting a fraud.

      So let's keep on insulting those litigious bastards :-)

    5. Re:you know what that means... by RoLi · · Score: 1
      comments like that are the kind of thing Darl and his minions use as evidence

      Yeah, right, I can imagine it right now: "Your honor, we will now present our evidence: On January 27 2004 alone, a user on Slashdot with the name 'Anonymous Coward' has posted 13 death threats. Therefore IBM has pay us 1 billion dollas please"

    6. Re:you know what that means... by sketerpot · · Score: 1

      No no, you never just come out and say something like that. Not when you're SCO! They won't try that line on a judge, but they will mention in press releases that they got death threats. If they can put themselves in a position of "poor persecuted people" it might help with their pump-and-dump-and-pay-the-lawyers scheme. That's why their press releases take so many pages to essentially say nothing.

  4. I dunno.. by grub · · Score: 3, Funny


    The cost of a smartphone is high enough without having to add a $699 licensing fee payable to SCO..

    --
    Trolling is a art,
    1. Re:I dunno.. by soft_guy · · Score: 1

      I think the most interesting part of your post is the fact that you are quoting the server price from SCO (the desktop price is $199 and there is an even smaller price for embedded devices). I'd like to know how you plan to use the SmartPhone as a server.

      --
      Avoid Missing Ball for High Score
    2. Re:I dunno.. by Anonymous Coward · · Score: 0

      SCO isn't mentioned in the article, dumbass.

    3. Re:I dunno.. by Saeed+al-Sahaf · · Score: 1
      I'd like to know how you plan to use the SmartPhone as a server.

      If it can be done, you can bet we'll be hearing about it here at Slashdot, soon... Isn't there someone out there running a web server on a PDA?

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    4. Re:I dunno.. by RoLi · · Score: 5, Insightful
      Maybe I'm not as easily entertained as the average Slashdot moderator, but I really don't understand why the same old jokes get modded up to 4 or 5 "funny" for months or even years.

      2002: Post "In Soviet Russia" joke - +5 Funny guaranteed
      2003: Post "I for one welcome.." joke - +5 Funny guaranteed
      And now the SCO-699$ licensing jokes... in every thread even remotely related to Linux. Maybe even several times...

      -1 Redundant, please guys.

    5. Re:I dunno.. by stephanruby · · Score: 2, Funny

      I for one welcome our moderator overlords.

    6. Re:I dunno.. by FrankDrebin · · Score: 1

      I really don't understand why the same old jokes get modded up to 4 or 5 "funny" for months or even years

      You may have unwittingly kicked off a new trend of funny-bashing-karma-whores getting consistenly modded up to "insightful".

      --
      Anybody want a peanut?
    7. Re:I dunno.. by alienmole · · Score: 1

      All your base are belong to meme humor...

    8. Re:I dunno.. by ZzzzSleep · · Score: 1
      Quoth Saeed al-Sahaf:
      If it can be done, you can bet we'll be hearing about it here at Slashdot, soon... Isn't there someone out there running a web server on a PDA

      If we hear about a web server on a PDA, it won't be running for very long....
    9. Re:I dunno.. by bhtooefr · · Score: 1

      If anyone's made a handheld C64, it'll survive the slashdotting - a custom web server for the C64 survived, along with two VNC servers, and a RealAudio stream from the cassette drive.

      This code is now part of the Contiki project, by the way.

    10. Re:I dunno.. by kryliss · · Score: 1

      Because you need to lighten up or you are looking for something to bitch about. I'm thinking you are somewhere right in the middle.

      --
      --- If the bible proves the existence of God, then Superman comics prove the existence of Superman.
  5. Potential Bias by Interruach · · Score: 3, Insightful

    We all point out how such studies are biased when Microsoft release them...
    Surely there's a chance that LinuxDevices has a bit of an interest in this?

    1. Re:Potential Bias by Bill+Kendrick · · Score: 5, Informative

      Surely there's a chance that LinuxDevices has a bit of an interest in this?

      Looks like you didn't read carefully :^) LinuxDevices didn't do the study or release the report. They just wrote about it, just like Wired or CNN or Slashdot would...

    2. Re:Potential Bias by Interruach · · Score: 1

      You're quite right, sorry about that.

    3. Re:Potential Bias by RoLi · · Score: 1

      Microsoft doesn't releease any studies about cellphones because they are doing so badly that even a biased study makes them look like the band of incompetent losers that they are.

    4. Re:Potential Bias by Anonymous Coward · · Score: 0

      You know, technically Microsoft also doesn't conduct the studies, they just report them. Just like LinuxDevices, so I guess you just didn't think about this detail when you reply to it.

  6. any day now by Anonymous Coward · · Score: 5, Funny

    So with this phone, I get to grep for the girl's number I got last night, with Windows I get to grope the girl I met last night. Which one wins?

    1. Re:any day now by sisukapalli1 · · Score: 2, Funny

      A lot depends on how much you had to pay for the girl^H^H^H^H phone -- and the problems with all the viruses and all.

      S

    2. Re:any day now by Anonymous Coward · · Score: 0

      groping girls can be outlawed and give them virus's is worst. I guess you get life with Microsoft Embedded devices.

    3. Re:any day now by iabervon · · Score: 2, Funny

      Actually, with Windows you expect to grope the girl, but, in fact, some script kiddie gropes her instead. But she thinks you groped her.

  7. Not on my watch by Anonymous Coward · · Score: 0
    Hm, I don't think I want to mount my phone any time soon, thank you. Linux is not the embedded OS I want -- too big, too unwieldy, and waaay waaay to drab.

    Drunken sailor

  8. Tech history 101 by rockclimber · · Score: 5, Insightful

    the best system does NOT alway win in the market.

    the domination of a market depends on marketing, lobbying, cash and quality of the product.
    so, linux has 1 out of 4. not bad, but still a long way to go

    1. Re:Tech history 101 by gl4ss · · Score: 1

      nor is the technically best system always the best system for the companies to use(because of corporate heritages, experiences with some systems & etc).

      --
      world was created 5 seconds before this post as it is.
    2. Re:Tech history 101 by poot_rootbeer · · Score: 1


      Say you're a product architect at a company that builds smartphones, and the CTO tasks you to survey what's in the marketplace. Which are you more likely to report back as your recommendation?

      1) We can license Symbian's solution, there are licensing fees to pay but the system is ready to ship today, and it's proven compatible with products x, y, and z already on the market, or

      2) We can roll our own mobile platform based on Linux, it'll require a team of developers and at least a year-long project to get it ready to sell, and while it should be interoperable with other Linux systems there's a chance of incompatibilities.

    3. Re:Tech history 101 by smallpaul · · Score: 2, Insightful

      Your presentation ignores the fact that once you finish the Linux phone you have a perpetual royalty-free license and the source to make that meaningful. With the Symbian phone you must make the build or buy decision again and again every time you are presented with your yearly license fee.

    4. Re:Tech history 101 by Dwindlehop · · Score: 1

      How the fuck is this insightful?

      Which one of the four does he claim Linux has? Why does he think Linux has that? Why doesn't Linux have the others? Where is the insight, moderators?

      People need to metamoderate this moderation as -1 Stupid.

      --
      Jonathan Pearce jonathan@pearce.name
      3EAAFB2A http://www.jonathan.pearce.name/
    5. Re:Tech history 101 by Anonymous Coward · · Score: 0

      Man, you really missed the point, didn't you?

    6. Re:Tech history 101 by RoLi · · Score: 3, Insightful
      If you compare Symbian, Linux and Microsoft:

      Symbian - pros

      • Large user base
      • already established on the market
      • large software library (but mostly via Java)
      cons
      • Licensing costs
      • Couldn't really lock the market because most development is done in Java, not natively in Symbian
      Linux pros
      • Easily developed on PC
      • Easily modified
      • More secure because the codebase has been tested on the Internet in production environments for years
      • A big software library (through Java) and a even bigger library on the PC that can maybe be modified to run on the smartphone (depending of course on the application
      • No license costs and also no license hassles. What many Winlots forget is that one of the big advantages of Linux is that you can start right away you don't have to buy and wait for development kits/licenses.
      • Linux is already used in the majority of embedded-systems projects that use an OS. Since many cellphone-makers also make embedded systems, standardizing on Linux could offer benefits.
      cons
      • Relatively new on the market.
      Microsoft - pros
      • It's from Microsoft, so it gets loads of gratious advertising, marketing and hype from everybody including Slashdot
      cons
      • Since Microsoft's stance toward Java is very uncertain and doubtful, you have pretty much no native applications at all
      • Microsoft's Java (aka .NET) hasn't been established on the market at all, there aren't many applications on the market. And the few that have been written are for the most part web-driven database frontends, not really anything that could be useful on a cellphone.
      • Currently all cellphones running with Windows/Stinger/whateveritscalledtoday have either been shut down before market introduction because of quality problems or haven't sold very well because of quality problems
      • Because of the general weakness of Microsoft cellphones, Microsoft is likely to discontinue them in a couple of years, just like Windows/Alpha, Hailstorm, the HomeR project and many many other Microsoft projects. We are not talking about IBM which supports their products virtually forever. Microsoft has shown many times that they don't care when their customers are stranded on an unsupported platform

      To sum up, the outlook for Linux looks very bright. Because most advanced cellphone apps are Java-apps and not Symbian-apps, Linux will be able to replace Symbian cellphones without much problems. Even if that weren't the case, the smartphone market is still young and small, Linux also could prosper without Java-compatibility.

    7. Re:Tech history 101 by Anonvmous+Coward · · Score: 1

      I can't believe that you're saying that Linux will absolutely fail in the phone market! What you don't understand is that it's really extensible and people can edit the code and make it work. Of course, you wouldn't know this since you assume that Symbian is the absolute best ever in every possible way and nothing could ever possibly touch it. But, I excuse your ignorance.

    8. Re:Tech history 101 by NanoGator · · Score: 1

      "I can't believe that you're saying that Linux will absolutely fail in the phone market!"

      Hehe. That little spoof was spot on. Unfortunately, I think you'll get modded down as the dude with the mod point probably didn't see the thread that sparked this little bit of satire. Here's the thread, if you're curious: http://slashdot.org/comments.pl?sid=94358&cid=8095 420

      --
      "Derp de derp."
    9. Re:Tech history 101 by Anonymous Coward · · Score: 0

      Mod parent -1 "Filled with teenage angst".

    10. Re:Tech history 101 by RoLi · · Score: 1
      I listed a lot of facts, then a conclusion.

      You listed a conclusion ("very strong potential") with some statements which look like Microsoft-PR ("superior applications") but you later pretended that they don't have anything to do with the "very strong potential", which of course opens up the question why you have thrown in the "superior apps" argument at all.

      I have posted several reasons why there isn't any potential, never mind very strong potential for MS in the cellphone market.

    11. Re:Tech history 101 by putaro · · Score: 1

      Why, obviously, Linux has lobbying!

    12. Re:Tech history 101 by Anonymous Coward · · Score: 0

      I think you're oversimplifying the difficulties of creating a device.

      The key issue is integration, not software development. We're talking about a lot of technology in one device that needs to have a well-designed UI and work seemlessly (typically not like the multi-window PC environment).

      People don't consider phones to be computers. Most people think of a phone as being like the TV remote control (you chuck the batteries in it and it works. If it doesn't it's obviously broken and you vow never to buy that brand again).
      PCs hardware branding and PC software branding are different. Most people blame M$ if their computer crashes these days...There's a real need for everything to be bullet-proof, consistent and co-operative in a phone, not flakey and '1001 ways to do the same thing'.
      It's a different way of thinking about what's required to the PC world, and most people seem to be running arround with a hammer (linux, in it's current situation) and saying that all the different problems where an OS could be used is a nail...

    13. Re:Tech history 101 by Asprin · · Score: 1


      Feh, this is Mr. Dissenting Opinion here, and I have to disagree a little. I think marketing, lobbying, cash and even quality have a LOT less to do with success than other uncomplicated factors such as simply meeting a need people want (and quickly). I mean, where's the freakin' N-Gage? AOL grew up connecting groups of chatters together. Beta was better but VHS had a head start and was good *enough*. Microsoft should be a much larger player in the Database, HTTP and SMTP server markets for as much money as they spend on promotion. Linux is able to meet needs largely because it is robust, flexible and has convenient licensing that lends itself to experimentation. [I don't have to throw $500K and two years into licensing and development just to find out that my application isn't going to work as I expected.]

      --
      "Lawyers are for sucks."
      - Doug McKenzie
  9. Advice for SCO... by Faust7 · · Score: 4, Funny

    Asked for a comment, SCO was quoted as saying "There's gotta be some blood in one of these stones."

    If you squeeze a stone hard enough, you'll break your hand.

    1. Re:Advice for SCO... by karnal · · Score: 2, Funny

      Ergo, if your bones are sticking through your skin, you'll probably have blood!

      Profit!

      --
      Karnal
  10. Flexibility by xot · · Score: 5, Insightful

    I think the flexibility that Linux provides to the manufacturers is the key factor in its being the OS of choice. Any OS that the hardware makers can use to their advantage to make the product more robust n fast will definitely be ahead in the race.Seriously doubt an Microsoft OS will give that kind of flexibility or 'openness'.

    --
    Lord of the Binges.
    1. Re:Flexibility by oob · · Score: 2, Interesting

      I think the flexibility that Linux provides to the manufacturers is the key factor in its being the OS of choice.

      Device manufacturers who go the Linux route reap any number of benefits, but the one that struck when the Zaurus was released was their ability to immediately tap in to a large amount of readily available free software.

      I signed up for the development version of the Zaurus (the 5000d) and thanks to airmail believe that I was one of the first people in Europe to recieve one of these devices. Two days after it arrived Quake had been ported, as had any number of other pieces of Linux software. Within a week, a number of community software repositories were available and Sharp was no longer the "one stop shop" for Zaurus software.

      Linux alleviates much of the need for device manufacturers to concern themselves with applications.

    2. Re:Flexibility by mingot · · Score: 1

      Not sure if you checked but there is no dearth of PocketPC and Symbian OS applications. These closed systems have certainly not been hinderences (to application software) in my experience.

  11. $35 by EmbeddedJanitor · · Score: 1

    actually, they only want $35 for embedded devices.

    --
    Engineering is the art of compromise.
    1. Re:$35 by interiot · · Score: 1

      It's $32. With a link in case people have trouble remembering which crazy statements are made up by hecklers and which SCO actually meant to be semi-seriously uttered.

  12. Another reason for the husband to nag by MrsPReDiToR · · Score: 5, Funny

    Thanks! After drooling over his friend's smart phone that runs the 'evil' mircrosoft my husband now has an excuse to have a lovely linux smartphone top of his (insert occasion here) present list. Like he needed an excuse to bend my ears about how great Linux is!

    --
    It could be that the purpose of your life is only to serve as a warning to others.
    1. Re:Another reason for the husband to nag by Anonymous Coward · · Score: 0

      Like he needed an excuse to bend my ears about how great Linux is!

      Well he told me yesterday that there's usually only one reason he bends your ears. It gives him something to play with while you finish.

    2. Re:Another reason for the husband to nag by soft_guy · · Score: 2, Funny

      Wow! You're husband is into Linux AND you married him? Amazing!

      --
      Avoid Missing Ball for High Score
    3. Re:Another reason for the husband to nag by mav[LAG] · · Score: 2, Funny

      Didn't you notice her nick?

      --
      --- Hot Shot City is particularly good.
  13. Reguardless... by DaHat · · Score: 1, Interesting

    Ultimately the market will decide, not a research study.

    Personally I don't care what my phone's OS is so long as it works, period. But then I've got simple requirements for my phone, I don't want/need it to do video, pictures, web, chat, etc.

    1. Re:Reguardless... by dranga · · Score: 2, Insightful

      Yes, but one other factor will be how cheap is it; if two phones do the same thing equally well, I think most will go for the cheaper one. And the phones should be cheaper if the cost to manufacture/program them is cheaper.

      --
      Oh no, not again.
    2. Re:Reguardless... by samjam · · Score: 1

      Yep, and time-to-market-with-new-features counts for an awful lot.

      Which platform is easiest to develop for?

      Thats a hard question, try this one:
      Which platform are you used to developing for?

      Lets try this one:
      How much development do you need to do?

      Now we are getting somewhere, how about this one:
      What's the shape of the market differentiation cost / value trade-off?

      How about this one:
      How well can your marketing department, project managers, developers and suppliers find and keep close to A sweet spot on the market-differentiation cost/value chart, and then exploit this position?

      Don't think linux will win because of "freedom" and "licensing" in the current mobile market.

      And lets remember that the current Linux phone is really a java phone running on a linux kernel. Personally I like "linux" but I just wonder why it was needed on this phone; the best I could think of was that it could manage and arbitrate hardware access out of the box. But really it seems like a java phone.

  14. Microsoft rocks by Anonymous Coward · · Score: 0

    I have had core dumps on symbian and linux driven devices always. MS on the other hand seems very stable. wonder why. openness? my foot!

  15. Diversity by Anonymous Coward · · Score: 0

    Microsoft has a foothold in the office software/game console markets, and Symbian in the orgasm machine buisness, so I wouldn't worry too much about these two companies.

  16. Does it really matter what runs my phone? by soluzar22 · · Score: 2, Interesting

    I love Linux. I use MS software and their OS a fair bit too, but I love Linux. I really don't care what OS runs my devices though. My PC, I want it to run a GNU/Linux OS and other free software when possible. My phone? I just don't really care. Am I that unusual? I just want my phone to work well, and do all that the glossy advert promised that it would. As long as it does that, it can run CPM for all I care!

    1. Re:Does it really matter what runs my phone? by Welsh+Dwarf · · Score: 1

      Think of this, you're a sysadmin, your smat phone e-mail gets a message from your server that requires imidiate acition. You ssh in, fix the situation, and get beck to the dinner in stead of canceling the evening.

      Would you trust windows with your root password?

      And, more importantly, could you get a ssh client onto and running on a windows based smart phone?

      That's why the OS on smart phones matters (OTOH my mobile can run what it likes, since it just takes phone calls)

      --
      Ask 8 slackers a question, get 10 awnsers (a citation, but I can't remember from who)
  17. Ob Conspirary Theory by rRaminrodt · · Score: 0, Troll

    Note the name of the company who did this study!

    Zelos -- now increment the last letter by one
    Zelot -- whats that sound like when pronounced?

    that's right, zealot!

    now, who's the worst kind of zealot?

    the LINUX ZEALOT... this study was made by linux zealots... so of course it would be favorable

    the Cabal of Renegade Linux Fanatics (CRLF) strikes again!!!!!

    [/conspiracy-theory]

    --
    They'll think I've lost control again and leave it all to evolution. -- Supreme Being, Time Bandits
  18. PC of the future by randall_burns · · Score: 1, Interesting
    When I got into the computer biz over 20 years ago, the first PC's were coming out. An older engineer said to me:


    "I don't know what the Personal Computer of the future will be like, but I do know what it will be called: the phone".


    Looks to me like Microsoft is caught in a squeeze play here: They have pretty much lost the server business--and now they are looking the market in smaller devices. I suspect Microsoft will be around for a while, but the hegenomy of Microsoft is already doomed(unless they do something like they did in the last presidential election and buy a lot of politicians).

    1. Re:PC of the future by Anonymous Coward · · Score: 0

      They have pretty much lost the server business

      Don't get out much, do ya?

    2. Re:PC of the future by randall_burns · · Score: 1

      I work with Windows Server every day. It walks, it talks--but its terminally ill. Maybe they'll find a way to save it, but they've spent a _lot_ of money trying to beat a free product. I just don't see that they have much.

  19. Uh right by NanoGator · · Score: 4, Interesting

    "Zelos says that Linux scored highest on the two criteria that matter most to OEMs and carriers: openness and low cost. Microsoft scored lowest in these criteria. The article says Zelos believes Symbian beats Microsoft due to the flexibility of its licensing terms, and Microsoft prospects will be stymied to an extent by its desire to strictly manage how its brand is used. The concusion: Linux will be the preferred operating system for connected devices."

    I think what this person fails to understand is that the preferred OS is dictated by what customers spend their money on, not by the cost or the openness. That's not to say that Microsoft will win. But you all should remember that Microsoft is the least open and most expensive desktop OS out there, and it's well ahead of everybody else on the desktop.

    --
    "Derp de derp."
    1. Re:Uh right by Bill+Kendrick · · Score: 2, Insightful

      For [some probably high percentage] of consumers out there, they don't think about, and usually don't care about, what "OS" is running on their phone.

      As phones become more like PDAs, this will change. But, the last time I bought a phone, it was mostly an issue of cost and form-factor. I took what I could get, software-wise.

    2. Re:Uh right by soft_guy · · Score: 4, Informative

      That happened in a totally different context. So much so, that the fact that MS currently has 90+% of the desktop market doesn't matter *at all* in the context of smart phones.

      For one thing, the maker of the phone puts both the OS and the apps on the phone. The user probably doesn't even know what OS the phone is running - or care. The phone maker is going to go with the smallest costs. That includes all costs, not just the license cost. Fortunately, Linux is not harder or more expensive to develop for than Windows CE. So, Linux has a good shot at being picked for any given implementation.

      --
      Avoid Missing Ball for High Score
    3. Re:Uh right by Anonymous Coward · · Score: 0

      Actually, the makers don't even have a lot to say in it. The carrier will typically dictate what OS and apps get bundled into the phone as well as other characteristics, as a prerequisite to selling their hardware.

      Customers exert very little pressure and only on the carriers, not manufacturers directly.

    4. Re:Uh right by NanoGator · · Score: 1

      "For one thing, the maker of the phone puts both the OS and the apps on the phone. The user probably doesn't even know what OS the phone is running - or care. The phone maker is going to go with the smallest costs. That includes all costs, not just the license cost. Fortunately, Linux is not harder or more expensive to develop for than Windows CE. So, Linux has a good shot at being picked for any given implementation."

      You hit the nail right on the head, but then drifted away to a not so interesting point. I highlighted it, though. The apps are going to be a significant portion of what people buy. That means that even though Microsoft's OS is less open and more expensive, they still have a very strong potential in the marketplace. If their apps are superior to the others in the customers' eyes, then what does the OS have to do with it?

      Let me put it another way: The fact that Microsoft phones will sync with laptops and PocketPCs has a LOT more to do with how successful the product will be than what OS is running on whatever phone. People care about what they can do, not what they cannot.

      --
      "Derp de derp."
    5. Re:Uh right by Anonymous Coward · · Score: 0

      shut-up. no one is talking about the gay phone you bought last week.

      "As phones become more like PDAs, this will change." ...wow!... thanks for the tip.

    6. Re:Uh right by iabervon · · Score: 1

      The customer doesn't generally have any access to the OS at all. In fact, the programming interface to the Linux phones is supposed to be Java ME. They're mainly interested in using Linux because it makes a good JVM.

      It's possible that most Linux phones won't even have a shell, command-line-type programs, init, or /etc. The kernel doesn't dictate policy, so it's quite possible to have a very different userspace under Linux. There's nothing saying that a Linux phone would have to be a GNU/Linux phone, and it could actually make sense to make the distinction.

    7. Re:Uh right by soft_guy · · Score: 1

      You're making the assumption that Microsoft's apps will be superior to Linux apps running on the phone. I do not believe there is any basis for this belief. App developers who need to make a Linux phone interoperate with Windows will be able to do that without any problems. Developers will hit whatever requirement that they are given in this regard. You want a Linux phone that syncs with Outlook? No problem. Palm does it, Nokia, Motorola, Ericsson, LG, and Sanyo can too.

      Second, you are making an assumption that the phone maker cares about the usability of the apps they ship on the phone. I do not think there is any basis for that belief either. They will care about the cost, they will care about how the phone looks to someone in a store. They won't care about whether it is easy to use with Windows in everyday life. That goes for phones based on either OS.

      Third, you are making an assuption that phone buyers can make an effective judgement about which phone has more usable apps. Again, I think there is no basis for this belief either. In fact, there is a lot of negative evidence against it. (Like the fact that MS has 95% marketshare.)
      People buy based on price and how the phone looks. A few people will care about some specific feature, like "does it sync with Outlook", but that will be a check off item, not a case where people will really examine the quality of how it syncs with Outlook. Any buyer with a more nuanced approach than that is some uber-geek and/or a Mac customer who will probably *prefer* the Linux phone just 'cause its Linux - and that's a small percentage indeed.

      --
      Avoid Missing Ball for High Score
    8. Re:Uh right by miu · · Score: 1
      That happened in a totally different context. So much so, that the fact that MS currently has 90+% of the desktop market doesn't matter *at all* in the context of smart phones.

      Sure it does. PDA integration with the desktop is very important to consumers. Beyond the use of a smart phone as a PDA the non-business user will use it as a message terminal, game machine, music player, and so on. Easy integration with software on the desktop is at least as important to that type of user.

      About the only people who would not care at all would be people who use the phone exclusively as a phone, and in that case why would they want a "smart phone" anyway?

      --

      [Set Cain on fire and steal his lute.]
    9. Re:Uh right by soft_guy · · Score: 1

      Yeah, its fucking impossible to integrate a device that isn't running windows CE with desktop Windows. That's why Palm never could sell any of their PDAs and no one could sync a Palm with Outlook.

      And Samba doesn't exist either.

      Yep, I guess Linux is totally screwed. 'Cause it would be impossible to get it interoperate with Windows at all!

      --
      Avoid Missing Ball for High Score
    10. Re:Uh right by NanoGator · · Score: 1

      "You're making the assumption that Microsoft's apps will be superior to Linux apps running on the phone."

      I never made that assumption or that claim. I didn't say Microsoft would win. I was intentionally neutral in my post about who would win. The only point you should have taken from my original post was that the reasoning provided as to why Linux would win has very little actual bearing on how successful Linux will be in the marketplace. If you read that as "No, Linux will lose", then I apologize for not making myself clearer. It was never my intention to say that either would win or lose, simply that the wrong aspect is being measured.

      " They won't care about whether it is easy to use with Windows in everyday life."

      I would agree with this if there was only one company making phones. No, this is a competition. The company with the most sales wins. If people are flocking to the Microsoft phone because it syncs with Outlook, then the other guy isn't going to hold steady with his decision to use Symbian. (Bad example, my Nokia running Symbian syncs with Outlook just fine, sorry can't think of a better one.)

      "Third, you are making an assuption that phone buyers can make an effective judgement about which phone has more usable apps."

      Actually, just the opposite. I don't think they know enough of the tecnical details about how the product will work. As a result, it becomes a marketing battle. Again, the choice of OS really doesn't matter.

      --
      "Derp de derp."
    11. Re:Uh right by luisdom · · Score: 1

      I can assure you that 99.99% of phone users don't know which OS its phone has. It is a manufacturer thing, and if microsoft doesn't play its cards well, it will stay so for a long time, because this is not the desktop market; ms doesn't have any monopoly granted power to use against nokia et al. They'll have to compete by their own merits.
      The only advantage MS has is lots of money, which doesn't grant you the key for success, being this getting more money than you spend (see xbox).

    12. Re:Uh right by miu · · Score: 1
      I'm not saying that integration capabilities don't exist, but they don't get that shiny Windows logo that consumers who use Windows at home want to see as an assurance that everything will "just work".

      Palm sales took a huge hit after CE devices started appearing. Synching a CE device with a Mac or Linux box is possible, but a pain in the ass.

      Microsoft can raise barriers to integration at any point. A few strategic patents, some arbitrary format changes, and consumers view a non-MS smart phone as just too much trouble.

      Linux is not screwed, but it is too early to start celebrating a victory in the smart phone sphere - the Microsoft lock on the desktop means they have a lot of leverage for all smart devices that work with consumer desktop software.

      --

      [Set Cain on fire and steal his lute.]
    13. Re:Uh right by soft_guy · · Score: 1

      I think we agree that no technical barriers will cause Linux or CE to win on Smartphones. So, it comes down to two reasons why Linux wins:

      1. Embedded Linux will require less memory than CE all other things being equal.
      2. Windows CE costs about $20 per unit for a licensing cost. Linux costs nothing.
      3. The dev tools for writing Linux software are free vs. hundreds (maybe thousands depending on what you buy) per seat for MS dev tools.

      In Microsoft's favor, you can get commercial DTS support from them if you have a problem. (For what its worth.) Plus, there are probably more hardware drivers available for CE. It might also be slightly easier to hire a CE developer, but I'm not really sure.

      Overall, I think Linux has a moderate advantage because of BOM costs on the phone(i.e. Bill of Materials cost which is how much they have to pay to make the phone per unit.) Manufacturers care about that a lot.

      --
      Avoid Missing Ball for High Score
    14. Re:Uh right by Anonvmous+Coward · · Score: 1

      I think the point he's making is that it's the apps that will win, not the OS. In that regard, Microsoft will fight hard to compete.

      Personally, I think he's downplaying the cost a little too much, but I do think he's got a point that this is nothing new for Microsoft. They still manage to rule even when technically they're inferior.

    15. Re:Uh right by NanoGator · · Score: 1

      "Overall, I think Linux has a moderate advantage because of BOM costs on the phone(i.e. Bill of Materials cost which is how much they have to pay to make the phone per unit.) Manufacturers care about that a lot."

      I agree with that.

      Cheers

      --
      "Derp de derp."
    16. Re:Uh right by miffo.swe · · Score: 1

      If MS has anything against them its their history. People will look away because its from MS. People use MS because there havent existed options, not because of its superiotity. Many of the customers will spend their money on ABM because they know MS is delivering crap. If they have a choice many will take it. Probably enough to make a dent in MS efforts.

      MS complete absence of moral when it comes to partners is also something speaking against them. They have shown crystal clear that they gladly will stab you in the back whistling all the way to the bank, something most OEM's is afraid of when dealing with MS.

      --
      HTTP/1.1 400
    17. Re:Uh right by Gonoff · · Score: 1

      Our IT department will not install the software to sync Palm because it is not nearly as simple to do as ActiveSync.

      To install A/S, I login, put in the CD, install the programme and log out. Put cable in USB port and let the Luser log in. They plug in the PDA and it works.
      To install the palm software, I give the Luser admin access, let them log in, move them away from the PC, install the software and connect up the PDA and it works. Then I log them out and remove their admin access and let them log in again. It usually works first time.

      Guess which one I prefer? That's right, the one where I do not give them administrative access! If I feel it is better, how do youthink a Micro$oft fan will feel? Symbian doesn't even have a hope...

      --
      I'll see your Constitution and raise you a Queen.
    18. Re:Uh right by Anonymous Coward · · Score: 0

      But that is only because Microsoft came along first. If there had been a moderately good Linux desktop around back then, Microsoft would not have had a chance.

    19. Re:Uh right by RoLi · · Score: 1
      But you all should remember that Microsoft is the least open and most expensive desktop OS out there, and it's well ahead of everybody else on the desktop.

      Completely wrong. The Microsoft/PC combination has been much more open than anything else for almost 2 decades. That was Microsoft's success secret: Let all the hardware companies work hard and ride on their success wave.

      Let's face it: PC hardware has become so good that even with Microsoft's crappy OS, it has become superior to any other product for mainstream desktop use, be it Apple, Sun or SGI.

      Only since KDE2 (IIRC 1999) the world has got a desktop that is both more open and technically superior to Windows - but unfortunately still lacks most of the apps which is the only reason why Microsoft still dominates the desktop.

      However on cellphones, that advantage doesn't exist. Symbian has the advantage of being established, Linux has the advantage of being gratis and open, but Windows doesn't have a compelling advantage.

      If history tells us any lession is that openness wins. Just like VHS vs. Beta where VHS was successful because it was a multi-vendor standard (Sony opened up Beta, but much too late) and the openness of the PC-platform was Microsoft's biggest asset. With the advent of Linux that has changed and Microsoft more and more sounds like a doomed Unix-vendor in the late 90's, putting out dubious TCO-studies and unproven claims about productivity.

    20. Re:Uh right by RoLi · · Score: 1
      I didn't say Microsoft would win. I was intentionally neutral

      Not really:

      • You completely ignored Symbian. If you argue about how hard it is to break into the cellphone market, Symbian is the clear winner, NOT Microsoft
      • You completely ignored that all of Microsoft's attemts at cellphones failed miserably. Many times the product was so buggy that the network carrier refused to even offer it! (as was the case with T-Mobile which should have offered a Microsoft-powered phone in mid-2003 but was "delayed" because of "quality concerns". Still haven't heard about it, seems that after over 6 months we can safely say that by now the project has been cancelled completely and not delayed.)
      • With the phrase "The fact that Microsoft phones will sync with laptops and PocketPCs" you wanted to create the illusion that Symbian or Linux couldn't do exactly the same - which they do and (in case of Symbian) did for years. Actually I don't believe you on that matter, this looks rather like a weak try to willingly spread unfounded FUD.
      • With the phrase [Microsoft] still have a very strong potential in the marketplace. If their apps are superior to the others in the customers' eyes, [..] you try to create the illusion that Microsoft has some magic key to create better apps. You cleverly packed that assumtion in an "if"-sentence, but because you claim without any proof that they "still have a very strong potential" and give only one reason for that strong potential (superior apps), the "if" is really a "because". Sorry to introduce you to the hard reality. But again, Nokia and Symbian have much better chances at creating "superior apps" because they already make phones for many years. And unlike Microsoft they also sell them in reasonable quantities.

      To make a long story short you sound like a scared MSFT-shareholder who desperatly tries to spread as much anti-Linux FUD as possible. Although you seem to be much more clever than the average Winlot, I must give you that (The trick to replace the "because" with an "if" and later claim neutrality is really admirable. You are either very clever or had serious rethoric education)

      I hate to rain on your parade, but Symbian, not Microsoft is holding the market right now. If you argue pro-established ("people don't want to change", "the apps are there", "they have more experience", "think about the training costs!", etc.) Symbian is the winner.

      If you argue pro-change ("cheaper", "faster", "easier to develop for", etc.) then Linux is the winner because it is cheaper than Symbian and Microsoft isn't.

      It must be a though break for you, but there is absolutely no way Microsoft can win on cellphones.

    21. Re:Uh right by NanoGator · · Score: 1

      "To make a long story short you sound like a scared MSFT-shareholder who desperatly tries to spread as much anti-Linux FUD as possible."

      Grow up. Seriously. I didn't post that as anti-Linux or pro-MS propoganda. Anybody who's reading it that way needs to seriously re-read what I did say instead of replying to what I didn't.

      Man I can't believe how some people get their panties in a bunch when things are put into perspective.

      --
      "Derp de derp."
    22. Re:Uh right by Anonvmous+Coward · · Score: 1

      You are making a real ass of yourself. Here is a tip for everybody: Don't post while you're gritting your teeth. Can't speak for everybody, but I myself have gone off on stupid rants like this because I was too emotionally charged.

    23. Re:Uh right by RoLi · · Score: 1
      I didn't post that as anti-Linux or pro-MS propoganda.

      I already posted 4 points clearly illustrating that you did.

      Either comment on that 4 points (unlikely) or spread your FUD elsewhere (much more likely, the Winlots always avoid serious fact-based discussion. "They will create superior apps" is not fact-based discussion, FYI. That's sales-talk.) but please don't try to insult me personally with phrases like "Grow up. Seriously." or I can't believe how some people get their panties in a bunch when things are put into perspective..

      What "perspective" are you talking about anyway? Because so far every MS-based cellphone was a complete failure in the marketplace your "perspective" surely isn't reality, your perspective is Microsoft's wishful thinking, nothing more.

      I know that MSFT-holders have been trained to believe that Microsoft cannot lose and will always win in the end. The fact that XBox sold less than half of what Microsoft projected in the first 6 months was played down. The fact that in the latest reports the XBox division has created less revenue and more losses is ignored. Now MS has stated so often that XBox is a huge succes that most people started to believe it. The fact that every adventure to non-x86 platform miserably failed is also played down. The fact that Hailstorm which was supposed to revolutionize the net dissappeared overnight is forgotten.

      NanoGator: Face the facts. Face reality. Accept the possibility that your beloved company might not win.

    24. Re:Uh right by NanoGator · · Score: 1

      "I already posted 4 points clearly illustrating that you did."

      No, you posted 4 times about stuff I didn't say.

      " "They will create superior apps" is not fact-based discussion"

      Never said that. Never said they would win. Never said their apps are better. Never said Linux doesn't have a chance. What I did say was that there was potential. That's it. Don't believe me? Go re-read everything I said very carefully.

      "I know that MSFT-holders have been trained to believe that Microsoft cannot lose and will always win in the end. "

      NFI where that came from. Not only am I not a stockholder in anything related to Microsoft, I'm not even a fan of them.

      "NanoGator: Face the facts. Face reality. Accept the possibility that your beloved company might not win."

      Actually I said something to that effect: "That's not to say that Microsoft will win."

      I don't know why you're on this crusade to tell me that Microsoft can't win. I don't really care who wins what.

      "much more likely, the Winlots always avoid serious fact-based discussion."

      They're probably avoiding your "Attack them for things they didn't say" debate style because it's a waste of energy.

      --
      "Derp de derp."
    25. Re:Uh right by RoLi · · Score: 1
      No, you posted 4 times about stuff I didn't say.

      I even quoted what you said. The worst part is when you wanted to sell a feature everybody has: "The fact that Microsoft phones will sync with laptops and PocketPCs" as a big pro-MS feature. It's like claiming that the new Nissan Primera will sell like crazy because it has a steering wheel. It's true, it does, but it's not a distinguishable feature and trying to hype it up as the greatest thing in the world makes you look like a salesman, not like a serious discussion partner.

      What I did say was that there was potential.

      "very strong potential", to be exact. On what is your religious believe in their "potential" based?

      You just said that it isn't superior apps. I guess you will also retract that synching to Outlook is a unique MS-cellphone feature because it's just so obviously wrong. So what's left? What great advantages make you believe in Microsoft's great cellphone potential?

      It can't be money either. Nokia alone is bigger than Microsoft and cellphones is their core-business so any sum Microsoft will invest in MS-smartphones is likely to be dwarfed by Nokia's investment in their's even more so when you take all the other cellphone makers into account.

      So. If you think there is "very strong potential" (quote), you should have a reason. If you don't have a reason, it's just blind faith. If it is no longer magically appearing "superior" apps, if it is no longer Outlook-synchability, what is it?

    26. Re:Uh right by 110010001000 · · Score: 1

      "Fortunately, Linux is not harder or more expensive to develop for than Windows CE"

      Yes, it is. Windows CE uses the familiar Win32 API and has excellent development tools and documentation in VS.NET 2003. There is no need to learn a whole new API set or toolset, which is why Windows based phones will win in the end.

    27. Re:Uh right by NanoGator · · Score: 1

      "I even quoted what you said."

      You quoted what I said, then took it in a direction that I did not.

      "The fact that Microsoft phones will sync with laptops and PocketPCs" as a big pro-MS feature. It's like claiming that the new Nissan Primera will sell like crazy because it has a steering wheel."

      That was used simply as an example. But since you went there, you do have a point: Nissan Primeras would sell quite well if they had a steering wheel and every other non-Nissan car out there didn't. Afterall, steering wheels are the killer app for cars.

      "very strong potential", to be exact. On what is your religious believe in their "potential" based? "

      I don't see how religion or faith in Microsoft comes through in that line. Sorry. Can't really answer that question in the way that you phrased it because I never said Microsoft will win. I never said they were superior. I never said Linux or Symbian will lose. The whole point that I started this thread with was that the openness and price of the OS's was not going to be the deciding factor in how the competition will play out. That's it. Sorry. That wasn't a pro-MS statement. That wasn't an anti-Linux/Symbian statement. It was an observation of how the market typically works. If you took out of that "Microsoft will win", then I'm sorry, but I cannot help you. Everything I've stated about Microsoft having any advantages was in a hypothetical sense. (I should also point out that everything I've mentioned could easily be done within the other two OS's mentioned. I just used Microsoft as an example since the article basically said they don't stand a chance.)

      "You just said that it isn't superior apps."

      Heh, no, I did not say that. Again, you twisted it. Here's what I said:

      "Never said that. Never said they would win. Never said their apps are better. Never said Linux doesn't have a chance. What I did say was that there was potential."

      It does not conflct with this statement:

      " If people are flocking to the Microsoft phone because it syncs with Outlook, then the other guy isn't going to hold steady with his decision to use Symbian. (Bad example, my Nokia running Symbian syncs with Outlook just fine, sorry can't think of a better one.)"

      Notice the word 'if' there? That is a hypothetical scenario, not a statement of fact. (Guess you ignored the part where I said Nokia phones sync with Outlook and that it wasn't a very good example?) You, however, appear to be reading that like I said: "People are flocking to Microsoft only because their phones sync with PocketPCs and Laptops, and no other phones do that." If you did read it like that, then you are a fucking moron, especially after the point where I made it clear that Nokia (who's wiping the floor with Microsoft in the phone market, rightfully so) does it just fine. Incidently, I have a Nokia phone and NOT a Microsoft phone. Remember that before you try the tired "You must benefit financially from Microsoft" argument again.

      "What great advantages make you believe in Microsoft's great cellphone potential? "

      This is another question that is difficult to answer the way you've stated it. I know what you mean is "Well you obviously think Microsoft is going to win, tell me why." If I answer this question, you're going to reply as if I said "Microsoft will undoubtedly win because of this and that." That isn't a discussion I want to have. Why? Simply put, any reasons that I mention that Microsoft could win could easily be attributed to anybody else in that market. At that point, it's a matter of who delivers those advantages in the best package. The way you're acting here, there's no way we could have a satisfactory discussion about it. You are absolutely hell-bent on teaching me that Microsoft can't win to save it's life, as opposed to listening to what I have to say and sharing your thoughts on why I might not be righ

      --
      "Derp de derp."
  20. Sure, why not by ackthpt · · Score: 0, Offtopic
    Let's look at the way things are going, anyway.

    Manufactured in Taiwan or China

    Programmed in India

    Customer support in India or where else is cheap

    Use inexpensive operating system

    What's so hard to see about the trends here? Even Redmond at some point must start thinking about how much of what they do there can be done overseas. (Just heard over the holidays that Dow Chemical will be putting half its engineers over seas, particularly in India for 24 hour engineering of projects.) When's Bill going to drop the first shoe? I think it's going to happen.

    --

    A feeling of having made the same mistake before: Deja Foobar
  21. Great news by Anonymous Coward · · Score: 2, Funny
    This shows Linux is getting ready for the LCD screen. The great thing about these smartphones is that they boot in less than ten minutes when they're running Linux, and with the kind of stripped down GNOME implementations being considered for these kinds of applications, you can fit the entire operating system into a 256M EPROM or Flash memory, with maybe 64Mb-128Mb of RAM for working in.

    Linux is also superior when it comes to hardware support - vendors of smartphones can easily add PCMCIA/Cardbus support, Ethernet jacks (using a wide variety of popular chipsets), and USB ports, without needing to write entirely new drivers. Linux's advanced APM support will also help - it's quite possible to imagine a Linux smartphone device that can wangle a day and a half of stand-by time out of an ordinary cellphone battery.

    1. Re:Great news by Anonymous Coward · · Score: 0

      Great a phone that boots in less than ten minutes, what will they think of next???

  22. Whoohah! by objwiz · · Score: 2, Interesting

    Glad to hear it.

    Actually, this isn't all of that surprising. When I was working on settop box for Escient Labs (about 5 yrs ago), we talked with MS then about putting in the box. They were totally unflexibly about licensing etc....we ended up going with BeOS (unfortunately we couldn't sell a pure linux kernel to our managers because of a previous "bad experience". Long story--short version no one new what they were doing).

    1. Re:Whoohah! by Bishop,+Martin · · Score: 0, Troll

      "new"? Were you one of those people?

      --
      Setec Astronomy
    2. Re:Whoohah! by Anonymous Coward · · Score: 0

      Well the short story is that despite licensing flexibility, openess, great features, low cost, etc. - Linux wasn't accepted by your management.
      And that's the point made by several posters on this page who say that none of that matters since MS is ahead in many other things that matter and also manufacturers don't care which OS is cheapest or most open.

    3. Re:Whoohah! by objwiz · · Score: 1

      I disagree that manufactors dont care which OS is cheapest. MS wanted $30 USD per unit built. BeOS, about a dime. That's a lot of money when trying manufactur a unit for under $300 and there's 1 million units to make. Yes, Linux would have been no cost.

      But, as I meant to say in my original post, the technical managers of a previous project let their project sprial out of control. To save their hides, they blamed linux not themselves (of course). So upper management was biased in the decision.

      However, cost was still a tremendous factor in which OS to use.

  23. It's all about the size. by cduffy · · Score: 5, Informative

    I happen to know some very skilled embedded systems developers, and at least one (also a Linux kernel maintainer) recently lost a possible contract with a very large multinational company because Linux turned out to be too large for the environment they wanted to run it in.

    Hopefully VSTa or a like open operating system better suited to very small environments (eCos? dunno) will become practical and popular for such usage. Linux is reasonable in larger embedded systems -- networking hardware and the like -- but its suitability becomes less and less as space constraints constrict (think 100K of RAM or less). Remember, it's not just the cost of the OS that's an issue -- the cost of the extra hardware to run it, and the loss of battery life, is also a dealbreaker.

    So no, I'm not convinced by this report; the summary makes it look too much like something concocted by talking to managers with insufficient engineering input.

    1. Re:It's all about the size. by toganet · · Score: 2, Interesting

      If only your post was actually relevant to the discussion at hand....

      Since when is a "smart phone" an embedded device? Does the Treo have only 100K RAM?

      Smart phones are less embedded devices than they are shrunken multi-function devices. They've got more power than PC's from not too long ago, shnazzy color screens, and teenage girls to press their buttons.

    2. Re:It's all about the size. by cduffy · · Score: 1

      Since when is a "smart phone" an embedded device?

      Eh? A PDA is generally considered to be a (large) embedded device; a smart phone is no doubt likewise.

      Smart phones are [...] shrunken multi-function devices.

      Granted -- so we're certainly far enough out of the 100K range that Linux is no longer utterly infeasible, but that doesn't mean that battery life and production cost stop being important factors.

      Certainly, there are folks who are willing to give up battery life and pay a bit more for snazzy features, and maybe an OS that makes coding those features easier at the expense of hardware cost and battery life makes some level of sense there. That said, it's foolish to expect that the engineering staff working on designing such devices will forget about those factors altogether. People with more interest in practicality than the ability to show off their gadgets at parties do, and will continue to, make their purchasing decisions based on low price and long life rather than the developers' ability to get a few more nifty features crammed in.

    3. Re:It's all about the size. by kroyd · · Score: 4, Informative
      Well, integrated chips such as the Samsung SIP (System-in-Package) is 17x17x1.4mm, in that space you get 256mbit of SDRAM and 256mbit of flash RAM and a 203Mhz ARM CPU.. And even that is on the very low end when you look at what future smartphones will require. Some info on SIP.

      I believe the majority of new smartphones introduced this year will have a 2mp or more camera, 240x320 or better resolution, of course a reasonably capable TCP/IP stack for playing online games, 3D accelration, etc.. 100K of ram is not enough, and it hasn't been enough for years. (100K of RAM is about what you have in a modern low end Nokia phone sold in Europe, and that is clearly not a smartphone.)

      So, it all comes down to which OS has the most features for the lowest price, and which fits on a computer that would have been considered high-end in the early '90s. If you start from scratch and plan to sell millions of your product, which you have to do to get a reasonable margin, using Linux is a rather obvious choice imho.

    4. Re:It's all about the size. by leerpm · · Score: 1

      Your analogy has one gaping hole in it however; Moore's Law. So long as components keep on falling in price, don't bet against a platform just because it has a larger footprint and memory requirement than other platforms.

      Linux will succeed here, because it has very low licensing costs associated with it, and as these devices continue to add on features like wireless networking and Internet connectivity, a general purpose operating system will make even more sense in these smart phones.

    5. Re:It's all about the size. by RovingSlug · · Score: 1
      ... Moore's Law. So long as components keep on falling in price, ...

      Ugh. That does not even remotely resemble Moore's Law, "the doubling of transistors every couple of years". Further, Moore's Law does not apply to the embeded domain. Whereas the driving motivation for desktops and supercomputers is nearly exclusively computation power, a huge motivation for wireless embeded devices is energy consumption and lifetime. Moore's Law makes no assertion about the power efficency of computers, and yes, they're getting more hungry, not less -- go look at the size of your heat sink (!) and fan (!!) on your CPU and imagine putting those in your phone (!!!).

      You can't abstract Moore's Law to "falling prices" and apply it to embeded devices. Fewer transistors and less memory consume less energy than their more beefy counterparts. When designing and selecting the hardware and software in this domain, device lifetime must be considered and balanced against the processor power and available memory.

  24. linux... by Anonymous Coward · · Score: 0, Insightful

    i think this whole linux thing is getting out of hand..
    all of these devices using code that is available to everyone sounds like trouble.

  25. Motorola Linux Phone by Bill+Kendrick · · Score: 4, Informative
    1. Re:Motorola Linux Phone by Trejkaz · · Score: 1

      Shit, that might float over here to Australia. Time to start saving money. ;-)

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
  26. More research facts by prostoalex · · Score: 5, Informative

    Just last year, there were 3 million smartphones sold

    Symbian owned two-thirds of the market, Microsoft - 14%, Palm - 13%

    HP is becoming the biggest name in the industry with 33% market share globally, but Nokia has 78% in Europe, Middle East and Asia.

    1. Re:More research facts by Anonymous Coward · · Score: 1, Informative

      "HP is becoming the biggest name in the industry [itfacts.biz] with 33% market share globally, but Nokia has 78% in Europe, Middle East and Asia."

      The linked article has misquoted another linked article and mixed up PDAs and smartphones:

      Highlights include HP becoming the clear leader in handheld segment, with 33% share of shipments in Q4 2003; Palm chalking up a second place with a 25% share as shipments fall 19% compared to year-ago quarter; the last quarter of 2003 becoming the first in EMEA where handhelds broke the 1 million unit barrier; and Nokia - unsurprisingly - retained smartphone leadership with 78%.

      HP used to make a smartphone which was basically PocketPC 2002 Phone Edition running on a pre-Compaq takeover Jornada PPC. I had one and it was rubbish - that's why the 33% HP comment got me puzzled...

    2. Re:More research facts by prostoalex · · Score: 1

      Ah, you're right, well, since I admin the site quoted, should be an easy fix. Thanks for the tip.

    3. Re:More research facts by gl4ss · · Score: 2, Insightful

      what exactly is counted as a 'smartphone' in those articles?
      is for example series60 phones 'smartphones'? as the 3million seems quite low if they are counted as smartphones, if they aren't counted in the number would be better to suite "full pda's with phone" variety(which pretty much won't get much more popular than what pda's are).

      besides than that there are models coming that quite obviously are MORE than a regular phone yet quite far from being a full pda like palm or a zaurus(and people much rather seem to buy a phone that looks like a phone, acts like a phone, but that has capabilities for running custom software, checking email & etc). actually nearly all phones coming to the market from nokia the ability to run custom software to some extent(j2me) and email checking, at what point would the phone turn into a 'smartphone' instead of a regular phone? when it has 9mb of memory?

      Though they'r referring to hp as the biggest name in the industry so I'm taking the bet that what they mean at itfacts with smartphones are devices that are obviously different segment from normal phones like the nokia communicators(popular amount management people) or the 'full' pda's with phone capabilities that resemble more of a pda than a phone.

      --
      world was created 5 seconds before this post as it is.
    4. Re:More research facts by prostoalex · · Score: 2, Informative

      I believe they consider phones with PDA features counted as smartphones. Don't quote me on this, as the criteria seems to be vague, depending on whose research you read into.

      Since they define the smartphone OS market shares, I am assuming that one of the requirement would be for a phone to have its own OS (Symbian/Windows/Palm), as opposed to a single-app environment peculiar to older models.

  27. What about the GPL? by Anonymous Coward · · Score: 0

    Does that not hinder distribution of a Linux phone since the source code must be posted?
    By the way - did Linksys/Cisco ever post the modified Linux source code they use in their consumer routers?

  28. Other 3 are easy. by khasim · · Score: 1

    The lobbying, easy, it is done by the engineers at the companies making the phone.

    The marketing, easy, it is done by the marketing department of the people who make the phone. Who cares what OS it runs (aside from lots of people here)? As long as it does run.

    The cash, easy, that's a trick question. Linux is also free like beer. Well, there might be some work involved by the programmers at the various companies, but they've had most of the work already handed to them for free. :)

    1. Re:Other 3 are easy. by rockclimber · · Score: 2, Interesting

      not sure about the other three beeing easy:
      >The lobbying, easy, it is done by the engineers at the companies making the phone.
      And no engineers descision is ever overturned by middle to upper management? ("I've heard that linux is _insert FUD here_")

      >the marketing, easy, it is done by the marketing department of the people who make the phone.
      right. OS is not a selling argument for the customer. but were talking B2B marketing here...
      and who has Herdes of salesforce running down the doors of Phone company XYZ?
      > The cash, easy, that's a trick question. Linux is also free like beer.
      you would not believe it (if you did'nt hear it), but the freeness is sometimes used against linux "you get what you pay for" etc...

    2. Re:Other 3 are easy. by rockclimber · · Score: 1

      darn thos html tags... ;-) And submit is too close to preview...

    3. Re:Other 3 are easy. by Anonymous Coward · · Score: 0

      The difference is that these are technology companies that are making the decision. The management knows to listen to their techies, because the cell phone business is extremely competitive and the companies that make poor tech decision get clobbered.

    4. Re:Other 3 are easy. by RoLi · · Score: 1
      You have absolutely no idea.

      All top Asian embedded systems companies have already started a project to create a common development base for Linux.

      There is no need for lobbying. There is no need for marketing.

      Most companies already use Linux for non-cellphone embedded systems, standardizing on Linux for cellphones is the natural thing to do and is loved by the management because management loves standardizing wether it makes sense or not.

  29. Logic? by Aluvus · · Score: 0

    According to those two criteria (cost and open-ness), shouldn't Linux dominate every market? The fact is, two criteria aren't enough to make a fair analysis. What about usability? Appearance? Yeah, it's stupid, but these are the kind of things that really matter: what customers actually want, not what vendors want.

    --
    Never mistake "can" for "should".
  30. which phones are already using it? by motyl · · Score: 2, Interesting

    Has any of that Linux smartphones been already released on the market?

    I just want to know how long do I have to wait to switch my provider to get such a phone?

    1. Re:which phones are already using it? by Capt.+Beyond · · Score: 1

      Yes, and it runs Trolltech's Qt Embedded http://www.mobileburn.com/gallery.jsp?Id=532

      --
      -- "Perceptions create reality. By changing your perceptions you change your reality."
  31. just great by Anonymous Coward · · Score: 1, Funny

    Now every time I go to the movies I'll have to type "sudo halt" instead of just powering down the phone.

    1. Re:just great by fourharpoon · · Score: 1

      But why, you could just /etc/init.d/sound stop
      You don't want it to miss your cronjob, do you? I mean, for sms bomb, mms bomb, scanning your buddies port, etc...

  32. Oh sure, Linux may *appear* better... by ChaoticPup · · Score: 0, Troll

    But did they consider TCO????

    - CP

  33. Well.... by Anonymous Coward · · Score: 3, Insightful

    Now, right now, the market is pretty much dominated by Symbian - at least it is here in the UK, the three main phones running it being the Nokia 7650, and Sony Ericsson P800 and P900. O2 and Orange both have PocketPC and Windows Smartphones.

    How Linux fits into this is kinda interesting. For a start, there aren't (m)any smartphones on the market that use it yet (there are actually more Windows Smartphone models out there). Secondly, in the smartphone market, it will be the second generation of smartphones - the ones that appeal to people who buy for ringtones and interchangeable covers - that will drive the market, and I don't really see smartphones being that mainstream.

    To put it simply, the smartphone market - and it's user's needs and requirements - are incredibly fragmented. It's an area like cars and stereos; market saturation is so great that I don't think any specific OS will 'win out'.

    There will be many winners. For corporations needing .NET stuff on phones, it'll be MS, for mainstream, maybe Linux (but what flavor?), and for your PDA-stylee smartphone lover, probably Symbian or something similar. Either way, one mans smartphone capabilities is another mans excessive baggage...

    1. Re:Well.... by jodonoghue · · Score: 3, Insightful

      I'm working on porting a real cellular protocol stack to Windows Smartphone as we speak.

      Despite being no fan of Microsoft desktop products, I have to say that in many respects, Smartphone is a very well thought out product. They have a slick, and very well designed UI, a decent set of apps, and a kernel which is relatively easy to get to work on a new platform.

      I agree with the poster who complains about the MS build system (dreadful), but it does the job, but the kernel itself really does have some good things going for it.

      Symbian is a great operating system platform, but porting an existing protocol stack (written, as they nearly all are, in plain old C) to Symbian with its 'C++ from the ground up goodness' (polymorphic device drivers, anyone?) is an enormous task - there are something like 10,000 source files in the system I'm dealing with, and the thought of doing a Symbian port is, frankly, terrifying.

      The other (non-technical) problem is that Symbian seems to be snatching defeat from the jaws of victory by becoming increasingly dominated by Nokia (which is great if you're Nokia, not so good if you're anyone else). If the platform had remained true to its original promise of being a real consortium, it would probably have a much more successful future ahead.

      Linux is a great option at the low end, but there is no decent smartphone UI (QTopia is more aimed at pen controlled devices), so you'd have to roll your own, which takes away from the standardisation aspect of having a 'real' OS. FreeBSD is even better, to be honest because (I wish it weren't so, but this is business reality) corporates are often scared of the GPL.

      In any event, the way thing look in Europe, all any smartphone really has to do is be a decent platform for Java - operators aren't interested in supporting multiple platforms, and Java already has some traction. SavaJe seems, from what I can tell, to be basically that, but you could certainly roll a similar UI in Java for an embedded Linux kernel and have a great solution.

      As the main story points out, this is a very price sensitive market. Symbian and MS Smartphone basically cost about the same, and enough to make a free platform highly attractive. It's the lack of a suitable, standardised, UI which causes the problem.

  34. Let's Compare! by ackthpt · · Score: 1

    The Blue Screen of Death (actually more like a little pop-up tells you your phone software bombed, would you like to report, then you get a diagnostic message back that it was caused by a driver.)

    or

    Segfault, core dumped.

    "Honest, I tried to call in but I got a segfault!"

    --

    A feeling of having made the same mistake before: Deja Foobar
  35. only one problem.. by gl4ss · · Score: 2, Insightful

    linux might fit into the criteria, but few of the bigger _mobile-phone_ companies have been putting their plans toward symbian(nokia, sony-ericcson, even siemens has their sx1 too now).

    what I care more is that the system allows ME to install WHAT I WANT, linux isn't a magic bullet to that(actually if there isn't some co-operation the linux phones could end up pretty limited by design and with a shallow base of programs). the currently out symbian phones allow the programs a good access to the system(and the sdk's are available for free as in beer). sure it's nice to have the source code to the kernel but if you can't get your own apps into it(or able to replace any code running on the thing) it doesn't warm you much.

    --
    world was created 5 seconds before this post as it is.
  36. Re:Uh right - and if your wife squeezes you hard by Anonymous Coward · · Score: 0
    Re:Uh right - and if your wife squeezes you hard where it counts, you do as she directs, as well. M$ has you by the 'nads and you follow them. 'Nuf typed.

    Drunken Sailor

  37. I don't think so by ektor · · Score: 2, Insightful

    Using Linux means that the phone manufacturer will need an army of developers and tons of resources to develop the specialized software that will run on top of the kernel. There's no way that would be attractive for most companies.

    On the other hand Windows Mobile (and to a lesser extent Symbian) provides a very comprehensive suite of applications and the foundation to develop whatever customization is needed. In that way the OEM can focus on doing what they know best: hardware and firmware. That's a huge value item considering the low cost of licensing.

    Anyway, time will tell.

    1. Re:I don't think so by JSD · · Score: 1

      Well, MontaVista at least seems to have a distribution that may (or may not) compete with Symbian and Microsoft offerings. It already has applications that were written using Trolltech's QTopia (which, I believe, was what was used for the Sharp Zaurus). It was used in the Motorola A760 that is being marketed in Asia.

      --
      seth
    2. Re:I don't think so by miffo.swe · · Score: 1

      No you dont need a ton of developers. There are already comercial packages for developing phones and PDA's for linux. The difference is that you pay a one time fee for the develiping tools and then nothing per phone. If you make a successful phone that makes a huge difference in income. Also you can reuse code from your previous phones so it isnt like you have to reinvent the whole phone each time either.

      What most companies want is to differentiate themselves from the rest. With "prepackaged" OS that is often very hard and sometimes not even allowed (think windows where you cant even remove certain icons etc). Why should i choose brand X when brand Y looks exactly the same? Its like cars, the underpinnings can be the same but apperances is vastly different.

      --
      HTTP/1.1 400
    3. Re:I don't think so by Capt.+Beyond · · Score: 1

      The A760 does not run Qtopia Phone Edition, but uses Qt Embedded and Motorola's own gui interface.
      Qtopia Phone has not yet been released, but has received wide spread interest.
      Stay tuned....

      --
      -- "Perceptions create reality. By changing your perceptions you change your reality."
  38. The missing link by Mr2cents · · Score: 0, Offtopic

    OK, so it's quite easy to buy a PC running linux, handhelds already run linux, smartphones will be running linux (well, occording to the article), but buying a portable without paying a microsoft tax is just plain impossible. When will that barrier fall?

    --
    "It's too bad that stupidity isn't painful." - Anton LaVey
    1. Re:The missing link by toganet · · Score: 1

      Have you considered this one?

    2. Re:The missing link by Mr2cents · · Score: 1

      Same point, I would be paying for software I wouldn't be using.

      --
      "It's too bad that stupidity isn't painful." - Anton LaVey
    3. Re:The missing link by toganet · · Score: 1

      But with OS X, you would never need Linux (or BSD or whatever)

    4. Re:The missing link by toganet · · Score: 1

      The above post was intended to be facetious. Seriously, though, I feel your pain. What I've done is simply installed Linux on laptops that other people paid for (like my employer).

    5. Re:The missing link by Mr2cents · · Score: 1

      Lucky you. I was already making room in my closet for a new scalp :-P

      --
      "It's too bad that stupidity isn't painful." - Anton LaVey
  39. linux fud! by pizza_milkshake · · Score: 1

    we all know that microsoft has clearly proven that linux costs more! besides, who doesn't want a Start Menu on their phone?

  40. java on linux *might* work by johnjones · · Score: 1

    lets face it linux runs fine on the ARM platform but you need an interface

    the interface is Java(VM)

    it has nice security app's and works across all the vendors

    Vodaphone shows that the networks like to control how the interface looks (branding)

    so what matters is the display and what ODM like (easy to make work)

    Microsoft have the fact that it works and is qualified many of the standards (dont screw up the network)

    linux fails many of of the standards because it has not been put through the tests it needs vendor support in this !

    and the BSP for OMAP with GSM is non existant this needs to be improved

    WRS could win these easy for linux just by providing a JavaVM and various linux BSP's that support the standards (quality confirmed mate got to have it)

    networks like Java and if people could come up with a nice java app to make them money (GPS/ location aware through cells) from ads/services then away you go

    regards

    John Jones

  41. Cost and Openness may not be most important by xswl0931 · · Score: 2, Insightful

    Sure Linux may be really cheap or free to incorporate into their handsets, and it's openness allows the manufacturer to do whatever modifications they want, but the problem now is you have incompatible handsets despite them all running Linux. People cannot simply install an app on a Linux handset and expect it to work because there aren't strict guidelines. This is where the closed solutions have an upper hand.

    1. Re:Cost and Openness may not be most important by abigor · · Score: 2, Insightful

      The most popular app language on phones is shaping up to be Java. So closed solutions do not have an advantage, and your point is moot.

    2. Re:Cost and Openness may not be most important by Anonymous Coward · · Score: 0

      Hmmm.. maybe you can explain this to me. Java seems to a great solution for Open systems - systems with which there are a number of different software OS configurations. However, the basis for an embedded design is to have one set hardware that won't change too much over time. Embedded design almost always entails driver development and I don't see how Java can be taken advantage of.

  42. The OS is one of the smallest pieces of the puzzle by John_McKee · · Score: 4, Insightful

    Yes, Linux is open, and it is free, but there aren't any distributions designed for cellphones that are open and free. When you license Sybian or Windows for Smartphone, you get EVERYTHING. You get a reference design for the hardware, a GUI, interfaces for common chipsets, LCD drivers specific for cellphones, etc, etc. Yes, I am aware that Motorola has released a Linux smartphone, but all of the important stuff is still closed source. When you use Linux you get an OS. That's it. A Company has to decide if building the rest from scratch is less than just licensing an OS that already finished the hard stuff. I am betting it often won't be.

  43. Viability??? by Tarwn · · Score: 3, Insightful

    I find it very odd that "openness" and "cost"" were valued over business viability. I'm not questioning the decision (yet), but it looks odd to me that all points in the article lead to Linux. In my mind I always believed OEMs were after business viability first (they can always overcharge later).

    --
    Whee signature.
  44. Here's the paragraph which worries me though. by Trejkaz · · Score: 1

    Developers will Reassess Value of Java -- While vendors highlight support for device middleware such as Java developers will shift their focus to develop natively for full feature OSes as their installed base grows. Developers will be attracted to consistent implementation, higher performance and less restrictive native platforms.

    Since the mobile market was being played up as the last guaranteed playing ground for Java, maybe it is time to give up my Java skills? :-/

    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
    1. Re:Here's the paragraph which worries me though. by mangu · · Score: 1
      maybe it is time to give up my Java skills?


      Yeah, I think so. Look at the "Developers will be attracted to consistent implementation" part and guess why I never managed to become fully productive in Java. I have done plenty of examples and toy programs in Java, but whenever I got to doing real-world programs, I fell into the "compile once, debug everywhere" syndrome.

    2. Re:Here's the paragraph which worries me though. by marsu_k · · Score: 2, Interesting
      Since the mobile market was being played up as the last guaranteed playing ground for Java, maybe it is time to give up my Java skills? :-/

      Have you ever tried to develop a J2ME application? Platform independence was indeed a nice idea for mobile applications, but the realities are quite harsh. Screen sizes, the number of colors or buttons, all these (and more) factors can vary from device to device. And the situation isn't improved by the fact that Nokia has included some of their own classes (the "Nokia UI API") to their J2ME implementation. Granted, the MIDP 1.0 spec is quite lacking, especially considering features required by games - still this tactic reminds me of that "other company"... you know, embrace and extend... This is why most J2ME games are made for a specific model.

      However, even if getting a bit OT, I think you shouldn't give up on Java, but focus on the server side. There are situations where stability is preferred over slow startup times. IMHO, the mobile market isn't one of those.

    3. Re:Here's the paragraph which worries me though. by Trejkaz · · Score: 1

      Agreed for anything client-side, even more so for phones. The brief work I did do with J2ME seemed to indicate its promises of WORA didn't apply there. Assuming you use Swing and nothing else it can apply to the desktop, but you have to be really careful. Of course 'really careful' means your app can probably validate as '100% Pure Java', assuming you can rake up the money...

      On the server, WORA does seem to apply... but on the other hand we're talking about porting between app servers, which isn't exactly groundbreaking. Porting between different OSes on the server could be done in any scripting language, although admittedly Java is faster (than Python at least,) assuming the latest benchmarks aren't lying.

      I guess one thing Java on the phone does give us is a simple interface between the phone and the Java-based server.

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
    4. Re:Here's the paragraph which worries me though. by Trejkaz · · Score: 1

      Yeah, I am on the server side mostly at the moment. I did some experimentation with MIDP 1.0 and had the same experience you describe. MIDP 2.0 was an improvement (particularly for games, as you mentioned was lacking in 1.0) but I have an inkling of a thought that if phones just ran Linux we could just program in C and get the same degree of portability. SDL on a phone? Bwahahaha!

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
    5. Re:Here's the paragraph which worries me though. by mangu · · Score: 1
      SDL on a phone? Bwahahaha!


      NOW you're talking! How about using that Vibracall for force-feedback? Or vice-versa? "Need-For-Speed - Nokia", you go off-road when you get a call...

    6. Re:Here's the paragraph which worries me though. by Trejkaz · · Score: 1

      I can't wait until there are miniature 3D accelerators on Linux phones so we can just use OpenGL... and of course OpenAL would be nice if two-earphone headsets ever come into vogue...

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
  45. Re:Uh right, No Wrong by bstadil · · Score: 1
    fails to understand is that the preferred OS is dictated by what customers spend their money on, not by the cost or the openness

    This is most certainly wrong. It sounds fine on the surface but in reality what they spend money on is the stuff they can buy.

    Key here is what is the Nokias, Motorola of this world is going to offer their customers.

    They do not want Microsoft for obvious competitive reasons and they want the cheapest OS they can get that has the ability for them to offer robust services and most importantly differentiation.

    Answer Linux and Java. End of story. The rest is just noise.

    --
    Help fight continental drift.
  46. Not anytime soon! by Atomic+Frog · · Score: 5, Insightful

    Those guys at Zelos don't know the market then.

    - Openness is desirable, but guess what, Symbian is essentially "open" to the phone developers. Linux has no advantage there.
    - Low cost. Yes, developers want low cost, but here's where the Zelos guys miss the boat. Low cost means the TOTAL, OVERALL cost, including missing market opportunities from slower time-to-market.
    Ask LG and others why they licensed bits of their software from Nokia.

    What costs you is the time to develop the product, NOT per device licensing costs. This is NOT a personal computer market where the OS license cost can make up a large percentage of the cost.

    Symbian works, it's good enough, it's from a consortium of the mobile phone makers, so it's relatively open and has easy licensing costs. Add to that the base of existing developers, it's hard to see how Linux will crack the market unless some extra whizz-bang functionality is added on the phones that Symbian can't support.

    Plus, almost no user cares what OS their phone runs.

    I had a chat with one of the prod. development managers from Nokia. He doesn't like the Windows-based products for mobile phones, but it _isn't_ for the reasons the Linux zealots expect. It isn't cost, and he didn't even mention "closed-source".

    1. Re:Not anytime soon! by panoplos · · Score: 1

      I am sorry, but I must disagree with your premise that utilising Symbian in your handset will give you faster time-to-market. This is reminiscent of the type of Marketing fluff that is so often bandied about by the likes of Redmon-based megacorps...

      The main reasons for me being at variance with your stance stem from my personal experience in this very market, as a Symbian OS specialist.

      Things that I know to be very true about Symbian and the Symbian OS are as follows:

      • Symbian support is some of the shoddiist in the industry. This is from first-hand experience both as a Symbian employee and a consultant for one of their most successful licensees. They are generally understaffed (both TC and GT), and overcommitted, and far too often depend on the manufactures themselves to fix their own OS defects for them.
      • In order to ship a Symbian product successfully, it is necessary for the manufacturer of the handset to develop the UI components themselves (which literally takes years), or resort to licensing UI technology (S60, UIQ, etc.) from a third party, which is nowhere near reasonable, in terms of pricing; not to mention that these additional costs can only serve to compound the overall expense of licensing the Symbian base technology platform, itself.
      • Far more projects involving the Sybian OS have been canned than have succeeded. This is a fact, and any Symbian employee who has been there for the last 3~4 years can attest to it. Now, as the technology is fairly unfamiliar to most manufacturers, it is to be expected that there will be some initial failures. But remember, there are licensing fees that go beyond the per-unit sales licensing scheme, and these failures can cost a manufacturer literally millions of dollars in lost investment in both hardware and software research and development.
      • Until really very recently the Symbian kernel was not capable of handling any type of critical real-time damands, such as 2/2.5/3G comms stacks (GSM, CDMA, W-CDMA, etc.); as such, licensees required third-party solutions, often in the form of dual-chip offerings or partner OS schemes (which Nokia employs, BTW), which is not an expense that manufacturers are happy to bear. Even still, there are questions as to the capabilities of Symbian KA2 to handle really time-critical constraints.

      Now, please do not misunderstand my intention in posting this information: it is just that I am so tired of people attributing to Symbian qualities that have really very little basis in reality.
      Rather, I think that it would behove us to take a sober look at the Symbian product and make claims based on actuality and factual circumstances.
      I love Symbian technology and am fascinated by many of their work and innovations in mobile technology (like their pioneering implementation of a BT stack, to name one), but I must admit that at this point dealing with Symbian technology does not ensure the touted "time-to-market" that so many people are quick to pledge working with it will procure.

  47. Your doughnuts have no power over me! by vianetman · · Score: 2, Funny

    Yes. The weight of flexable licensing is far greater than that of executive golf games and kickbacks. My company has never overlooked the technical merits of a product for a couple of free lunches. Ri-ight.

  48. except... by ironfroggy · · Score: 1

    most users just like that Windows Mobile has all thier MSN contacts, since MSN IM is installed already when they got that new PC, and works so much like the familiar enviroment. What is most important to OEMs? It isnt low-cost or openness, its sales.

  49. today and tomorrow by GvOvS · · Score: 2, Insightful

    Today: Recommendations(read "a must have") made by Japanese NTT DoCoMo, made embedded Linux the OS of chiose for all 3g Foma phones manufacturers for 2004. Some other handsets run Linux as well. And one day everything will migrate to 3G... Tomorrow: As for PDAs and phones, IMO there should be no such thing in the future. First it was cellular comunication integrated in PDAs and some basic applications on handsets. Then 802.11 and VoIP, and then "nomadic" networks.(802.16 and such) You'll have one device for all your communications and productivity needs. And I strongly believe that the market share of future devices like this, running under Linux will be very high.

  50. Did you mean to leave out ... by burgburgburg · · Score: 2, Interesting

    MCI (formerly WorldCom)? I realize they're still in bankruptcy, but let's face it: they're too big for the government to let them collapse (and it keeps giving them contracts). I'd say that's a blood-filled stone if ever I saw one.

  51. Palm OS? by Rufus211 · · Score: 4, Interesting

    What about palm for smartphones? As a longtime user of the Kyocera 6035 who recently upgraded to a Treo 600 I've fallen in love with the palm-based smart phones. I've looked at some windows ones and they just have *too* much functionality so that it all gets confused and horribly complicated. I haven't looked much at Symbian based ones but they didn't seem to have as many features and certainly not the broad application base either Palm or Windows have. As far as Linux are there any smartphones out there based on it?

    1. Re:Palm OS? by Anonymous Coward · · Score: 0
      What about Palm OS? Every single person I know with a "smart phone" has a Treo (mostly 600s, though I know a couple of early adopters with 180s and 300s).
      You probably live in the US. In Europe (and probably Asia) Handspring phones are very rare, they essentially vanished after the Visor. SonyEricsson P800 and P900, Nokia 6600, 3660 and such is what we're talking about.
    2. Re:Palm OS? by Jmstuckman · · Score: 1

      How is the Treo 600? I may be in the market for a Palm OS phone, but I have one reservation: it's easy to connect my non-smart phone (Sony Ericsson T300) to a laptop through Ircomm and use it as a modem. With Palm OS in control of the phone's CPU and IR port, how is the phone going to emulate an infrared modem for the PC?

      My other problem is that there aren't any Palm OS phones that support analog cell networks, and where my parents live, there's only analog in most places. It would be nice to "upgrade" to a tri-mode phone and provider and have assured coverage anywhere I go.

    3. Re:Palm OS? by Anonymous Coward · · Score: 0
      Why not move out of the underdeveloped mobile world of the US, and smell modern technology?

      Analogue networks! You must be kidding.

    4. Re:Palm OS? by Rufus211 · · Score: 1

      I know you can hotsync the palm to a computer IR port but I have no idea if you can use the hotsync connection as a modem. I think I remember reading you could once but don't remember.

      As far as analog, I have no clue.

    5. Re:Palm OS? by djeaux · · Score: 1
      Good point. The only "smartphones" I see routinely other than Treos are RIM Blackberries & it's my understanding that RIM has signed some sort of development agreement with Palm, not MS or some Linux distributor.

      I have almost zero interest in "smartphones" because I'm hearing impaired & even "hearing aid compatible" phones are next to useless for me. I maintain the minimum cellphone plan & let my wife & daughter have all those silly doo-dads like SMS or phone-cameras.

      When wireless data becomes a basic plan rather than an add-on for voice accounts, I'll be more interested in "phones"...

      But I'm a longtime PDA user & for simplicity in managing an address book, it's hard to beat the Palm OS. And the phone-centric stuff in OS 5 is very intriguing.

      --
      "Obviously, I'm not an IBM computer any more than I'm an ashtray" (Bob Dylan)
    6. Re:Palm OS? by Anonymous Coward · · Score: 0

      I have almost zero interest in "smartphones" because I'm hearing impaired & even "hearing aid compatible" phones are next to useless for me. I maintain the minimum cellphone plan & let my wife & daughter have all those silly doo-dads like SMS or phone-cameras.

      While I agree about most smarthpones is not the thing for most people, I would really recommend that you'd take a second look at SMS. You would find SMS as a better way to commounicate. I know several hearing impaired people who use solely SMS on a GSM phone (doesn't have to be a smartphone) exactly for the reason that voice calls are useless for them. And if you don't want to type on a 12-key cellphone keypad, then a qwerty keyboard on a treo might be the one for you.

  52. That's great and all but... by DarkHelmet · · Score: 3, Funny

    But will my phone have apt-get or up2date on it? :)

    --
    /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
    1. Re:That's great and all but... by burns210 · · Score: 1

      if not, can i open up a terminal and ssh into my home box and run apt-get there?

    2. Re:That's great and all but... by wehe · · Score: 1

      There are Linux cell phones already. See the TuxMobil - Linux on/with mobile cell phones survey. There is also a hardware compatibility list - HCL ordered by manufacturers about connectivity options between a Linux machine and non-Linux cell phones.

  53. Well overly optimistic.... by JollyFinn · · Score: 4, Interesting

    Nokia is practicly dominating the market, and other top players too go for symbian... This results that there will be large global pool for symbian applications soon... Another point is that number 1 mobile phone manufacturer (NOKIA) has stake in symbian so, they won't give up on it for linux. So atleast europe, asia and middle-east will go for symbian, instead of something else...

    --
    Emacs is good operating system, but it has one flaw: Its text editor could be better.
    1. Re:Well overly optimistic.... by taweili · · Score: 1
      Nokia is practicly dominating the market, and other top players too go for symbian.

      And now we also have Perl for Nokia phone! World domination!

      So atleast europe, asia and middle-east will go for symbian, instead of something else...

      Nokia and Motorola have been losing market share in China in 2003. Motorola's #1 spot in China's cell phone market has been overtaken by Nanjian Bird in 2003. On top of these, Nokia itself doesn't really manufecture phone, it doesn't even design phone. Currently design are done by small cell phones design house in Europe and Korea and manufecture by Taiwanese and Chinese OEM.

      There are several start up in China focusing on Linux for cell phone and these may be seen by the local companies as good alternative to Symbian which are owned by Motorola/Nokia/SonyEricsson.

    2. Re:Well overly optimistic.... by JollyFinn · · Score: 1
      Currently design are done by small cell phones design house in Europe and Korea and manufecture by Taiwanese and Chinese OEM.

      So you mean that thousands of electrical engineer nokia has in its payroll in my country do nothing? Besides it has thousands of software engineers too... First things first, nokia do design its phones, 2ndly it has subcontractors for certain parts of a design, not complete phone... And OEM manufacturing is standard in electronics business... I know these things because I'm studying electrical engineering in a country where Nokia and its subcontractors practicly dominates the working positions for engineers...[Finland right next to Nokia headquarters.]

      --
      Emacs is good operating system, but it has one flaw: Its text editor could be better.
    3. Re:Well overly optimistic.... by taweili · · Score: 1

      I am not saying they are doing nothing. Nokia has a very large telecom equipment business which are probably a major part of Nokia's income instead of headset sales. Telecom equipment business is far more advanced then handset design and manufecture and bring bigger margin for Nokia. Majority of the Nokia engineers probably work on telecom equipment, produce patents and other more profitable areas. Handset design and manufecture is a raze thin margin business.

      Look at the computer industries for example, big brand like HP or IBM have employeed thousands of engneers but few of them actually working on designing a PC.

      By the way, I am not trying to imply that Nokia isn't technologically advanced but just want to point out in the particular area of headsets, the market is changing.

    4. Re:Well overly optimistic.... by JollyFinn · · Score: 1

      They have 27 000 people in the mobile phones compared to only 15000 people in the networks.
      The and mobile phone unit is 80% of nokia sales while networking is only 20%...
      And with 38% of workforce in R&D as overall means that they do probably have some serious R&D in handset section too . Especially with those sales numbers... [I got em from finnish site so no link].
      Actual manufacturing is outsourced ofcourse... But still nokia probably designs the most of the handsets itself, but I know they use subcontractors heavily.

      --
      Emacs is good operating system, but it has one flaw: Its text editor could be better.
  54. Microsoft didn't help things... by advocate_one · · Score: 2, Interesting

    with their treatment of Sendo... that case has caused most manufacturers in that field to think about whether they really really want to be technology partners with them...

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  55. You have to remember that... by Anonymous Coward · · Score: 0

    With smartphones, manufacturers will be choosing Linux for their benefit, not the users.

    A phone is a consumer device, it's not expected to be open for people to fiddle with. If the companies dictate that a smartphone is destined to become an appliance, then the openness of Linux goes with it.

    Case in point; remember that really popular OS (can't remember the name) that runs washing machines, hi-fi's and videos? There's something like a billion devices running it and I only heard about it a few months ago. Joe Consumer will view Linux the same way.

  56. Symbian? In other news... by Anonymous Coward · · Score: 1, Funny

    This development will enable Linux to dominate the
    VibraCall phones market beating out sybian.

  57. my bet is Symbian by S3D · · Score: 1

    I think Symbian have better chances then Linux for smartphones, at least nearest several years (5-6). Not only it have installed base already, it also a system tailored for smartphones. It has modular kernel and extremly defensive memory managment, nothing like this in Linux (yet). The concept is that app should run for years without single crush. Linux will probaly be a niche OS for bigger, powerfull handheld bordering on be a wearable PC.

    1. Re:my bet is Symbian by a1ok · · Score: 1
      The concept is that app should run for years without single crush

      I have a Nokia 3650, and let me tell you that I have experienced much more than a 'single crash' - also, I'm definitely not alone in my experience as a friend also has his 3650 crash, not ring on incoming calls, not make outgoing calls without rebooting etc. That said, I do agree that Symbian seems to be in a far better position than Linux for smartphones currently.
  58. Re:FLODD by Anonymous Coward · · Score: 0

    preach on, brother.

  59. Palm OS? by isaac · · Score: 3, Interesting

    What about Palm OS? Every single person I know with a "smart phone" has a Treo (mostly 600s, though I know a couple of early adopters with 180s and 300s).

    Maybe I'm misconstruing the definition of a "smart phone" - my Motorola i90 has a (useless) Java VM and some (crapulent) PIM apps like a datebook and memo pad. Does that make it a "smart phone"? If so, color me unimpressed. It's totally useless, as far as I can tell, and can't replace my Tungsten E.

    -Isaac

    --
    I am not a lawyer, and this is not legal advice. For Entertainment Purposes Only.
  60. Actually, you can ... by burgburgburg · · Score: 2, Funny
    touch, finger, mount, and fsck with the Linux SmartPhone. With the Windows phone, you're risking a BSOD.

    On a different note, I know that the "girl" said she'd let you grope "her". I would suggest checking ALL of "her" ports carefully before going further. What should be an input might instead be an output.

    1. Re:Actually, you can ... by karnal · · Score: 1

      So with Windows, is it like premature ejaculation? :)

      --
      Karnal
    2. Re:Actually, you can ... by Anonymous Coward · · Score: 0

      And that would be a problem?

  61. what a ludicrous question... by torpor · · Score: 3, Insightful

    linux is headed for ____ domination. no seriously. i don't see the linux kernel, and its toolsets, and its entourage of libs, and its knowledge-pool, stopping any time soon. look how far it has come in 10 years. where will it be in 5?

    if there is one lesson to learn, it is that the power of people is unstoppable. it is a humble kind of peace indeed, two random computer geeks at different corners of the globe working on 'scratching an itch' together, but it is peace.

    so, linux on ____ device is pretty much irrelevant as a question, the question is "where won't linux be getting its huge?", but then ... the answer to that question isn't so fun to fantasize about, alas ...

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  62. Well no shit sherlock... by inteller · · Score: 1

    ....that matter most to OEMs and carriers: openness and low cost. Microsoft scored lowest in these criteria.

    way to load your questions there buckaroo bonzai..

    I think I'll come out with a survey asks OEMs questions like "ease of existing integration" and "current availability and deployment ease" I think I'll get very different answers. You know I'm really sick of hearing all this "coulda woulda shoulda" shit from Linux zealots. You nimnods roll out a standard flavor like Symbian and Microsoft has and maybe you'll get more respect from these "OEMs" you talk about cause all they are concerned with is making money, and tinkering and tweaking with bullshit linux distros to go on a phone wastes money when they can simply slap on a Symbian or MS solution.

    not a flame but the God damn fucking truth.

  63. Get a grip by Our+Man+In+Redmond · · Score: 2, Funny

    I'm afraid you've got it all wrong. You have to grep before you can grope. In fact if you grope before you grep, you can end up with la grippe. . Especially if you grope in a group.

    --
    Someone you trust is one of us.
  64. Re:The OS is one of the smallest pieces of the puz by shystershep · · Score: 1

    A Company has to decide if building the rest from scratch is less than just licensing an OS that already finished the hard stuff.

    Depends on what 'building from scratch' would cost. A $30/phone licensing fee, for example, would pay for a lot of coders when you start talking about tens-of-thousands of phones. Companies are going to go with what is most cost-effective, not necessarily what is easiest.

    --
    The bigotry of the nonbeliever is for me nearly as funny as the bigotry of the believer. - Albert Einstein
  65. Re:The OS is one of the smallest pieces of the puz by Anonymous Coward · · Score: 0

    When you license Sybian or Windows for Smartphone, you get EVERYTHING.

    Everything but the girl, that is.

  66. Re:Uh right, No Wrong by NanoGator · · Score: 1

    "Answer Linux and Java. End of story. The rest is just noise."

    Answer: Whatever product people pay for. End of story. The rest is just noise. If people are buying Microsoft's phones instead of Nokia's or Motorola's, then it really doesn't matter what the OS costs or how open it is now does it?

    Don't be so bull headed. History has shown, time and time again, the the technically superior product is rarely the winner.

    --
    "Derp de derp."
  67. Re:yah right. by Anonymous Coward · · Score: 0

    You're an idiot. It's used in embedded systems all over the place. I write code for embedded Linux on a daily basis, and lots of people use it.

    I guess to you, OS = GUI. It must suck to be so dumb.

  68. OT Question: On-Line Directory? by 4of12 · · Score: 0, Offtopic

    [Please pardon my ignorance if Everybody Already Knows This.]

    I got a cell phone (Mot v60i) about a year ago. I enter in the directory a bunch of the numbers I frequently dial. Works great for my universe of about 20 numbers.

    Once in a while I need to lookup a number of a restaurant, doctor's office, etc.. Not lugging the white pages whereever I go, my only current option is to make a call to information and get charged some fee to find out the number.

    Isn't there some way of having a cheaper directory lookup service based on text and scrolling of viewing the white pages online without needing to callup some human?

    Just seems like it should be so...

    --
    "Provided by the management for your protection."
  69. Phone UI is important by Vryl · · Score: 1

    Actually, I have for quite a few years now, bought phones based on the UI. After discovering Nokia's UI to be the best, I stuck with it for several iterations of hardware.

    When their UI got too complex, and not as friendly, I decided to shift (now have a T610 ... it's ok as far as UI goes, but not great, still too many clicks).

    I would love to have a more open system, because I can see problems with phone UI's and would love to be able to customize them, or at least make macro's or shortcuts to most needed functions.

  70. Don't worry, Microsoft will win by TheNarrator · · Score: 2, Insightful

    Motorola better start early and hire 500 Chinese developers to reverse engineer the Outlook sync because that's 9 times out of 10 why Microsoft wins every market they come into: Microsoft's undocument file formats. I can't believe how many times I've heard the "doesn't sync with outlook complaint" on many a non-microsoft pda forum.

    1. Re:Don't worry, Microsoft will win by Anonymous Coward · · Score: 0

      Or they could hire 250 Indian developers instead.

      Seriously, where do you get the 90% figure from? And since when "sync" is a file format?

      Exchange calendar and schedule (if that's what you mean by file format) are readable and writeable by many apps (now most commercial mail server makers have decent Exchange server functionality so Outlook can work with their server software's groupware features).

      If you refer to clients, well if people already have accounts on Exchange, why use a Linux client?
      And in case you haven't spent much time on Earth lately, Novell/Ximian Evolution can function as Exchange client.

      Or people can use whatever client and forget about Exchange groupware features, or they can use a different groupware server and whatever client works with that server.

      I suggest you don't post useless comments.

    2. Re:Don't worry, Microsoft will win by djeaux · · Score: 2, Interesting
      I don't know if Micro$oft will win, but the Outlook sync issue is pretty critical if Linux (or Symbian or Palm) is going to play against Micro$oft in this arena.

      Personally, I'm able to avoid it -- my employer uses Exchange & Outlook is the default client, but I've been able to use Mozilla mail just fine & the Palm OS meets my calendar-contacts needs.

      --
      "Obviously, I'm not an IBM computer any more than I'm an ashtray" (Bob Dylan)
    3. Re:Don't worry, Microsoft will win by davidstrauss · · Score: 1
      Motorola better start early and hire 500 Chinese developers to reverse engineer the Outlook sync because that's 9 times out of 10 why Microsoft wins every market they come into: Microsoft's undocument file formats.

      My totally non-Microsoft Sony Ericsson T610 syncs fine with Outlook, as long as you confirm the security dialog that's designed to prevent viruses from accessing the Outlook address database. You can even kill the confirmation prompts with a free program called Express ClickYes. XTND Connect serves as the bridge between my phone's SyncML and Outlook. I could also use my Widcomm Bluetooth SyncML to Outlook bridge, but that doesn't work well with repeating appointments (an issue with the T610's calendar and not Outlook).

  71. Average person won't buy one by Anonymous Coward · · Score: 0

    Does it use Bluetooth to automatically sync phone numbers with one's Outlook address book stored on their Windows XP box? Didn't think so...

  72. Less than 1 percent of phones by PCM2 · · Score: 1
    Just last year, there were 3 million smartphones sold
    Yup, clocking in at just about 0.7 percent of all handsets sold. Not really indicative of a burgeoning trend, if you ask me.

    Just this morning I read an Associated Press article in the local paper talking about consumer backlash against overly complicated personal technology devices. A 180-page manual for a point-and-shoot digital camera. A DVD remote with so many buttons on it that there was no room for a decent-sized Pause button. Etc.

    Among the research facts cited in that article, a Yankee Group study shows that 50 percent of consumers postpone purchases on new gadgets because they think the new ones will be too hard to use. Also, 25 percent of consumers thought they had a high-definition television when they didn't. (I can personally count my own mother among these; more accurately, the store sold her an HDTV-ready digital TV, but without any hardware to receive HDTV signals. She thinks the picture looks great.)

    Personally, I have absolutely no use for a digital camera built into my cell phone. I have little, if any, use for a color screen on same. I don't play games. Custom ring tones have limited utility. I think, like most people, I find PDA features useful mostly insofar as I can keep all my phone numbers -- where? Why, in my phone, so I can dial them. And then back them up to my computer. That's about it. That's about all most people want.

    To switch to Devil's Advocate mode: to be perfectly honest, I do actually own a Smartphone. It's a Kyocera QCP-6035. Among other things, I keep the BART (light rail) schedule on it, and an application that has the addresses and phone numbers of local businesses, and movie listings. I check my email on it occasionally. It's very handy, and I'll probably replace it with another Smartphone when it dies.

    But most people who see it think it's a goof. Even when I can pull up the movie schedules so we can catch a show that same afternoon, right on time, the thought never ever crosses their minds to get a similar gadget. They'll just pick up the local free weekly to get their movie listings, like always.

    Can I blame them? This thing's a big, honkin' piece of plastic! They see it, they think it's an embarrassment, and they ain't wrong. There's plenty of times when I've wished I just had a plain old regular phone that dialed numbers and had a little screen for caller ID, and that's it. Especially if it was the size of a stubby fountain pen.

    In sum: I'm not one of these people who thinks Linux is going to dominate Smartphones. I do not think it will. But even if it did -- is dominating yet another niche geek market really that big of an achievement?

    --
    Breakfast served all day!
  73. Great by metal_priest · · Score: 1

    Problem is that linux phones haven't even appeared on any major markets yet. The motorolla phone is for Asian markets only and aparently it still has issues to be worked out.
    I know trolltech announced that they had several deals with cellphone companies, but so far none of them surfaced.
    Does anyone have details on what other manufacturers are working on linux phones and when those might be released?

    1. Re:Great by taweili · · Score: 1
      Problem is that linux phones haven't even appeared on any major markets yet. The motorolla phone is for Asian markets only and aparently it still has issues to be worked out.

      What would you call a major market? China, a country with more mobile phone subscriber then the population of US and a phone upgrade cycle averaged at 18 months, isn't a major market? There are good reasons that motorola introduce its state-of-the-art Linux cell phone in China first. Actually, Motorola's Linux phone was designed specific for Chinese market.

      When you talk about spending on other things, China may be a small market. However, cell phone costs about the same everywhere you go. Which ever has larger user base and fast upgrading rate is major market. The major market is China today and India tomorrow.

  74. This is great news for developers by ChiralSoftware · · Score: 1
    Phones have more "peripherals" and capabilities than many computers today. A camera, a radio, two phones, speaker, microphone, a GPS. Does your computer have those things? I'm looking forward to writing server software and games for these, too.

    Serve WAP and WML content automatically from your existing Apache web server.

  75. Linux doesn't matter, but Free Software does by Sloppy · · Score: 1
    I really don't care what OS runs my devices though.
    It might end up having a significant effect on the phone's functionality. But maybe not .. it depends on how things are done (I'm not a phone hacker).

    The reason I am excited about Linux on cellphones, isn't so much about Linux, but about the possibility of maybe the phones themselves becoming open and easily hackable, thus leading to some "underground" standards. I would love to have the source code to what my phone runs.

    Here's one example...

    Right now, you have to assume that a phone conversation is not secure. The Powers That Be don't want them to be secure, and they will pressure manufacturers to prevent security from becoming mainstream. And that leads to the usual problem of: even if you trust your government (?!), if you make it weak enough for the government to crack, you're probably making it weak enough for other people to crack it too.

    So it's not just Echelon listening to you talk to your girlfriend. Your wife's boyfriend is listening too! ;-)

    But what if phone code were open and free? Imagine GPG integrated into your phone. You call someone, maybe add a little handshaking, it realizes that it's talking with another phone that happens to be running compatable software, exchanges public keys, verifies the public key against your locally-stored WoT, and uses that to exchange your AES256 session key.

    Governments would have a fit if Samsung sold a million phones that come with software that does that. But stopping a free software project that could be loaded onto mainstream phones, would be hard.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  76. linux has 3/4 by Anonymous Coward · · Score: 0

    IBM is providing the cash and marketing, so it's just quality where Linux has to catch up to Windows CE. In this case, though, cost is likely to be the biggest thing, and so Linux has a very good chance at domination. Windows CE licensing fees are reasonable, but with very small margins and very high volumes they are very unwelcome nonetheless.

  77. Exactly what the consumer wants... by Anonymous Coward · · Score: 1, Funny

    to become a sysadmin just so they can answer a phone call...

  78. Palm is US by meehawl · · Score: 1

    Every single person I know with a "smart phone" has a Treo (mostly 600s, though I know a couple of early adopters with 180s and 300s).

    You don't know many people in Europe with Smartphones, do you? Palm is an also-ran there.

    --

    Da Blog
  79. SmartPhone vs Symbian by Kalewa · · Score: 1

    Well, I know they say Symbian will beat SmartPhone because of its licensing stuff, but as a consumer I find myself more drawn to SmartPhone because it has more software (being very similar to PocketPC, I've seen a lot ported over). Symbian, as far as I can tell, doesn't have as much third party free software. I may be wrong, but I thought I'd throw in my opinion as a consumer considering buying a next generation phone.

  80. Re:Get a quip by Deraj+DeZine · · Score: 0

    I'm having trouble grappling with grokking the grep/grope groblem. Sorry, I'll go back to naming GNOME projects now...

    --
    True story.
  81. Not blody likely! by miffo.swe · · Score: 0, Flamebait

    Bill Gates must be the first and only person in the world to have gotten laid because of windows.

    --
    HTTP/1.1 400
  82. In Other News... by Ageless · · Score: 1

    In other news today, smoking has been found to be harmful to humans and everyone is expected to quit smoking very soon.

  83. Re:Uh right, No Wrong by YU+Nicks+NE+Way · · Score: 1

    You do realize that Motorola largest and splashiest phone release of the last year was the Moto MPX200, a Microsoft Smartphone-based phone? And the Nokia doesn't ship any Linux phones at all, and has no interest in doing so?

  84. Linux will always in the end be able to adapt by Bruha · · Score: 1

    In a Windows enviroment for the most part you're locked into something with really no way improve it due to it's proprietary nature.

    However Linux people have choice in what they do with their systems and IF they're locked into something.

    Plus capitalism says if windows = more royalties and Linux = no royalties which you go with.

    This explains the easy domination of GSM vs CDMA in the cellular markets.

  85. Re:Uh right, No Wrong by bstadil · · Score: 1
    Motorola is a serious fucked-up company and they have two Major strategies on handsets. Linux and MS. The MS strategy is really financed by MS and it was a desperate move by both. Motorola and MS had anywhere to go in this market, so they found each other for a while. Moto will contunie to make MS phones for a while until linux is good enough. Zander the new CEO was a staunch Linux supporter at Sun in case you dodn't know.

    You might very well be right on Nokia but they are regarded as the MS of Handsets and the other guys Notably Japan Inc plus Samsung is afraid of using Symbian.

    The momentum for the Non-Nokia world favors Linux so they will win and the rest will fall in line, if nothing else for cost reasons.

    The battle will be at Application level and Java has a strong position there. The underlaying OS will be somewhat irrelevant, again favoring the Free / free alternative.

    --
    Help fight continental drift.
  86. Re:Uh right, No Wrong by Anonymous Coward · · Score: 0

    The phone manufacturers are scared to death that Microsoft is going to take over the phone industry like it has taken over desktops, and they are going to be in the position of Dell and all the other OEM's where Microsoft gives orders and they obey.

  87. Linux HWR? by otis+wildflower · · Score: 1

    My Symbian P800 has adequate English handwriting recognition (though 'x's and 'f's are a bit tricky).. Is there a project to bring good HWR to Linux?

    (and I'm not gonna go and learn a new alphabet to communicate with my PDAfone.. it's technology's job to conform to me, not the other way round...)

  88. Re:Uh right, No Wrong by RoLi · · Score: 1
    If people are buying Microsoft's phones

    That has already been tried, and people didn't buy them.

    Why?

    For one they are more expensive (pretty stupid for Microsoft to think they can break into a market with a more expensive product), then they are unreliable and buggy (as often reported with Orange's Microsoft-based cellphones) and they don't come with a quality brand like Nokia.

    So your constant scenarios about people buying MS-smartphones like crazy is just wishful thinking on your part.

  89. Re:Uh right, No Wrong by NanoGator · · Score: 1

    "So your constant scenarios about people buying MS-smartphones like crazy is just wishful thinking on your part."

    I never made a scenario that people are buying MS-smartphones. Nor have you refuted anything I have said. Are you sure you're responding to the right post?

    --
    "Derp de derp."
  90. Re:Uh right, No Wrong by RoLi · · Score: 1
    You tried to introduce the delusion that people are buying cellphones based on the OS, in your case "Microsoft instead of Nokia's or Motorola's" and OS openness is irrelevant.

    However, reality of course is reversed. People do care about OS-openness because that 20$ royalties translate to about 30$-100$ increase in retail price depending on how expensive the sales channel is.

    If the consumer has to choose between two roughly equivalent cellphones and one costs 30-100$ more than the other, which one will they take? Especially if the cheaper one can run thousands of Java-apps and the other can't?

    Added to that is the uncertainaty about royalties (= can go up anytime) and about the general product (= can be discontinued just like Windows on Alpha which disappeared with just one week(!) warning) which makes it pretty unattractive for cellphone makers and is the cause that usually there is no MS-based cellphone to choose from in the first place...

  91. The most promiscuous begets the largest population by Moderation+abuser · · Score: 1

    And Linux is an easy lay.

    --
    Government of the people, by corporate executives, for corporate profits.
  92. Linux r00t exploits... by Anonymous Coward · · Score: 0

    coming soon to a phone hear you

  93. Re:The OS is one of the smallest pieces of the puz by jacoplane · · Score: 1

    Doesn't linux combined with something like Qtopia provide something similar to what Symbian/Windows provide. Granted, Qtopia is not open source (as far as I can tell) but at least companies don't have to build everything from scratch.

  94. Symbian? by SenseiLeNoir · · Score: 1

    I dunno... I for one love Linux for servers and desktops.. but for cellphones, i think we already have a decent solution.... Symbian.

    Yes I know its closed source, Microsoft, etc... However, it is created by a consortium of companies who are the experts in the industry (Nokia, Psion, Ericsson, SonyEricsson, Samsung). As such no one company can have total control of it.

    Also remember here in Europe (and largely the rest of the world, except north america) things are vastly different to the USA way of doing things. There is a culture of Text Messages (SMS). Having MSN Messenger on the phone is not as widely looked for, as opposed ot the best MMS/SMS features.

    Already Symbain has fostered a coorperative nature. My SOny Ericsson p800 can communicate well with a Nokia 3650, transfering ringtones, and pictures with ease. The bluetooth stack on Symbian is impressive. MS was known for appalling/non existant Bluetooth stacks. Its Text message/E-Mail/Organiser facilities are standardised, as with its SyncML capabilities. Its installation system is also streamlines (SIS files)

    Had we not had a acceptable solution, then surely Linux woudl have been a perfect answer, However, we already haev a standard battle hardened solution.

    Havign linux on the smartphone arena, implemented by different companies, in different ways will probably only lead to different standards. Imagine it, software for Linux smartphones in rpm, deb, tar.gz, jar, xpi.. just because each company wishes to be different. And before you start comparing with the desktop.. remember its not so easy to change your operative system on a cellphone, and with limited memory u cannot support everything under the sun (battery life/size factors)

    The only way i can see that Linux will succeed in the SmartPhone arena is if the industry teams together to form a consortium and develop standards. However, i see very little incentive for them to do that, since there is already Symbian

    --
    Have a nice day!
  95. any phone can be smart by Anonymous Coward · · Score: 0

    One can make any mobile phone "smart" with turbo. Open os, gpled apps, hwd ports, a/d converter, i2c, etc.

  96. all foma phones must have linux? by Anonymous Coward · · Score: 0
  97. Why management loves it...? by Anonymous Coward · · Score: 0

    >and is loved by the management because management loves standardizing wether it makes sense or not.

    I disagree... Most management like someone to point the finger at if it all goes horribly wrong first(save your own arse). Then management likes to be sent to make 'cost-cutting moves' such as platformisation. Then management like to be seen to be 'ahead of the curve' by taking 'risks' that pay off...

  98. You're forgetting who's buying. by Vintermann · · Score: 1

    It's not end-users who decide what OS their smartphone runs, it's the handset maker. You can count on their technical staff to think very carefully about this, because their jobs depend on it. Linux has the PR advantage here, because linux is popular among developers.

    As for lobbying and cash, I suppose Microsoft COULD try bribes, but I don't think they will. Not because of any moral fibre, it's just too risky.

    --
    xkcd is not in the sudoers file. This incident will be reported.
  99. Re:all foma phones must have linux? by GvOvS · · Score: 1

    ..but well you're right, symbian seems to join the race, thx for the correction. the last time(~3 months ago) I've seen docomo recomendations for design of foma phones, it was like this: baseband - usually with mITRON and application cpu(omap, sh) with general purpose os, and the only mentioned one was linux. Out of six manufacturers in Japan making WCDMA phones only NEC, Panasonic and Fujitsu are successful.(in the order of appearance) NEC have choosen linux and recently joined 3g R&D with Panasonic. Use of Symbian is probably to ensure europe as a future market for japs.

  100. Re:get your head out... by hesiod · · Score: 1

    > linsux is not dominating anywhere

    Linux seems to be dominating your mom, but she likes it that way, so it's not a problem. Linux is versatile like that.

    > why does linsux users all have hary palms

    They can masturbate all they want, because their system works, instead of spending all their lives loading patches & fixes and killing the daily viruses.

    Better question: How does you not english spelling and speaking well? Because you're an idiot.

    (BTW, don't mod me down, mod someone else up -- there are plenty of posts more deserving of your time & points)

  101. Re:The OS is one of the smallest pieces of the puz by jodonoghue · · Score: 1

    Actually, you exaggerate slightly. You get a very good set of sample device drivers, sample BSPs for some commercial cards and a few other bits, but you don't quite get everything.

    For one thing (very pertinent to a smartphone), you probably won't get much of a protocol stack - which is fine, as you're supposed to provide that for yourself. What you do get (on Windows Smartphone for sure, Symbian, I'm pretty sure) is a well designed interface between the application layer (which is provided) and the protocol stack.

    Of course, if you go to an OEM (Qualcomm, Nokia, TI, Infineon or whoever), you'll also get the protocol stack and a complete reference design - and few people ever stray far from the reference.

    Despite a few glib comments that 'Linux runs Java, and that's all you need', Linux does not have a standardised smartphone UI (please don't say X: I love it, but I'm unlikely to need full network transparency to my telephone...)