Slashdot Mirror


Palm Changing OS Strategy

profet writes "CNET.com is reporting that PalmSource plans to change its OS plans and simultaneously develop/release OS 6 and continue development on OS 5. The names shall be changed to reflect that they are both current. The plan is to have OS 5 for low end devices ($100 price point is a goal), and OS 6 for high end devices. This is a drastic change from their current practice of having one current OS drastically customized (read: hacked) to suit the manufacturer's needs. It looks like PalmSource is aiming directly at Symbian's success with Nokia's series 60 platform."

6 of 213 comments (clear)

  1. linux PDA? by axxackall · · Score: 4, Interesting
    If all I need is just a PIM (calendaring, contacts, notes, money, short messages), then what would be the reason to choose PalmOS vs Linux on PDA?

    Anyone with some experience with both? I used Palm Vx with Palm OS 3 and found it too buggy. I saw ads about Zaurus and found it interesting. I am really close to get Linux PDA. But before I cash out, is there anyone here who found a reason to migrate from Linux PDA to Palm OS?

    --

    Less is more !
    1. Re:linux PDA? by AnonymousCowheart · · Score: 5, Interesting

      Ive owned both the zaurus and a few palms, the newest model i have being the palm m500. While the zaurus is a great toy, palm "just works." the damn thing is fast, rarely (about 5times a year, due to bad software) crashes, and even then, it takes like a 30second reset.
      The zaurus however, does Much more, wireless, mp3 player, video player, etc. however as far as a PIM goes, you just can't beat palms ease of use, and speed. Especially graffitti, works great. Not to bash the zaurus, but i found myself 'setting it up' (see playing, trying to figure things out) more than being productive
      in the end, i use the b&w palm, why? besides the above notes, the batteries last MUCH longer in it then any color screen would. Nothing fancy, just a PIM, like you asked for;)

  2. Palm is losing their niche by mnmn · · Score: 4, Interesting

    Palm OS is the OS for low-end devices with simple functions which do not require the headache of viruses/spyware/BSOD etc, and which do simple monotasking applications on budget ram and flash and no MMU.

    Try to overdevelop Palm OS into a GUI layers, multitasking, and other higher end stuff, and youre directly competing with Linux, QNX, BSD and BeOS (maybe they plan to merge their BeOS with Palm on higher end). They should not want that. Linux with the community backing, applications, tools, hackibility etc will win hands down and we'll see people buying Dell machines, replacing Windows XP with Linux, getting the free PDA and replacing its PalmOS with Linux + XFree86 and its tools.

    I think Palm should try to remain as simple as PalmOS 3.5 or 4.0 and instead focus more on applications. The OS should be developed to deal with more hardware, make easy-to-use SDKs to gather applications from the community and to handle nice themes. Thats all. Pretty soon someone will shrink x86 to palm size and make it consume power as little as the ARM720T, and Microsoft will rush to modify Windows XP for it, and people will just replace that with Linux. Palm will then have to rely solely on their lower end OS on even smaller devices.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
  3. Re:Where have I heard all this before? by laird · · Score: 4, Interesting

    "Strech the Palm OS concept to a tiny cell phone screen that doesn't even have a touch screen, all the benefits and reasons that design choices were made break down."

    I don't think that they're trying to cover quite that broad a range. The sense I get is that they're intending for PalmOS 5 to run on the class of machines it already runs on (ARM processor, 160x160 pixel or larger touchscreen, 8 MB or more of RAM, perhaps an SD slot), which they project will drop in price over time. PalmOS 6 will run on more muscular hardware (larger touchscreen, more RAM, faster CPU, SD slot) and provide richer multimedia and multitasking capabilities. So it's not so much for this year's cell phones as perhaps set top boxes, G3 cell phones, or high-end PDA's or tablet computers.

    It's not clear (to me, at least) how much of a fundamental difference there is between PalmOS 5 and 6. So it's hard to say if it's essentially the same OS with more frameworks (like NT vs. NT Server) or a real forking (like Win95 vs. NT). Perhaps someone with some inside info could comment?

  4. Don't play OS wargames - be compatible by vik · · Score: 4, Interesting

    I'm a developer of PalmOS and WinCE/PocketPC applications and I realised that fighting any kind of multiple-platform market required a cross-platform tool that works under top-notch IDEs like Eclipse. And there is one. And it's Free.

    By writing programs in SuperWaba - a cut down Java VM - I avoid most of the crap associated with who has what version of what device. Palm V2.0 to WindowsXP/CE, I have just one application to develop and it runs on all platforms - even in a web browser.

    Don't leave home without it :)

    Vik :v)

  5. Their strategy should be to _GET_ an OS. by MMHere · · Score: 5, Interesting

    I don't intend this to be a troll.

    They don't currently have a RealOS(tm), so why is acquiring/building a real OS considered a change in OS strategy?

    When I say they don't have an OS right now, I mean:

    - It doesn't do preemptive multitasking, so multiple tasks don't run simultaneously very well. It requires tasks to voluntarily yield, much like MacOS's before OS X. (Palm software people are old Apple software people anyway...) The Palms I've used also did very little in the way of letting multiple tasks run simultaneously. Usually the "top" app is all that's happening (possibly ignoring some interrupt driven background I/O).

    - It doesn't have process memory space protection, AFAIK. Without multiple tasks actually running at the same time, this is less of an issue. Palms do, however, "crash" and need to be rebooted sometimes. Certainly this happens more often than on ucLinux PDAs...

    If they're making those things possible (and PalmOS 6 is claimed to be "better at multitasking," so it sounds like they are), then it may be worthy of actually calling it an Operating System.