Programming cellular phones using Python/Jython ?

T

Thomas Weholt

Hi,

Is it at all possible to use python to make apps on cellular/mobile phones,
using something like Jython etc. ?

Hm ... ??

Thomas
 
P

Paul Boddie

Mark Hahn said:
I just got a samsung sph-i700 phone with pocket pc 2002 and it runs python
2.2+ apps with win32 gui just fine. I got the binaries for it from:
http://www.murkworks.com/Research/Python/PocketPCPython/Overview

I suppose the question was really more concerned with making use of
the Java support that a lot of new mobile 'phones seem to have these
days. I can't imagine that a significant number of 'phones out in the
European market (and certainly in the Norwegian market) are running
some kind of Windows derivative, but many manufacturers are promoting
their Java application (eg. games) support.

Paul
 
A

Alan Kennedy

[Thomas Weholt]
[Mark Hahn]
[Paul Boddie]
I suppose the question was really more concerned with making use of
the Java support that a lot of new mobile 'phones seem to have these
days. I can't imagine that a significant number of 'phones out in the
European market (and certainly in the Norwegian market) are running
some kind of Windows derivative, but many manufacturers are promoting
their Java application (eg. games) support.

I haven't done any work with jython on mobile phones, but here are
some considerations which I think apply.

1. Java support on mobile phones is usually J2ME - Java2 Micro
Edition.
2. J2ME is a cut down version of Java which does not support all of
the java facilities that jython requires, notably some of the
reflection APIs.

Here are some urls that discuss this topic.

http://groups.google.com/[email protected]
http://www.geocrawler.com/mail/msg.php3?msg_id=9169196&list=7018
http://www.geocrawler.com/mail/msg.php3?msg_id=6466738&list=7017
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&[email protected]
http://aspn.activestate.com/ASPN/Mail/Message/Jython-users/1638105

HTH,

P.S. Paul, thanks for drawing attention to xml.dom.javadom in another
thread: I never knew it was there!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top