Mobile Operating Systems Comparison?
dozerbull asks: "I'm working at a Canadian telecom research lab. They are looking into the creation of tools that would facilitate the development of mobile applications. Symbian OS seems to be the lead target platform candidate. There is however a small crowd that is pushing for Microsoft stuff (Pocket PC and Smartphone). How do other systems (Linux and PalmOS) stack up? What would the Slashdot community advise by way of a choice of an operating system for mobile?"
You mention Palm and Symbian. You mention Linux.
They generally tend to different niche markets.
Linux, NetBSD require at least 4MB ram for anything usable (yeah heard of linux-tiny uclibc etc) and are aimed at larger mobile devices that require lots of functionality and expandability. You can put perl, java apps, develop QT apps etc on these, and theyre heavily used in routers, PC104 industrial and medical machines and other custom embedded systems that arent quite mobile.
Then theres QNX, Palm and Symbian. Palm is entirely focused on PDAs and PDA-like personal devices. It has great graphics and personal-apps, mostly on ARMs and dragonballs. Symbian runs on ARMs, and is focused on even smaller devices, specifically cellphones. Both palm and symbian are very user-oriented, and cant support a great deal of multitasking since they dont support MMUs, except the latest palmos.
QNX and vxworks are non-user-oriented. vxworks was used in the mars rovers for instance, and is commonly used in ethernet switches and routers.
So you cant use symbian in routers, cant use palmos in mars rovers(efficiently), cant use linux in the smallest and simplest cellphones without the memory overhead, cant use 32-bit OSes in 8-bit microcontrollers and so on.
So please ask a more specific question.
"Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
The question is a bit generic, as others have already commented. I will share some of my findings however.
.NET framework, low-level C api's, emulator and more).
Symbian is mature and used on lots of phones (Nokia, Sony Ericsson and more). However, if you look at which models actually runs Symbian and allow the owner of the phone to actually put more Symbian stuff on it, those are usually limited to the very expensive high-end phones. I can only speculate why this is so, but it does not seem unlikely that the phone network operators have little or no interest in phones that would allow users to download applications (and I'm not talking about java toys, but apps that would actually make your phone more useful) which would enable data-rate messaging and similar, potentially killing the SMS based revenues really fast.
Developer support for Symbian is poor as well. Yes, search for "linux" and "Symbian" and you will find some tools (GnuPoc). Good luck - those leave a lot to be desired. If Nokia/Sony Ericsson really wanted independent developers supporting their platform, make sure developers get the tools they need easily, and at low or no cost (and that includes the compiler, not only the API).
Based on my experience, Microsoft currently supports developers nicely and most of the Microsoft phones have not been locked down (meaning users are allowed to download and install "native OS" applications). I know some operators (in the UK I believe) have locked down their Microsoft based phones, but this is the exception rather than the rule as far as I know. Microsoft make the developer tools easily available at no cost (including the compiler,
As for Linux based phones, I have not seen any in my part of the world (Northern Europe), but I've read about them.
So for now, if you want to develop and distribute applications independently (meaning being possible for a customer to download and install the application on his phone), your best bet would probably be to bet on Microsoft. Yes, there might be more Symbian-based phones out there, but in my experience very few of those actually allow users to install applications (high-end only, not the consumer models).
My $.02 anyway.