by OrangeWindies » Tue Sep 27, 2005 6:46 am
A J2ME port would be very tricky. Resources are very limited on mobile phones and the UI would be extremely difficult to do well.
For example, on a SonyEricsson K700i (I just happen to have one here with a J2ME emulator) you have a 176x220 pixel display and have from 512KB to 1.5MB of available memory.
There is no filesystem, although you might be able to bodge something using J2ME's record-based storage system. Entering commands on a mobile phone keypad would be painful.
It might be just about doable on the bigger smartphones which use a slightly more capable version of Java (some of them have PersonalJava).
A J2ME port would be [b]very[/b] tricky. Resources are very limited on mobile phones and the UI would be extremely difficult to do well.
For example, on a SonyEricsson K700i (I just happen to have one here with a J2ME emulator) you have a 176x220 pixel display and have from 512KB to 1.5MB of available memory.
There is no filesystem, although you might be able to bodge something using J2ME's record-based storage system. Entering commands on a mobile phone keypad would be painful.
It might be just about doable on the bigger smartphones which use a slightly more capable version of Java (some of them have PersonalJava).