Questions tagged [pys60]

Python on Symbian Series 60

PyS60 is the Nokia port of Python on Symbian Series 60.

It is also known as PySymbian.

67 questions
0
votes
1 answer

Python Newbie: How to create a progressbar with topwindow module that can show the diffrence between two times(minutes)?

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 …
Dinesh Khadka
  • 67
  • 1
  • 3
  • 10
0
votes
1 answer

How to log the print statement and error messges in PyS60?

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…
Xolve
  • 22,298
  • 21
  • 77
  • 125
0
votes
2 answers

PyS60: Bluetooth sockets

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.…
Xolve
  • 22,298
  • 21
  • 77
  • 125
0
votes
1 answer

PyS60 : An always running app.. Hanging the Phones UI ? (How to tackle that ?)

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…
Yugal Jindle
  • 44,057
  • 43
  • 129
  • 197
0
votes
2 answers

About the optional argument in Canvas in PyS60

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?
Xolve
  • 22,298
  • 21
  • 77
  • 125
0
votes
1 answer

Is there a "Back Button" in Python PyS60

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…
0
votes
1 answer

Connecting pys60 bluetooth console

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…
Indra Ginanjar
  • 354
  • 1
  • 4
  • 12
0
votes
1 answer

Extra Python libraries on phone

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?
Pawan
  • 314
  • 1
  • 5
  • 13
0
votes
1 answer

Measuring internet data transfers

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?
fearoffours
  • 1,455
  • 2
  • 12
  • 23
0
votes
1 answer

Display simple calendar on screen in python S60 (pyS60)

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…
0
votes
1 answer

active object in python for s60

How do I use active object in python for s60? can anybody give me a code example?
Day_Dreamer
  • 3,311
  • 7
  • 34
  • 61
0
votes
1 answer

Asynchronous api for obtaining GPS position in python for S60

I'm using positioning.position(). but this function is blocking. I want to be able to run another function while the GPS is being measured. thanks
Day_Dreamer
  • 3,311
  • 7
  • 34
  • 61
0
votes
1 answer

measuring WLAN using python for S60

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
Day_Dreamer
  • 3,311
  • 7
  • 34
  • 61
0
votes
1 answer

Can't import scriptext module in PyS60 2.0 on N95

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?
Acorn
  • 49,061
  • 27
  • 133
  • 172
0
votes
1 answer

Automate or send kepresses to application running in background with PyS60

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…
Acorn
  • 49,061
  • 27
  • 133
  • 172