Ive just started learning programming in python esp. Pys60, I was wondering if it was possible in pys60, (I hope people still remember pys60). It would help me a lot to create my app. Please keep the code simple, i may not understand it clearly
…
When running graphics based programs in Python for S60 (PyS60) the error messages and the output of the print statement (i.e. stdout) are hidden. If due to an error application stops working as expected its lost and tracking down the bug is very…
From the website http://www.mobilepythonbook.org/ I found the following example of bluetooth sockets: BT chat example
Here in function chat_server() the bind method accepts a tuple with two elements. The first one has been used as a null string.…
I am testing my application in the Python Shell on Symbian S60 Platform.
Functionally, the application just runs great on the shell.. but its seems so hang the interface ?
Even when : It does not include heavy processing !!
The loop looks like…
In Python for Symbian60 blit() is defined as:
blit(image [,target=(0,0), source=((0,0),image.size), mask=None, scale=0 ])
In the optional parameter source what is the significance of image.size?
What it is I am creating an application on a Nokia mobile phone 5800 series and I was wondering if there was a back button function.
It would be better to give an example of what I mean,
If I typing in some onformation in this application and…
I'm trying to program using python (pys60) in my phone.
i'm using two way to connect my ubuntu 10.10 to my phone using bluetooth console
first is:
sdptool add --channel=2 SP
mknod /dev/rfcomm0 c 216 0
rfcomm listen 0 2
and the second…
I have Python installed on my S60 phone...but I require some addtional libraries like pyaudio and lightblue to be installed on my phone...is there a way I can do this?
Also where are the Python libraries installed on my phone?
Is there any way in python for S60 (using the python 2.5.4 codebase) to track the amount of data transferred over the mobile device's internet connection?
I am trying to develop a simple calendar based application using pyS60. I need to display a calendar as part of the form. I have searched but I couldn't find anything useful in the e32calendar documentation. I can get a calendar on the canvas but…
I'm using python for S60. is there a module that enable you to measure WLAN intensity in your area?
In the end I want to get a list with all the networks available in the point and their intensity.
thanks
When I try and import scriptext on PyS60 version 2.0 on my N95 phone, I get an import error saying that there is no module named scriptext.
How can I work out what the problem is?
I'm running PyS60 on a Nokia N95 phone, and I want to find a way of having my script interact with an application running in the background.
I found this http://wiki.forum.nokia.com/index.php/How_to_simulate_a_keypress_in_PyS60 .. but it doesn't…