Script languages ​​on Windows mobile devices - something similar to python @nokia s60

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.

+3
source share
3 answers

It sounds like it gives you the opportunity to develop some C extension modules for the PythonCE project.

+3
source

Good, Mortscript . A widely used script for Windows Mobile. Not sure if he can access all the features of the phone. I believe that TCL is for Windows Mobile.

0
source

IronPython?

0

Source: https://habr.com/ru/post/1698936/


All Articles