I have Gnokii 0.6.29 installed on Ubuntu Server 10.10. I've connected it to a Nokia 6020 via a DKU-5 cable. I'm able to send and receive SMSes on. I can even trigger calls. :)
I want to get the MMSes sent to this phone. I use " gnokii --getsms IN 1 end" to get the SMS messages and the command works. However, when I try to get the MMS in the phone's inbox using " gnokii --getmms IN 1 --pdu mydumms" (got the command sample from http://lists.gnu.org/archive/html/gnokii-users/2009-03/msg00009.html), I get the following error:
Connecting Serial device: opening device /dev/ttyUSB0 Serial device: setting speed to 115200 Serial device: setting RTS to low and DTR to low Getting model... Message sent: 0x1b / 0x0006 00 01 00 07 01 00 |
[Received Ack of type 1b, seq: 0] [Sending Ack of type 1b, seq: 6] Message received: 0x1b / 0x0032 01 39 00 08 00 01 58 2c 00 26 56 20 30 34 2e 39 | 9 X, &V 04.9 30 0a 30 39 2d 30 35 2d 30 36 0a 52 4d 2d 33 30 | 0 09-05-06 RM-30
0a 28 63 29 20 4e 6f 6b 69 61 2e 20 20 0a 54 00 | (c) Nokia. T 00 00 | Received message type 1b model length: 5 Received model RM-30 Found model "RM-30"
Saving into mydumms gn_mms_get() memory IN location 1 Using GetMMS for Series40 3rd Ed Trying to retrieve filelist of C:\predefmessages\1\*.* from cache Cache empty or expired Timeout for getting file list: 500
Message sent: 0x6d / 0x0037 00 01 00 68 00 2e 00 43 00 3a 00 5c 00 70 00 72 | h . C : \ p r 00 65 00 64 00 65 00 66 00 6d 00 65 00 73 00 73 | e d e f m e s s 00 61 00 67 00 65 00 73 00 5c 00 31 00 5c 00 2a | a g e s \ 1 \ *
00 2e 00 2a 00 00 00 | . * [Received Ack of type 6d, seq: 1] [Sending Ack of type 6d, seq: 7] Message received: 0x6d / 0x0022 01 41 00 69 06 00 00 00 00 00 00 00 00 00 00 00 | A i
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | 55 55 | UU Received message type 6d Invalid path Getting MMS failed (location 1 from memory IN)! (The given memory location is invalid.)
Serial device: closing device
I tried using SM, ME, even AR and no luck - I still get "Getting MMS failed (location 1 from memory IN)! (The given memory location is invalid.)".
Any tips on how to retrieve the MMS? Is it just a folder issue?