p910export

[« Return to Code]

sms2txt and jotter are programs I wrote to export data from my P910 UIQ smartphone.

jotter takes a Jotter document database (in C:\documents\Jotter\Jotter on the phone) on stdin and prints the contents of the notes to standard output, separated by a line of dashes.

sms2txt takes a list of Mail files which contain SMS messages as command-line arguments and generates an HTML table showing them all as one conversation on standard output. The SMS messages are in one of the folders under C:\system\Mail. It will need to be modified if you have messages to/from multiple people in a folder; I had all my incoming and outgoing messages to/from a single person in one folder. I didn’t quite figure out how to determine if a message was incoming or outgoing, so that part is a kludge based on some phone number in the message which isn’t the to/from phone number (the phone number of an SMS gateway?); you’ll probably need to adjust that.

Grab jotter and sms2txt from my repository.