Notices


Reply
Thread Tools
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#651
Originally Posted by col37400 View Post
^yes, that's the error that I get on screen when the sending fails.

I just typed a regular UK mobile phone number (my own number as I was just doing it as a test to see if it worked). 07958xxxxxx
No trailing ; or anything like that?

No worries about your connection settings, since fMMS can communicate with the MMSC all settings are fine, since you said it worked fine I think there is a difference in what number you enter in the "To:" field, could you give me any clues regarding this?
__________________

Problem with fMMS? Run in x-terminal: cp /tmp/fmms.log /home/user/MyDocs/
After that you'll see fmms.log in filemanager or when you connect the device to your desktop as a mass storage device.
E-mail the log to me, if you don't have the email address, drop me a PM. Thanks!

fMMS - MMS for your N900
fAPN - GUI for adding a new GPRS APN
If you like this post, don't be shy to thank me -->
 
sbock's Avatar
Posts: 103 | Thanked: 162 times | Joined on Jan 2010 @ Germany
#652
Originally Posted by M A S T E R View Post
Anybody know what the update did? I love FMMS!

-MASTER
1.2.6 * support for multiple recipients
1.2.7 * added "reset all settings" option from the menu

Originally Posted by frals
Btw, I updated the translations file to include some new strings, please help update them on transifex! http://www.transifex.net/projects/p/fmms/c/ui/
I edited the missing German translations. As always, German sentences are much longer than English ones. I check if they match after the next update...
 

The Following User Says Thank You to sbock For This Useful Post:
Posts: 2 | Thanked: 0 times | Joined on Apr 2010
#653
Hi frals (Sorry I have been spelling your name wrongly-My bad)

As an update to things I have tried to include a log from FMMS so you might be able to work out what's going on . Also I have now received the same MMS 8 times (It just keeps coming seeming at random times without me doing anything with FMMS in between ) I have now received more MMS's from other phones too (multiple times I might add) and also a message pertaining to the MMS I received 8 times from my operator telling me I had an MMS waiting to be downloaded from their website using a unique password . As though I am NOT set up for MMS reception although I have received MMS's since without altering anything or turning off the phone . WIERD !

Here is the log I got , but can't remember what the settings were I've tried THAT MANY !

2010-11-09 15:29:33,131 fmms.contacts: loaded contacthandler in 0.1 s
2010-11-09 15:29:34,622 fmms.__main__: liststore time: 0.2
2010-11-09 15:29:39,097 fmms.contacts: loaded contacthandler in 0.01 s
2010-11-09 15:29:47,942 fmms.fmms_sender_ui: width 2560
2010-11-09 15:29:47,945 fmms.fmms_sender_ui: height 1440
2010-11-09 15:29:47,979 fmms.fmms_sender_ui: Resizing image: 320 * 180
2010-11-09 15:29:48,738 fmms.fmms_sender_ui: attachment: /home/user/.fmms/temp/1.jpg message: Test
2010-11-09 15:29:48,987 fmms.connectors: i acquired lock (2410)
2010-11-09 15:29:48,994 fmms.connectors: RUNNING IN UGLYHACK MODE
2010-11-09 15:29:49,056 fmms.connectors: UglyHackHandler UP!
APN: MMS user: user pass: pass proxyip: 149.254.201.135 mmsc1: mmsc.t-mobile.co.uk mmsc2: 0
2010-11-09 15:29:52,565 fmms.connectors: fmms_magic retcode: 0
2010-11-09 15:29:52,823 fmms.wappushhandler: connecting via proxy 149.254.201.135:8080
2010-11-09 15:29:52,825 fmms.wappushhandler: mmschost: http://mmsc.t-mobile.co.uk:8002
2010-11-09 15:29:52,899 fmms.controller: saved binary mms <open file '/home/user/.fmms/sent/71094/message', mode 'wb' at 0x41bc1578>
2010-11-09 15:29:52,902 fmms.controller: decode_binary_mms running
2010-11-09 15:29:53,463 fmms.controller: returning message!
2010-11-09 15:29:53,745 fmms.dbhandler: inserted row as: 37
2010-11-09 15:29:54,315 fmms.dbhandler: inserting attachment: 0.smil
2010-11-09 15:29:54,355 fmms.dbhandler: inserting attachment: 1.jpg
2010-11-09 15:29:54,408 fmms.dbhandler: inserting attachment: text.txt
2010-11-09 15:29:54,450 fmms.dbhandler: inserting description: Test
2010-11-09 15:29:54,480 fmms.wappushhandler: Failed to send message.
Traceback (most recent call last):
File "/opt/fmms/wappushhandler.py", line 288, in sendMMS
(status, reason, outparsed, parsed) = self._sendMMS(customData)
File "/opt/fmms/wappushhandler.py", line 338, in _sendMMS
res = conn.getresponse()
File "/usr/lib/python2.5/httplib.py", line 928, in getresponse
response.begin()
File "/usr/lib/python2.5/httplib.py", line 385, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.5/httplib.py", line 349, in _read_status
raise BadStatusLine(line)
BadStatusLine
2010-11-09 15:29:54,498 fmms.connectors: UglyHackHandler running disconnect
2010-11-09 15:29:54,779 fmms.connectors: disconnecting connection. rx: 1011 tx: 5204
2010-11-09 15:29:54,790 fmms.controller: Sender failed.
Traceback (most recent call last):
File "/opt/fmms/controller.py", line 110, in send_mms
(status, reason, output, parsed) = sender.sendMMS()
File "/opt/fmms/wappushhandler.py", line 288, in sendMMS
(status, reason, outparsed, parsed) = self._sendMMS(customData)
File "/opt/fmms/wappushhandler.py", line 338, in _sendMMS
res = conn.getresponse()
File "/usr/lib/python2.5/httplib.py", line 928, in getresponse
response.begin()
File "/usr/lib/python2.5/httplib.py", line 385, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.5/httplib.py", line 349, in _read_status
raise BadStatusLine(line)
BadStatusLine
2010-11-09 15:29:54,861 fmms.connectors: UglyHackHandler running disconnect
2010-11-09 15:29:55,000 fmms.connectors: disconnecting connection. rx: 1011 tx: 5204


Hope this helps ?

Thanks in advance .

Fattrucker
 
Posts: 169 | Thanked: 83 times | Joined on Dec 2009
#654
Originally Posted by frals View Post
No trailing ; or anything like that?
No, definitely not.

Originally Posted by frals View Post
No worries about your connection settings, since fMMS can communicate with the MMSC all settings are fine, since you said it worked fine I think there is a difference in what number you enter in the "To:" field, could you give me any clues regarding this?
I tried putting the number in with the international code (ie. +447958xxxxxx) - no difference.

But, then I tried sending to a friend's mobile and it worked!

So it seems maybe it's something to do with trying to send it to myself? But the thing is, I've always been able to do that in the past, that's why I was doing that to test it.

So, hopefully problem solved. Thanks for your help.
 
Posts: 31 | Thanked: 6 times | Joined on Jul 2010 @ Havant
#655
Help.....

I'm on Vodafone UK and I keep getting the following message.

Operation failed
( -2, 'Name or service not known')
Please check your settings.

I have checked, double checked and rechecked all the settings.
I have cleared everything down and started from scratch, but to no avail.

Anyone got an idea what I'm doing wrong.

Thanks guys.
 
Livinmalife's Avatar
Posts: 117 | Thanked: 48 times | Joined on Apr 2010 @ Manchester, England
#656
Frals or anyone

Had a search for this but couldn'y find the answer.
Do you know how to delete mms messages that fail to open? I've had a few and each time its my idiot gf sending contacts that fail to open and so i cant delete them either.
cba reinstalling fmms but was hoping for a delete option prior to opening mms or maybe as an option in a future update?

Thanks
 
Posts: 31 | Thanked: 6 times | Joined on Jul 2010 @ Havant
#657
That I can answer for you.

Click the offending mms and hold, then after a few seconds a menu will appear with the Delete option.

Nice and simple.
 

The Following 2 Users Say Thank You to RossTuck For This Useful Post:
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#658
Originally Posted by Livinmalife View Post
Frals or anyone

Had a search for this but couldn'y find the answer.
Do you know how to delete mms messages that fail to open? I've had a few and each time its my idiot gf sending contacts that fail to open and so i cant delete them either.
cba reinstalling fmms but was hoping for a delete option prior to opening mms or maybe as an option in a future update?

Thanks
Long tap on the message from the main view and you should be able to delete them, as previous poster said .
I'd be happy to take any log output from the messages with contacts that won't open, please send it to fmms@frals.se
__________________

Problem with fMMS? Run in x-terminal: cp /tmp/fmms.log /home/user/MyDocs/
After that you'll see fmms.log in filemanager or when you connect the device to your desktop as a mass storage device.
E-mail the log to me, if you don't have the email address, drop me a PM. Thanks!

fMMS - MMS for your N900
fAPN - GUI for adding a new GPRS APN
If you like this post, don't be shy to thank me -->
 

The Following User Says Thank You to frals For This Useful Post:
Livinmalife's Avatar
Posts: 117 | Thanked: 48 times | Joined on Apr 2010 @ Manchester, England
#659
****... Well obvious.

Cheers guys

Originally Posted by RossTuck View Post
That I can answer for you.

Click the offending mms and hold, then after a few seconds a menu will appear with the Delete option.

Nice and simple.
 
Posts: 29 | Thanked: 0 times | Joined on Oct 2010 @ Sweden
#660
Theres an bug in the new version 1.2.7!

Got the correct settings, but when I need to download the MMS all I get is "Unable to retrieve message".

Have tripple checked the settings, all is fine but it isn't working.

//Pontus
 
Reply

Tags
bada rox, bada rulez, fmms, mms, mms config, n900, python


 
Forum Jump


All times are GMT. The time now is 11:31.