I am trying to find something similar to nokia python for devices based on Windows Mobile - a script interpreter [in this case also capable of creating standalone applications] with easy access to all telephone interfaces - the ability to make a phone call, send SMS, take a photo, send a file via GPRS, etc.
Although there is 2.5 pythonce for Windows Mobile , it is a pure python interpreter, and I'm looking for all those “libraries” that nokia python has an “import camera”, “message import”, the ability to programmatically control the phone. Also great is the nokia python bluetooth console.
I do not want to use .NET CF as it is (AFAIK) to control the camera, you need to use some indirect methods (for example: http://blogs.msdn.com/marcpe/archive/2006/03/03/542941.aspx ).
Appreciate any help you can provide in advance.
I hope that I could not find it through Google.
source
share