Software
On this page you can download various small pieces of software written by me. It’s not very lot currently.
Wordpress theme of this site:
Joker wordpress 2.0 theme version 1.0
Mobilogger, Mobile Blogging for the Android phones:
Google code, mobilogger project.
sms_forwarder.py, Forward received sms messages from one phone to another:
This is a very minimalistic Python (PyS60) script which helps you solve the issue that you may have many phones and you want to carry just one with you. Sure, you can redirect incoming phone calls easily, but what about SMS messages? It’s rare that operators offer such service and only a few phone models offer such feature.
There are (to my knowledge) commercial and shareware products which help, but if you want to go the real nerd way and do just this and nothing else, you can:
- Install PyS60 (See instructions from http://wiki.opensource.nokia.com/projects/Python_for_S60 ) (You’ll need both the runtime and script shell packages!)
- Edit the script to have the phone number of the mobile to which you want the forward the SMSes.
- Copy the modified script to your device’s “Python” directory (created by PyS60 installation)
- Start python script shell
- Select “run script” and select sms_forwarder.py
After this it just sits there and forwards your messages. Do note that:
- SMSs cost money, so each forward costs separately. I am not responsible of any costs that you may create, direct or indirect. If there’s a bug in the script or it’s misconfigured or something bad happens, don’t come asking me for money. Use at your own risk, ok?
- This is currently tested with Nokia E60 and PyS60 1.4.5 (December 3, 2008).
- It does not forward MMS messages (for now), just SMS. But who uses MMS anyway? =)
- It leaves all messages (also MMS) to your inbox on the device that’s doing the forwarding.
Please report bugs, issues and feature requests to me, joker@iki.fi.