Slashdot Mirror


Can Linux Dominate Smartphone OS?

Jeryl Kesh writes "Does Motorola's roaring success with its Linux-based 'Ming' phones in China indicate that the open-source platform is now a serious contender against Symbian and Windows Mobile in the handheld device software platform arena? The world No. 2 mobile phone maker, which debuted the Ming smartphone in March this year in China, shipped more than one million Linux-based units in China alone last quarter, according to research firm Canalys. However with Nokia refusing to adopt Linux, Symbian remains by far the top mobile device OS, according to Canalys, with a 67 percent share, well ahead of second-place Windows Mobile, with 15 percent of the market. Eirik Chambe-Eng, the co-founder of one of the most popular mobile Linux platforms, Norway-based TrollTech, has also reportedly predicted a 'revolution' in the use of open-source software on phones and handheld devices. His contention was that Linux gives handset manufacturers and OEMs (original equipment manufacturers) 'complete control,' and in turn keeps Microsoft and Symbian at bay."

2 of 125 comments (clear)

  1. Linux demand is growing by gillbates · · Score: 5, Informative

    My company markets reference designs for handheld devices (typically cell phones, media players, etc..) to OEMs. Our customer demand for Linux has increased dramatically in the past year. We've doubled the size of our group, and we still can't hire engineers with Linux experience fast enough.

    Yes, we do WinCE development too. But, the WinCE group not only has at least twice as many engineers, they are also behind the Linux group in terms of features. When it comes to rapid development, there's simply nothing better than Linux, because most of the work has already been done. This allows us to concentrate on adding features that differentiate us from the competition, rather than on merely getting something working.

    But WinCE also places substantial roadblocks to rapid development. A routine build of WinCE takes 20 minutes; a clean build takes more than an hour. By comparison, our average Linux build time is about 30 seconds, with a clean build taking about 15 or 20 minutes. But it gets worse for WinCE:

    1. The FAT32 filesystem is a major liability for embedded devices. Because of the fact that the disk head must seek back and forth from the filesystem table to the actual data, the effective data bitrate decreases with time. This means that WinCE has a maximum practical encoding time of about 1 hour; after that, the filesystem driver just can't keep up. We don't have this problem when using ext3 under Linux.
    2. WinCE doesn't have a native terminal; you have to recompile and reload the whole OS and application image in order to test a change of even a single line of code. Worse, you can't interactively debug the board because you have no way to send something to standard input.
    3. The WinCE API is relatively new compared with that of Linux/UNIX. Our customers do not need to buy expensive documentation packages from Microsoft in order to work with our embedded Linux solutions; their engineers already know the Linux API, and can begin work immediately. When one considers the fact that the average consumer electronics device has a saleable lifetime of 3 to 6 months, development lag time becomes a critical factor.

    Quite frankly, I'm glad to see the demand for Linux growing. However, I'm also putting in quite a bit of overtime because of it, so it is sort of a mixed blessing.

    --
    The society for a thought-free internet welcomes you.
  2. Symbian Signed making symbian Open Source harder by gagravarr · · Score: 5, Interesting

    Currently, there's loads of open source programs available for the symbian phones, especially series 60. With your choice of C++, Python or Java, it's easy to get started with writing code. Lots of apps drives consumer demand.

    More recently, Nokia stopped supporting Linux for developing applications (previously there was decent support for Java, and help with C++). This makes it much much harder to develop S60 apps on Linux, so a load of potential developers won't bother.

    The big issue now is symbian signed. With S60 version 3 onward, they've seriously locked down the platform. If your code isn't signed, it won't run on most devices, and even where it will, it won't be allowed to do interesting things (write to filesystem, talk to network etc). If you want to get your code signed, you have to have an expensive verisign certificate, and pay a bunch of cash to have your app reviewed.

    In one fell swoop, almost all open source programs have stopped working on S60 version 3, and won't work again. All the developers are really pissed, and no-one's willing to talk about it from symbian (try emailing them about it, and they just mutter about python). All of a sudden, your new S60 phone is half useless, as you can't get any decent apps for it.

    Not the brightest move ever.....

    --
    This post will enter the public domain 70 years after my death, unless Disney buys another extension.