The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

treo680smsdump - a script to dump a Treo 680 SMS messages database in a human-readable form

SYNOPSIS

    treo680smsdump [options] path/to/messages-database.pdb

    treo680smsdump --blob list_of_files [other options]

FILTERS

You can filter results with the following options.

--inbound

Only return inbound SMSes

--outbound

Only return outbound SMSes

--date

    --date 2008-03-21
    --date 2008-03
    --date 2008

Only return SMSes from the specified date (or month, or year)

OTHER OPTIONS

The following options may be useful for debugging and for investigating unknown record types:

--blob file1 [file2 ...]

Read individual records from the named file(s) instead of reading a database. 'Unknown' records are not filtered out. Some fields, such as offset, that can only be divined from a proper database are left blank.

--binary

Include a hexadecimal dump of each record. 'Unknown' records are not filtered out.

--offset

    --offset 123 [456 789 ...]

Only return the record(s) at the specified offset(s).

--type

    --type 0x0002 [0x400C ...]

Only return the record(s) with the specified type(s). These must be given in hexadecimal with four digits.

LIMITATIONS, BUGS and FEEDBACK

This is a thin wrapper around Palm::Treo680MessagesDB and so suffers from all its limitations and perhaps some exciting ones of its own. Please see Palm::Treo680MessagesDB for known issues and how to report bugs.

SEE ALSO

The 'smsdump' script distributed with Palm::SMS.

AUTHOR, COPYRIGHT and LICENCE

Copyright 2008 David Cantrell <david@cantrell.org.uk>

This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively.

CONSPIRACY

This is also free-as-in-mason software.