有没有人用python做nokia程序的?

有没有人用python做nokia程序的?

想为手机添加自己想要的功能,但不知道如何下手,资料很少,不知道有没有人搞这个专业的?
目前只知道我的6600 的操作系统是S60
为它写程序好象只有VS

目前只能在手机上安装PY的运行环境,只能写写简单的脚本程序,还得手动的去执行
如果你知道来电触发一个脚本事件,麻烦您留下宝贵知识
你的nokia手机只要是s60操作系统的,就可以用python写程序,可以不用你在手机上安装python运行环境.
你具体要作什么样的程序,可以说一下看看.


QUOTE:
原帖由 zzjcs1971 于 2007-12-24 19:56 发表
你的nokia手机只要是s60操作系统的,就可以用python写程序,可以不用你在手机上安装python运行环境.
你具体要作什么样的程序,可以说一下看看.

我的手机是 N73 ,好像就是 s60 的? 在上面用 python 开发有什么好的资料呢?

谢谢!


QUOTE:
原帖由 zzjcs1971 于 2007-12-24 19:56 发表
你的nokia手机只要是s60操作系统的,就可以用python写程序,可以不用你在手机上安装python运行环境.
你具体要作什么样的程序,可以说一下看看.

我想在进入手机短信程序的时候输入密码。或者想搞一个比手机自带的功能更好的闹钟。现在的一些软件都不是很完美。想自己用python写。
我装了开发环境,但没有找到解析器好像。不知道从哪入手。


QUOTE:
原帖由 aboys 于 2007-12-24 15:36 发表
目前只知道我的6600 的操作系统是S60
为它写程序好象只有VS

目前只能在手机上安装PY的运行环境,只能写写简单的脚本程序,还得手动的去执行
如果你知道来电触发一个脚本事件,麻烦您留下宝贵知识



QUOTE:
incoming  call()
Wait for incoming call, returns immediately.  If a call arrives, answer can be called to answer the
call. Without the invocation of function incoming  call, the function answer has no effect.
answer()
Answers an incoming call - see also incoming  call.
call  state(callable)
The callable will be called when there are changes in the telephone line (lines) in the device. The
argument for the call is a tuple with first item the possible new state and the second item, the
possible incoming call number as a Unicode string.
The possible states in the tuple are defined as telephone module constants.
The following data items for state information are available in telephone3:
EStatusUnknown
Indicates that the status is unknown.
EStatusIdle
Idle line status (no active calls).
EStatusDialling
Call dialling status.
EStatusRinging
Call ringing status.
EStatusAnswering
Call answering status.
EStatusConnecting
Call connecting status.
EStatusConnected
Call connected status.
EStatusReconnectPending
Call is undergoing temporary channel loss and it may or may not be reconnected.
3The descriptions are taken from the S60 SDK documentation [4]
6.2.   telephone — Telephone services 51EStatusDisconnecting
Call disconnecting status.
EStatusHold
Call on hold.
EStatusTransferring
Call is transferring.
EStatusTransferAlerting
Call in transfer is alerting the remote party.

我的E70,昨天刚装了一个PYS60,很爽。
我记得老外的网站上有一个基础的教程,我以前写的那个记事本就是在S60上面的。