| [reply] |
Hi AM,
Thanks for the quick reply - the code you gave is exactly the code I use to sucessfully get SMS/text messages from my GSM device, BUT, it does not get the MMS messages that the device has recieved - thats my problem :(
Has anyone managed to get an MMS from a GSM device,and how?
Still Praying....
TTFN
TuftyTrue
(Eadmund@letterbee.com)
| [reply] |
If I understand your question like this: How can I read a received MMS from my mobile device' storage? then I suggest to have a look at OBEX and OBEXFTP.
With another obexFTP tool, I managed to browse through the directory system of my mobiles SIM- and memory-card via USB and was able to up-/download files. So the approach should work in principle, although I've never done that using Perl. Since your mobile might have its own directory structure,
exploring it with obexftp (they claim to have a Perl language binding) could be a first step.
Here is the openobex Wiki. Good luck.
Update: Perl Client Example
| [reply] |