Seeking real Java software
February 20, 2007 5:07 AM
Subscribe
How can I find real Java software for a Motorola SLVR L7? I've only ever seen stupid games. I need a PDF reader, a text editor, and a French-English dictionary, or else dictd and a dict client.
Yes, I've used http://wap.lang2lang.com/main.php for the dictionary but its quite painful in Motorola's browser, and data has just become expensive for me.
As a separate matter, does anyone have any opinions about Symbian vs. Linux phones? I'd kinda like my next phone to run pdflatex and a spell checker.
posted by jeffburdges to computers & internet (5 comments total)
1 user marked this as a favorite
For reasons of security, J2ME apps run in a 'sandbox' which isolates them from the rest of the phone. It is very difficult to access, for example, the phone's internal functions (camera, phonebook etc.) from within a Java app. Accessing the filesystem is also a very difficult to do and almost impossible to do reliably between handset platforms.
Therefore, the kind of application you require is best served with a native application (ie one written for your specific handset) which has full access to the filesystem and will run *much* faster. Smasung phones, for example, come bundled with Picsel reader which handles PDFs. Unfortunately, Motorola handsets are still a very small market. The kind of apps you require are all available as native Nokia Series40/60 downloads, but few developers bother to make native Moto apps - there just isn't the market.
That said, have you had a browse through Handango or GetJar? I know of at least one J2ME PDF reader but, having just tested it, it will only run on older Siemens handsets. Here's a free French-English translator.
With regards to your second question, I really like Symbian as an O/S and there's tons of software to choose from. There's not a not of choice with regards to Linux phones at the moment - ironically, Motorola are probably the biggest player in the Linux phone market. You may want to keep an eye on the Neo1973 project - you'll be able to compile your own apps for it.
I hesitate to suggest this, but a Windows smartphone would do almost everything you require out of the box...
posted by blag at 7:59 AM on February 20, 2007