So iPhone is a run-away success. Now who didn't see this coming? And what is to be learned from it? It’s been in the making for like 4 years. This could be a long discussion by itself. But one thing that is sure about any smart pocket devices, most of all smartphones, is that the only way to lead in them is through innovation and ease of use.
How Microsoft has been successful in the PC world, by hook or by crook, is a different matter altogether. I often wonder, if Gary Kildall had accepted IBM’s offer to write DOS for PC, the world definitely would be a very different place today, at least the cyber world.
Thankfully, at least the mobile world already is a different place... Let’s face it, Microsoft has never come up with one original idea for software. Every piece of software written by their developers is a hastily put together pile of code copied from someone else’s products. Is anyone keeping count of how many times they’ve been sued for this? Well here lies the good news for the smartphone users: Microsoft did not copy Symbian! Their smartphone OS is loosely based on their own sluggish and bug infested Windows. So not only Windows Mobile has no unfair advantage in the smartphone world, its inherent design will never let it surpass its competition.
A fellow software engineer friend of mine, who was then working at Microsoft, sent me the source code for Windows XP (most geeks out there have already seen this code I am sure). Windows Mobile cannot be much different from its parent. Allow me to share its source code, though I cannot share the entire source, here is main code:
/* Windows Mobile */
#include "win95.h"
#include "win98.h"
#include "winXP.h"
#include "somethingMobile.h"
#include "longErrorList.h"
#include "oldStuff.h"
#include "finguresCrossed.h"
#define INSTALL_HARD
char make_prog_look_big 1600000 ;
void main()
{
while(!CRASHED)
{
display_copyright_message();
display_start_button();
do_nothing_loop();
if (first_time_installation)
{
make_50_megabyte_swapfile();
do_nothing_loop();
random(hang_system);
}
/* printf("Welcome to Windows 95"); */
/* printf("Welcome to Windows 98"); */
/* printf("Welcome to Windows XP");*/
printf("Welcome to Windows Mobile");
if (system_ok())
random(hang_system);
else
system_memory = open("a:\swp0001.swp", O_CREATE);
while(something)
{
sleep(5);
get_user_input();
sleep(5);
act_on_user_input();
sleep(5);
}
create_general_protection_fault();
}In the long run, the clunky, resource hungry Windows Mobile has an uphill task ahead of it in the long run compared to its purpose built mobile OS's like Symbian.In the last couple of years, Symbian has out-sold both Microsoft and Palm put. Even in Japan Symbian having a virtual monopoly with its ties to NTT DoCoMo, the leading player in the world's most advanced mobile market. Symbian already has a market share 72% in smartphones. The question is really not of who’s winning the competition, right now its more like, is there really any competition?
--
Bilal Zaheer
http://elanist.com/bilal