Hi Pakkami, 
Download Flyer with libraries from here
Hope you know how to install flyer. If not follow the steps below :
1) Get Flash Lite 2.1 player from Adobe
2) Get Python for S60 and Python Script Shell from SourceForge (read more
about the PyS60 download and installation on S60 2nd and 3rd edition devices)
3) Download Flyer_1_0_35.zip from Google code
4) Running the script on the phone:
3rd editon phones:
Move the Flyer_1_0_35.py script and lib folder from your PC to that
'Python' folder using the USB cable or Nokia PC Suite
Start the PyS60 interpreter application on your phone (snake icon) ‐>
press "options" ‐> select "Run script" ‐> select Flyer_1_0_35.py and press ok
5) Now, you have to start your Flyer application from Flash Lite 2.1 player
Now open Flyer_1_0_35.py in a text editor and see the functions under the main class Flyer.
and use the following commands for corresponding functionality:
Code:
flyer.takePhoto(self, filePath)
flyer.takeScreenshot(self, filePath)
flyer.sendFileBT(self, filePath)
flyer.playSound(self, filePath)
flyer.recordSound(self, filePath)
flyer.stopSound(self, info=None)
flyer.sayText(self, sentence)
flyer.getContacts(self, db=None)
Hope this helps,
Best Regards,
Croozeus