Why Palm Still Covets Palm OS 197
munchola wrote in with news that Palm has just announced a one-time payment for perpetual, royalty-free use of Palm OS. In 2005 Palm spun off PalmSource to an outside company, Access Systems Americas, and since that time has been paying out royalties for its use. At the same time Palm announced products based on Windows Mobile. Palm's latest announcement reduces the uncertainty among Palm OS developers. From the article: "In an unsurprising but symbolically important move, handheld and smartphone maker Palm this month signed a perpetual license with Access Systems Americas, which gives Palm the right to use Access' Palm OS operating system in whole or in part in any Palm device forever more. It sounds like a no-brainer, but the context is interesting, in particular what it means for the army of Palm OS developers out there. Believe it or not there are at least 160,000 Palm OS developers — and they're just the ones that Palm knows about."
Lying with numbers (Score:5, Informative)
What you have are 160,000 people who may have once downloaded an SDK.
Or maybe you have a few thousand people who forgot their account information and created a new account.
Or maybe you're trying to count anyone who may have ever been a developer once for the OS in the last 10 years.
But any way you slice it, there's no way in hell you've got 160,000 developers actively working on your OS.
Neither Netcraft nor Kreskin need be sought out. Reality confirms it, PalmOS is dead.
Re: (Score:2, Interesting)
Re: (Score:3, Informative)
Truest statement I've read on Slashdot in a long time. I am sure I am counted as one of the 160,000 since I downloaded the SDK once (to get the emulator). I have written ZERO PalmOS apps and don't plan to ever start.
I'm sure I'm couted at least twice. I was assigned to create some demo app on Palm around 1998, which I did. Then, around 2002 I created another demo application for Palm for a different company. Both companies decided against creating apps for Palm, but did do apps for Windows CE.
Re:Lying with numbers (Score:4, Funny)
Re: (Score:2)
Re: (Score:3)
Re:Lying with numbers (Score:5, Interesting)
The original palm was made possible by the Motorola Dragonball processor which IIRC was a 16mhz 68k variant with and LCD driver and memory controller, it was one of the first SOC's (System on a Chip) that I can recall. Programming these things was hideous. It was all C/C++ and the API sucked hardcore.
Flash forward 10 years, Palms now have 300 - 400 mhz ARM processors, WHICH THEY USE TO EMULATE THAT ORIGINAL DRAGONBALL PROCESSOR! If you want access to the ARM processor you can write an "applet" which runs directly on the real hardware. These are *VERY* difficult to get right and stable. This programming model is simply wrong.
Compare this to WinCE 5 which gives you a stripped down CLR, or CE6 which gives you almost a full CLR. You can write code that works on both a PC and CE with a few #defines here and there. The CE OS is that modern.
Compare that to BlackBerry which has J2ME (Java 2 Micro Edition) which is also a very decent programming model.
So long story short -- Palm sucks because their dev tools suck. They have been talking about this Palm OS 6 for a few years now that is supposed to correct all this stuff, but it never seems to come out, and frankly I don't think Palm has the engineers to pull it off. They've shown only the ability to produce sub-standard buggy software. My Treo is definitely the last palm I care to own.
Re:Lying with numbers (Score:5, Insightful)
I don't care how good WinCE's CLR is - it's a usability nightmare on a phone-sized device (why should I care what apps are running? I have zero interest in quitting this program to free up enough memory to run that program. The PIM functions also blow. And a Start menu? Please die.)
And J2ME is a very decent programming model? Yeah, great for programmers. Shitty for users. Have you ever actually *USED* third-party java apps on a Blackberry? I had the displeasure of having to carry one for $WORK years ago. Here's four words that sum up J2ME: "loading... um... still loading."
PalmOS is a crusty nightmare under the hood but somehow it's still the only thing out there that delivers a seamless *USER* experience. No loading time for app launches, excellent mapping of functions to single button presses or taps, etc.
When I want a system that's great for coders and tweakers, I use Linux on my desktop. I don't want that experience on my phone - I want a device that JUST WORKS NOW and lets me run the apps I want to run (devices that are closed to open-source or freeware developers fail it.)
Maybe Symbian will get there someday but the impression that I have is that it's entirely too carrier-friendly, not sufficiently user-friendly.
-Isaac
Re: (Score:3, Insightful)
When I think "PalmOS", I don't think "programming model", I think GUI. Just because another OS is easier to program for doesn't make it "better" in any sense of the word that is meaningful to me
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
I am not an idiot, and therefore do not have virus problems on my Treo.
Sidekicks are bigger and are a completely closed platform. They fail it in 2 ways. A Treo is already too big, but I put up with it because it's still pocketable. A device that requires a man-purse or holster to tote around ultra-fails.
-Isaac
Re: (Score:2)
If by seamless you mean every app is based on the same horrible GUI, is equally likely to crash and experience strange pauses, then yes it is seamless. My treo crashes several times a week no matter what I'm doing, and I'm a fairly light user. When I was living on it and traveling a lot, it crashed twice a day.
Re: (Score:2)
Just like when you run windows, if something causes your device to crash, don't do that anymore.
There are exactly two things that cause my Treo to crash. Downloading more than 100 messages in a single Versamail session, and saving an attachment/download that is larger than the available memory on the device. So, I use GoodMail, and I down
Windows Mobile is a "killer" feature for me... (Score:3, Insightful)
Re:Lying with numbers (Score:5, Informative)
In the early years, the PalmOS was a joy to work with compared to MS WinCE which was bloated, unstable and seemed to change every 6 months.
In order to deal this both PalmOS and WinCE (and it's newer versions), I've been using CASL (caslsoft.com) which is a VB type language that compiles on both PalmOS and Windows handhelds. The nice thing is that I can develop one application for both platforms (and all of their variations)... plus it runs on a Windows desktop. CASL uses a high level editor which makes it easy to program plus it has the ability to incorporate C code if you need to do something that is not part of the standard feature set or get close to the hardware. The language has a built-in database as well and communications functions (serial, bluetooth, TCP/IP, HTTP, etc.).
Re:Lying with numbers (Score:5, Informative)
I do a lot of programming on the ARM side as I sell an antialiased font hack (FontSmoother), and in my experience ARM code is, if anything, more stable.
That said, for standard applications, one doesn't need ARM, except maybe for some small CPU-intensive procedure. With practice, these are easy to do and do not affect stability.
It would have been nice if Palm/PalmSource released an SDK for doing ARM-only applications, but the reverse-engineered stuff in the Mobile-Stream SDK is pretty good.
Re:Lying with numbers (Score:4, Informative)
The people I know who "hate" Palm OS coding are either trying to do wonky things that the device was not completely designed to do or they are use to working in another environment and are trying to force their (wrong) model of an OS onto the Palm APIs.
Re: (Score:3, Informative)
The people I know who "hate" Palm OS coding are either trying to do wonky things that the device was not completely designed to do or they are use to working in another environment and are trying to force their (wrong) model of an OS onto the Palm APIs.
I think you're wrong.
Palm's API has some good points, but it does, by and large, suck hairy goat nad. Want a scrollable table? You are writing the entire scrolling/selecting code by hand, because the standard table just can't hack it right. Memory ma
Re: (Score:2)
The identity of a handheld platform (Score:3, Informative)
Palm OS is a great environment to work in specifically because it is not "feature rich". There is one way to create a button, one way to create a form, one way to talk to various OS services, etc...
The people I know who "hate" Palm OS coding are either trying to do wonky things that the device was not completely designed to do or they are use to working in another environment and are trying to force their (wrong) model of an OS onto the Palm APIs.
I disagree.
Palm's design emphasis on elegance was a great asset back in the 1990s - I still think it's a good thing, but it needs to be modernized. Handhelds are capable of a lot more than they were in 1998, and PalmOS 5 isn't adapting well to the new capabilities. The original PalmOS was basically designed for simple record view/edit tasks - which it does well, but the GUI of the OS doesn't provide much support for more complex views. It can be fairly limiting even for rather humble projects.
Look at it
Re: (Score:2)
When I bought my Treo I seriously considered the Windows versions. (I generally don't like Windows - it as a platform just doesn't suit my tastes) The deal-breaker was the screen resolution, and so I got my 650. I think it was the right choice for me but it's agonizing that they haven't modernized the OS. I want international text support. I want decent multitasking support. (I want my device to be able to fetch my e-mail without crashing the whole device in the middle of whatever I'm doing.)
Me too, that's why I purchased Chatter [chatteremail.com] mail on my treo. Best $40 I've spent on software, ever.
That said though, I definitely agree about the aging OS in Palm. I've been looking forward to whatever linux-based OS they were going to come out with for many, many years now. I've had a Palm Personal, (with and without the upgrade chip), Palm III, Palm V, Palm Vx, Tungsten T2, Treo 650, and now a Treo 680. I've got too much software I know I'd miss if I hopped to any other platform, and the depth of well-
Re: (Score:2)
Re:Lying with numbers (Score:4, Interesting)
I also take issue with the whole "feature rich" thing. A modern Palm device, in terms of pure computing power, could blow the socks off the desktop machines I used a decade ago, and yet the desktop machine had a real OS and Palms come only with a toy OS that struggles to manage with a modern features like phone networking, bluetooth and so on. Those real OSes that were created decades ago could deal with these kinds of hardware issues in their stride. The whole "Zen of application design" philosophy is nothing but a cover for the PalmOS developers not bothering to get off their lazy asses and write a quality operating system.
History has played out exactly as I expected. Years ago people complained that Windows CE was a bloated overcomplicated OS that was a stripped down desktop OS, inappropriate for a handheld. I think the people who said this were the same people who thought that nobody would ever need more than 640k. Palm had a good solution for a window of opportunity of a few years while handheld CPUs were in their infancy. But that's no way to plan a long term business.
I still love my Palm Z22. But that's because it's prettier than any other PDA, cheap, and I don't write code for Palms any more.
Great! (Score:2, Funny)
Great! It can join *BSD!
PalmOS is dead -- no it's not (Score:2)
It's probably pining for the fjords.
Re: (Score:2)
But the PDA-in-your-phone, aka smartphone, continues to grow. As Palm has said, "The killer app for handhelds is voice."
So what we're talking about is the OS that runs on the smartphone and not the standalone calender/address book thingy.
And Palm OS still has a lot going for it there: simplicity of use, simple and free dev tools, backwards compatibility, many thousands of apps; weighed against defi
Sure, standalone PDAs are dead. Everyone has one! (Score:2)
I hate phone PDAs. Too many functions in a phone detracts from its usefulness, IMO. I want a phone with a phone book, period. If I want more, I'll use my PDA.
Re: (Score:2, Insightful)
Hang on. He is lying because you don't know how he came up with that figure? And you back this up by just guessing that it is wrong and calling it reality.
He is just a blogger, so it is possible that he just made it all up, but that would only make him equally uninformed as yourself.
Every application or shared library has to have a unique, registered CreatorID. It would be easy to track which developers were still active (writing new programs) based on who was still submitting new CreatorIDs. I do not k
Re: (Score:2)
I'm not sure what netcraft would say about a mobile device operating system, but whatever... Palm OS is not dead. It has a cult-like following of die hard PalmOS users, much like Apple has a cult-like following of OSX users. Would you say OSX is dead just because it commands ~5% of the market? No, because that is still a very large number.
I use a Windows mobile device now, and have used it every day of my like for the last
Of course the numbers are bad! (Score:2)
Good tools and source code count a lot (Score:5, Interesting)
I think that Palm's early-days decisions of releasing the source code to all their native apps as examples of well-coded applications, and of having really good testing tools (Gremlins are brilliant! I wish we had them in the Java ME world for non-palm mobile phones) played a huge role in creating folks who, well, still like writing for the PalmOS despite the massive changes everywhere else in the PDA world...
Re:Good tools and source code count a lot (Score:4, Insightful)
Re: (Score:3, Informative)
Re: (Score:3, Insightful)
Re: (Score:2)
I think the reason it all still works is because it's mostly a batch-based operating system. That level of simplicity makes it easy to not have, for example, deadlocking problems. In other words, I don't really think it's a good thing. It still runs old stuff because things can't change very well.
The upgrade away from palm by palm itse
Re: (Score:2)
It has a lot to do with the fact that "the latest devices" are almost identical to the originals. The programming model hasn't changed appreciably in 10 years (excepting Cobalt [palmsource.com], which nobody bought).
If Dell wer
Re: (Score:3, Interesting)
Honestly, when I see a WinCE user using their device I find myself wondering how they use something that small with a Start button
Why did they spin it off? (Score:3)
The article mentions the possibility of them using Windows Mobile! A palmtop OS which has really been a success. Not. Have the inmates taken over the asylum down at Palm?
Re: (Score:2)
The OS was just something they wrote because there was no other good OS for a PDA.
They made the EXACT same mistake that IBM did - thinking that their hardware was the important thing, not the software.
Re: (Score:2)
Wasn't it Handspring that developed the accessory port? Sure they've since merged back together and split a different way in the meantime, but I believe it was the Visor that first sported add-on bay.
Re: (Score:2)
The Treo 700w uses Windows Mobile. From the reviews I've seen, it requires lots more clicking to get to items.
btw - IBM licenses Unix SVR4 which is the basis of AIX. Sun bought a permement license so they don't pay a license fee for Unix SVR4 anymore.
Re: (Score:3, Informative)
Palm wanted the OS to be in loads of devices by loads of manufacturers.
Their os partners didn't really trust the Palm OS folks because they kept thinking that the Palm hardware folks would steal any innovations.
So, they spun the hardware side of Palm off as Palm One and called the OS side PalmSource
their major OS customer (sony) ditched Palm OS and the new customers they must have been hoping for didn't materialise.
so PalmSource only had one customer
Re:Why did they spin it off? (Score:4, Insightful)
That's not exactly what happened — the story has its history wrong. Palm did not sell PalmOS to Access. Palm split itself into PalmSource (software) and PalmOne (hardware), with joint ownership of the Palm brand. Later, PalmOne bought back the right to call itself "Palm", and PalmSource got bought out by Access.
Am I picking nits? I don't think so. All the investors in the old Palm ended up with stakes in the two new companies. And a software-only company was better positioned to be bought out by a company like Access, a buyout that must have been very profitable for PalmSource stockholders. Meanwhile, PalmOne/Palm is free to develop hardware that is not based on an OS that is quickly losing ground to Windows.
Also, you're wrong when you say all hardware is a commodity. PC hardware (or more precisely, PC motherboards) are a commodity, because they're produced on a huge scale by lots of different manufacturers who fight each other to sell them cheaply to big PC companies. But PalmOS-based PDAs have a tiny market with very little competition. Palm does not face the problems of commodity manufacturers (fierce competition to sell virtually identical products), it faces the problems of a specialized manufacturer that has gotten a little too specialized. If Palm survives at all, it will be as yet another manufacturer of smartphones, where competition is based as much on features as on price.
Palm is dieing (Score:2, Interesting)
Re: (Score:2)
Comment removed (Score:5, Informative)
Re: (Score:2)
Re: (Score:3, Informative)
The right word for Windows Mobile would be "clunky".
The more you do, the harder it is to do it elegantly. Once you have done something in a fundamentally clunky way, it's hard to streamline it. We see this again and again in Microsoft UIs: fundamental complexity is papered over with leaky facades.
Just try to resolve a networking problem on Windows Mobi
Re: (Score:2)
Users haven't the slightest interest in talk of an application's elegance or bloat---and they have even less desire to crack open the hood to take a look inside. If details can be buried, then, by god, by all means, bury them deep.
This is what draws users to Microsoft and not what drives them away.
Re: (Score:2)
Re: (Score:2)
Well, about this "slimmed-down OS" thing. Back in the day (1996), that was all you could do on a 16 MHz processor with 512kB or less memory. But enter Moore's Law type advances, and your cool, hip, "think small" OS is now a POS. So, what does Palm do? Bump the revision number, keep the same shitty old API's, turn their noses up at multitasking, and implement backwards-compatibility in a backwards way.
I'm speaking from experience. I've developed Palm applications. Three times. Once on a Pilot, and twice o
Re: (Score:2)
Re: (Score:3, Insightful)
Not only do you not need to, you don't want to. One reason the Palm succeeded where the Newton failed is it's sense of focus: the Palm is designed to be an adjunct to a PC, not a replacement for it.
Re: (Score:2)
but if you want to read books, while listening to an mp3 or ogg in the background, watch movies sometimes, view and edit pictures you have taken with your digicam, have a gps navigation and so on and so on... you'll learn to appreciate windows handhelds very fast.
Re: (Score:2)
Re: (Score:3, Informative)
Rich
But Does It Run Linux? (Score:5, Interesting)
PalmOS 5 is different from Access lInux (Score:4, Informative)
Re: (Score:3, Interesting)
But mobile developers have a need for a Linux-based OS. Especially if it can run legacy PalmOS apps, and its familiar GUI that millions of enthusiastic customers already know. And if it can run the many existing Linux apps, even as components, under a Pal
Why Palm still covets PalmOS (Score:2, Interesting)
Maybe Windows Mobile has gotten better in the past 6 months or so, but I have not really found anyone who likes it. Of course, there is the possibility that they are just MS Bashing
Re: (Score:2)
Windows Mobile reminds me a lot of Windows 98. Basically, it can do some really cool stuff, but it's gonna be a few more years until it's a stable platform and only third party software mucks it up. I hate rebooting my phone twice a day.
I have been bought by microsoft. (Score:3, Interesting)
But ever since the phone died and I picked up this windows mobile phone, its hard for me to want to go back. I know Microsoft is a big evil company that locks people down to their OS, but they offer a flawless sync to your desktop with USB. While the Palm Treo offers this, the main problem is that I just see some better apps for the Microsoft one.
It also doesn't help things that I can fire up VC.NET and write a quick app for my phone.
Re: (Score:2, Informative)
PalmOS developers can work with:
1) Codewarrior for PalmOS (latest version: 9, $199.99)
2) prc-tools (gcc toolchain, $0)
3) PalmOS Developer Suite (prc-tools based, Eclipse IDE, $0)
4) For Java: IBM's WebSphere Everywhere Micro Environment (sold through IBM reps)
There are also a lot of other compilers and/or tools that can be used to develop PalmOS applications, most of them royalty-free.
What do Windows Mobile/Pocket PC/Smartphone/CE developers have?
1) eMbedded Visual Tools (no longer
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
People want to program something now, instead of having to rebuild things over and over again. I can't tell you how many times I have rebuilt code for just something as simple as a link list, but you can do it in under a min with VB or even VC.NET.
Hell, even to this day, my favorite DOS programming envi
Treo 700 makes both versions (Score:3, Interesting)
160k Developers, but how many users? (Score:2)
My cell phone (not even a fancy one, a simple Moto SLVR) holds all my phone numbers, a simple calendar with alarms, addresses, and even a bunch of java applications to do extra things.
Where is my Linux PDA? (Score:3, Interesting)
Nokia makes a sweet PDA/Webpad... but they don't market it worldwide. And it's almost impossible to get one here at Brazil.
Sharp had the Zaurus, but they never quite leaved the asian market.
And there were other short-lived Linux based PDAs, and yet none lasted
Come on Palm! PalmOS should be dead and burried by now... How hard can it be to move to a better OS? Access has it, Trolltech has it, just pick one dammit!!!
Ordinary People still use PDA's? (Score:5, Insightful)
I once used an iPAQ (w/ a brick-sized battery pack/PCMCIA slot accessory on it) almost religiously several years back. At that time, the iPAQ was great for keeping appointments, a few games stashed onboard, and to top it off, I could shove a PC Card adapter and a CF card full of mp3's in it, or a PC Card-based 802.11b card. It was fun to mess with and was even halfway practical.
Nowadays I can do pretty much all of that (and more) with an iPod and a decent cell phone - or just a really decent cell phone, methinks (except mine doesn't do mp3's, so...) So where does a stand-alone PDA fit in these days? Crackberries, yeah, I can see that - but it appears (IMHO) to be nothing more than a glorified cell phone with a really big screen, and definitely not something you'd want to tinker with under-the-hood too awful much, like you could with a PDA.
I guess I'm just curious, now with the increased power of mobile phone devices glommed together w/ PDA functions, if Palm's core business model even has a future, or if someday they'll just be sucked up by, say, Nokia or Motorola...
Does anyone actually use straight-up PDA's anymore?
Re: (Score:2)
Palm makes the Treo line.
Re: (Score:2)
I hate mobile phones. I've got one for emergencies but refuse to spend money on it, so the one I have was a gift, some horrible featureless Toshiba with a prepaid number (spent about $10 in calls over the last 2 years).
But I do want my address book, the ability to take notes, etc. I also want a satnav system for my car. Cue the PDA, which provides the best satnav platform yet.
Re: (Score:2, Interesting)
Re: (Score:2)
Of course that only proves what we all knew all along
Re: (Score:2, Insightful)
While some may argue that function convergence is the future, I would argue that it is not the end-all-be-all that it could be. Different users have different needs. The problem I see with glomming all of these functions into ONE device is that the provider then ra
Re: (Score:3, Interesting)
Re: (Score:2)
still do here. i'd love to give up carrying it, but it's too versatile to give up. it's the input systems that break the deal for me on cell phones. i do not want to use 12 buttons as a full input system; i need the flexibility and speed of input offered by a stylus. so, i continue to use a palmos device for the input and the huge software library. one of these days there will be a viable alternative and i'll look seriously at it. cell phones and mp
Re:Ordinary People still use PDA's? (Score:4, Insightful)
* Much longer battery life than my cell phone
* I don't want my PDA use sucking my phone battery life
* I have some very useful apps on the Palm that don't exist for my phone
* If I lose or break the Palm, I'm only out $89 or so, rather than the $500 that a Treo costs
* E-books are much more comfortable to read on the palm screen than my phone's screen
Re: (Score:3, Funny)
I do. You know why? I *don't want a fucking cell phone*.
Re: (Score:3, Insightful)
For those of us who need good search capabilities for ebooks (e.g., scholarly texts), dedicated ebook readers are not an option (despite how nice e-ink is). C
Re: (Score:2)
Re: (Score:2)
The reason I use it is because I consider it to be the right tool for mobile low power computing. It'll work for two weeks just on two AAA NiMH cells, it has the right size and weight and it is simple enough for the tasks I use it for (phonebook, notepad, password safe and generator, plus a few network oriented tasks). If I needed to do number crunching, I could easily contact my computer at home via SSH. The only thing that might have been a good idea is a SD card rea
Re: (Score:2)
Palm: Get on with it! (Score:2)
Not that the competition is any better; after playing with a family member's WinCE device I am grateful for my decision to replace my Vx with a new Palm and not with the Microsoft monstrosity.
It's time to develop something new. A palmtop O
Re: (Score:2)
Re: (Score:2)
PalmSource was NOT spun off in 2005 (Score:3, Informative)
From Wikipedia [wikipedia.org]:
In January 2002, Palm, Inc. set up a wholely owned subsidiary to develop and license Palm OS, which was named PalmSource in February. In October 2003, PalmSource was spun off from Palm as an independent company, and Palm renamed itself palmOne. palmOne and PalmSource set up a holding company that owned the Palm trademark.
In May 2005, palmOne purchased PalmSource's share of the Palm trademark and two months later renamed itself Palm, Inc. As part of the agreement, palmOne granted PalmSource certain rights to Palm trademarks to PalmSource and licensees for a four-year transition period. Later that year, ACCESS, which specializes in mobile and embedded web browser technologies, including NetFront, acquired PalmSource for US$324 million. In October 2006, PalmSource announced that it would rename itself to ACCESS, to match its parent company's name.
Semi-Relevent question (Score:2)
Re: (Score:2)
Some notes from a PalmOS-WM convert (Score:2)
- Most Windows Mobile devices I've used have just plain sucked. Crappy battery life, constant crashes and lags and other problems. However, I recently switch to a Treo 700wx and I must say its not plagued with any of these common WM problems. It's stable, has a battery life that doesnt seem to differ much from my old 700p, and just overall works really, really well. Maybe the stuff I blamed on WM isn't WM's fault at all and lies with poor vendor i
PalmOS good because it works (Score:5, Interesting)
My Treo650 is pretty stable, with the occassional long pause when I manage to do a major memory swap (close/open an ebook on the SD card) at the same moment the email auto-download occurs. I get a crash or hard freeze maybe once every 2-3 months, usually when I manage to have the above happen when listening to MP3s or when an alarm is set to go off, or when I turn on the internet at the exact moment a call is coming in (CDMA doesn't let you do both).
I don't know anyone with a WinMobile device that has half the stability I do, let alone with the same degree of customization. It works, it's reliable, and it's pretty (PalmOS supports higher res screens than WinMoble).
Palm has 2 hurdles: 1) the carriers have so many special requirements some of them destabilize the Treos (I'm looking at you Cingular!) and 2) they need mindshare. Palm doesn't have any buzz anymore. They need to advertise the Treo. Mine plays MP3s, videos, takes acceptable pictures, reads office docs, etc. They almost need the PC/Mac commercial but with "Mobile Office" on one side of Treo, "Rock'r" on the other.
I'll just stick with what works, thank you (Score:2)
As for the PDA itself, I am still using a Handspring. Why? Only PDA with the bloodmeter attachment. And I have a module with a 1GB compactflash card, and Palm Acrobat on the PDA. So I have lots of books stored from Project Gutenberg, plus a couple of IBM manuals on the mac
The Test (Score:3, Interesting)
The few of us who got a 700P refuse to give them up. That is not to say that there haven't been some issues with them. Personally mine has rebooted like twice when I was doing a lot of multimedia stuff like watching a movie. Occasionally during an over-the-air sync with GWMobile my phone will become unresponsive for a few seconds. The only reproducible bug I have with this 700P is if I go into the multimedia player with my 2GB memory card inserted the phone will reboot every time. If I eject it, enter the app, then reinsert it it comes up just fine and then reads in the memory card.
I think the fact that we handed these devices out to mostly novice users and almost all the WinMobile devices have been abandoned while the PalmOS based devices are still in use speaks volumes on the points made in earlier posts regarding usability.
Re: (Score:2)
But like everyone most else I no longer use a PDA. The simple reason being that for most tasks I needed it for - notes, calendar, addresses etc, a pencil and paper was faster, easier, and more convenient.
Stone age it may be but it's better technology for me.
I'll hand in my Geek card on the way out shall I?
Re:PDA's are for sissies^H^H^H^Hprofessionals (Score:4, Informative)
I think Palm will continue to survive, if not thrive in various vertical markets but their heyday is clearly over. When my T3 finally died, I thought about going to a PocketPC device, but it's just too easy to buy another Palm and plug it in (changing the sync cord of course grrrrrr) and get up and going.
Re: (Score:2)
When the T5 came out, it had significantly longer battery life than the T3, in part due to shifting to flash instead of RAM as the main storage medium. All TX accessories are backwards compatible with the T5, so the T5 is a device that was off the market for more than three months--indeed for more than a year--and has the same connector and the accessories are all compatible. I find the screen on my TX just fine. In fully bright sunlight, you can even turn off the backlight
Re: (Score:2)
Re: (Score:2)