I'm interested in developing a XMPP client on the mobile S60 Symbian platform using the Python interpreter PyS60. I've done a search on Google for possible libraries, but turned up empty.
I'm hoping that by asking this on SO, I can get a definite…
When I try to use this command
appuifw.note(u"Connecting to %s" % (address), "conf");
I'm getting error: "not all arguments converted during string formatting"
How to fix this error?
The serial port must be over USB cable, from the phone to a computer.
In Java, I got it working by using the following code:
CommConnection comm = (CommConnection)Connector.open("comm:USB1");
// Now use comm to read and write data
How can I do…
Is it possible to do PyS60 development on Mac OS X? There is an XCode-plugin for Symbian C++ -development, but I don't know whether I can create Python-apps for my Nokia phone with that. I'm talking about a more thorough SDK experience than just…
I have got a mix of 2nd edition and 3rd edition s60 phones. I start custom obex listener on both phones using Python and try to send files to them. Though I can send files to 2nd edition phone; I can't send files to 3rd edition phone and the error…
I'm trying to write a simple prototyping appliaction in python to capture a users keystrokes while writing a text messages (SMS) to collect some stat info for use in a biometric application for Symbian based phones. I have never used python before…
I am developing a Bluetooth game in Python for S60 based Nokia devices. The Bluetooth sockets in S60 are proving to be quite tricky. For two reasons:
I can't do master to multiple slave sockets in Python, heard that it can't be done in Python so I…
Is there a way to pair up two BT devices using PyS60? Perhaps there is a system API which prompts PIN and communicate with other device so it will appear as Paired device then. Unfortunately can't find this in PyS60 documentation.
While coding in Python it's better to code by following the guidelines of PEP8.
And while coding for Symbian it's better to follow its coding standards.
But when I code for PyS60 which guidelines should I follow? Till now I have been following PEP8,…
I want to fetch my current latitude/longitude from Google Maps Mobile 3.0 with the help of some script, which I guess could be a Python one. Is this possible? And, more importantly: is the Google Maps Mobile API designed for such interaction? Any…
I am working on a PyS60 application for S60 2nd Edition devices. I have coded my application logic in Python 2.5.
Is there any tool that automates th conversion from Python 2.5 to Python 2.2 or do I need to do in manually?
I can`t find any instruction how to install a pys60 2.0.0 to symbian emulator. All files I found there.
I unpacked SDK files to emulator directory and installed pips lib. When I install python sis file, emulator shows "Certificate error. Contact the…
I am trying to create a small application for Symbian mobile phones using Python. Being a beginner i am having some trouble in setting up the environment for development. I installed Symbian3 SDK,PyS60 Application Manager ( for creating the .sis…
I am writing a parental control app using PyS60 ( on Nokia E72)
The app is operated via sms's.
Every sms that operates the app is deleted when entering the inbox listener's callback, and by using a blank audio file, I manage to cancel the "new…