This is a list of little scripts that I have wroten for Python Nokia S60. I think is a very easy way to develop your own applications for the mobile device. If you want to do some application for your mobile phone and you don't want to spend a lot of time learning Symbian or Java, Python could be a good choice ;-)
If you want to run python scripts in your mobile, you have to install Python for Nokia S60. After you have to transfer the script to the mobile and open it with python application.
Here are my scripts. I haven't expected the scripts work in all enviroments and under all situations. I'm sure that they could be improved. ;-) They simply work.
Take a photo periodically without user interaction. You can configure the size, the quality and the interval time in which each picture will be taken. Download autophoto.py
Watch in Google Earth the way that you did and the coverage area of antennas that your mobile phone uses. Download gps-gsm-logger.py
Use your mobile phone as a movement detection system. Download mvdetection.py