PDA

View Full Version : messaging in xda IIi (WM 2003)


add1989
18th January 2007, 12:27 AM
Hi,

I like to log all my sms messages as plain text onto my pc, because I am writing a perl script to search through them and manipulate them in other ways. I can't seem to figure out however, how to access the messages as they are stored. I have deduced that they seem to be stored in \Windows\Messaging, but these are simply the messages, without any information such as sender, date/time, etc. I also found some files named "MsgQueueDataFileMicrosoft Text SMS Protocol" and similar, but they appear to be empty when opened. Could somebody please tell me how I can access the message files, and also how to read them if this is not immediately clear?

Cheers,

Adam

ahe
26th January 2007, 05:30 AM
The right way to do your works is: use RIL interface DLL.

add1989
27th February 2007, 08:38 PM
Thanks, but I'm still not entirely sure how to do this, I've read the wiki and a few googled articles, but I can't seem to find "instructions" on how to get SMS's stored in the phone, and output them into a plain text list similar to:

To: (my number)
From: (number)
Date: (date) (time)
Message: (message here)

If anyone could point me in the right direction, i would be grateful!

Adam