maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] fMMS - MMS on the N900 (https://talk.maemo.org/showthread.php?t=51890)

Luz 2010-05-24 22:02

Re: [Announce] fMMS - MMS on the N900
 
Now have FMMS working fully on Vodafone UK, works perfectly, just wanna say thanks to frals, top job.... If you do have vodafone and cant get it working keep persevering, just need the right settings within FMMS, no need for FAPN... As I said - excellent program, essential for N900...

teh 2010-05-25 10:14

Re: [Announce] fMMS - MMS on the N900
 
Just installed PR1.2 by flashing. fMMS will not install due to something Python related being missing. Can someone else confirm this as well please?

zombiepig 2010-05-25 10:28

Re: [Announce] fMMS - MMS on the N900
 
teh - i can't confirm that, I flashed to 1.2 and have been reinstalling everything, and fmms installed without problem :confused:

frals 2010-05-25 12:26

Re: [Announce] fMMS - MMS on the N900
 
I've just uploaded 1.0.6, anyone using 1.0.5 is advised to upgrade asap as 1.0.5 crashes and won't log the incoming message properly unless the sender exists in contacts.

Changelog:
Quote:

* fixed a bug where wappushhandler would crash when sender was unknown
* text inserted in database is properly encoded

Schturman 2010-05-25 12:59

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by frals (Post 675689)
I've just uploaded 1.0.6, anyone using 1.0.5 is advised to upgrade asap as 1.0.5 crashes and won't log the incoming message properly unless the sender exists in contacts.

Changelog:

Thanks !
Working perfectly, but the other phone (SE Naite) is still not receive my message that I sent with hebrew text.

gLobster 2010-05-25 13:04

Re: [Announce] fMMS - MMS on the N900
 
and with cyrillic.

mattaustin 2010-05-25 13:40

Re: [Announce] fMMS - MMS on the N900
 
I can confirm this. After flashing to PR1.2, and restoring the application list from backup fMMS fails to install because the python-gobject dependency is not available.

Any ideas?

frals 2010-05-25 15:36

Re: [Announce] fMMS - MMS on the N900
 
I suspect installtion issues are because python-gobject is in nokia-binaries repository now. I assume this will work itself out in the coming 24hours as caches are cleared etc. Hopefully ;)

mattaustin 2010-05-25 15:37

Re: [Announce] fMMS - MMS on the N900
 
Looks like I spoke too soon - I was able to install fMMS fine in PR1.2 after I refreshed the repositories (think they were being hammered quite hard previously, and were unresponsive).

lorebett 2010-05-25 16:25

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by lorebett (Post 673365)
Hi
I'm trying to use fmms with TIM Italian operator.
I got the settings from the wiki:

TIM Italy

* Connection Name: TIM MMS
* Connection Type: GPRS
* Access Point Name: mms.tim.it
* User Name: (leave blank)
* Password: (leave blank)
* Use Proxy: Yes
* HTTP Proxy: 213.230.130.89
* Port Number: 80
* MMSC: http://mms.tim.it/servlets/mms
* Resize Image: Medium (320)
* Your Phone Number: (Your Phone Number)

I actually don't have "Connection Type", and from what I understand I don't need to use fapn, right?

Well, after the configuration is saved, when I send an MMS I'm asked for the connection to select, and I select my GPRS connection, but it simply times out...

I finally managed to send MMS :)

First of all, the connection now is not requested anymore (the APN configured in fmms is used)... this seems to have started to work after I issued
Code:

/opt/fmms/fmms_config.py
in the terminal.

Then, the sending finally worked after I used:

* Access Point Name: unico.tim.it

instead of mms.tim.it.

Probably this other APN is requested for TIM if you have a business contract (like the one I'm using).

Hope this helps.

marioaguado 2010-05-25 17:12

Re: [Announce] fMMS - MMS on the N900
 
Tested in PR 1.2 and work Great!!!!!!! thanks!!!!!!!!!

kenya888 2010-05-25 19:38

Re: [Announce] fMMS - MMS on the N900
 
Hi frals thank you for developing such a good application:-) I'd like to report a issue with decoding headers including Japanese.

fmms can't downlad msg when From header contains Japanese characters encoded with utf8.

/tmp/fmms.log is af following...

----

2010-05-26 02:50:01,349 fmms.__main__: Failed to open viewer with transaction id: BBAAAG5Rc7WgmEB0lXt6yAhXAEgbAAAAAAAAAAAA
Traceback (most recent call last):
File "/opt/fmms/fmms_gui.py", line 415, in show_mms
fMMSViewer.fMMS_Viewer(transactionid, spawner=self)
File "/opt/fmms/fmms_viewer.py", line 53, in __init__
self._parse_mms(fname, vbox)
File "/opt/fmms/fmms_viewer.py", line 213, in _parse_mms
headerlist = self.cont.get_mms_headers(filename)
File "/opt/fmms/controller.py", line 252, in get_mms_headers
return self.store.get_mms_headers(transactionid)
File "/opt/fmms/dbhandler.py", line 395, in get_mms_headers
for line in c:
OperationalError: Could not decode to UTF-8 column 'value' with text '��8�Takahiro xxx <sleepy_ragedy_ann@xxx.jp>'
---

I investigate its root cause, I guess it is an issue of pysqlite decoding utf8.

I can download mms msg correctly by changing dbhandler.py as following.

---
(orig)
self.conn.text_factory = sqlite3.OptimizedUnicode
(fixed)
self.conn.text_factory = str
----

Could you consider merging this fix?

regards.

kenya888

frals 2010-05-25 20:33

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by kenya888 (Post 676870)
Hi frals thank you for developing such a good application:-) I'd like to report a issue with decoding headers including Japanese.

fmms can't downlad msg when From header contains Japanese characters encoded with utf8.

/tmp/fmms.log is af following...

---
(orig)
self.conn.text_factory = sqlite3.OptimizedUnicode
(fixed)
self.conn.text_factory = str
----

Could you consider merging this fix?

regards.

kenya888

Cheers, will include it in the next update. Regression in last version I'm afraid, I was under the impression that OptimizedUnicode would be better but appear I was wrong. Thanks again for reporting (and fixing!) :)

kenya888 2010-05-25 21:37

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by frals (Post 677022)
Cheers, will include it in the next update. Regression in last version I'm afraid, I was under the impression that OptimizedUnicode would be better but appear I was wrong. Thanks again for reporting (and fixing!) :)

Thx for your quick reply and planing of update :) I'm glad to contribute to you!! :)

frals 2010-05-26 21:27

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by kenya888 (Post 677159)
Thx for your quick reply and planing of update :) I'm glad to contribute to you!! :)

Sorry it took so long, but 1.0.7 is uploaded now which has reverted to text_factory = str :)

Digicom 2010-05-26 22:08

Re: [Announce] fMMS - MMS on the N900
 
Much apprciated frals working perect ;)

Quote:

Originally Posted by frals (Post 680821)
Sorry it took so long, but 1.0.7 is uploaded now which has reverted to text_factory = str :)


dmcconachie 2010-05-27 09:26

Re: [Announce] fMMS - MMS on the N900
 
Can't seem to get this working. Can add an image and recipient but on pressing send it gives me an I/O error. Log file has only 1 line:

2010-05-27 09:08:19,530 fmms.contacts: loaded contacthandler in 0.08 s
2010-05-27 09:08:26,251 fmms.__main__: liststore time: 0.2

!?

frals 2010-05-27 09:41

Re: [Announce] fMMS - MMS on the N900
 
Weird that nothing is logged about it, can you screenshot the error when it happens?

dmcconachie 2010-05-27 09:47

Re: [Announce] fMMS - MMS on the N900
 
1 Attachment(s)
Quote:

Originally Posted by frals (Post 682153)
Weird that nothing is logged about it, can you screenshot the error when it happens?

Screenshot attached, happens shortly after the "Resizing..." notification

djwalley 2010-05-27 09:50

Re: [Announce] fMMS - MMS on the N900
 
finally figured out my settings and successfully i could send an mms but not receving any.. wat can possibly gone wrong.. plz help

frals 2010-05-27 09:54

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by dmcconachie (Post 682171)
Screenshot attached, happens shortly after the "Resizing..." notification

Interesting. Still nothing in the log? Can you start fMMS from the terminal and attach any output here after trying to send?

Open X-terminal and type: /opt/fmms/fmms_gui.py

dmcconachie 2010-05-27 09:59

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by frals (Post 682185)
Interesting. Still nothing in the log? Can you start fMMS from the terminal and attach any output here after trying to send?

Open X-terminal and type: /opt/fmms/fmms_gui.py

ok, here's the log now, no idea why it was virtually empty before. Seems to have a couple of fail points in there now:

2010-05-27 10:44:07,414 fmms.fmms_sender_ui: width 94
2010-05-27 10:44:07,416 fmms.fmms_sender_ui: height 94
2010-05-27 10:44:07,435 fmms.fmms_sender_ui: attachment: /home/user/MyDocs/cartoon sheep.jpeg message:
2010-05-27 10:44:08,126 fmms.connectors: RUNNING IN UGLYHACK MODE
2010-05-27 10:44:08,191 fmms.connectors: UglyHackHandler UP!
APN: wap.vodafone.co.uk user: wap pass: wap proxyip: 212.183.137.12 mmsc1: mms.vodafone.co.uk mmsc2: 0
2010-05-27 10:44:14,961 fmms.connectors: fmms_magic retcode: 0
2010-05-27 10:44:15,108 fmms.wappushhandler: connecting via proxy 212.183.137.12:8799
2010-05-27 10:44:15,110 fmms.wappushhandler: mmschost: http://mms.vodafone.co.uk/servlets/mms
2010-05-27 10:44:15,664 fmms.wappushhandler: Failed to send message.
Traceback (most recent call last):
File "/opt/fmms/wappushhandler.py", line 265, in sendMMS
(status, reason, outparsed, parsed) = self._sendMMS(customData)
File "/opt/fmms/wappushhandler.py", line 312, in _sendMMS
path = cont.save_binary_outgoing_mms(mms, self._mms.transactionID)
File "/opt/fmms/controller.py", line 176, in save_binary_outgoing_mms
os.makedirs(dirname)
File "/usr/lib/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 5] Input/output error: '/home/user/.fmms/sent/8620'
2010-05-27 10:44:15,686 fmms.connectors: UglyHackHandler running disconnect
2010-05-27 10:44:15,811 fmms.connectors: disconnecting connection. rx: 923 tx: 3643
2010-05-27 10:44:15,825 fmms.fmms_sender_ui: Sender failed.
Traceback (most recent call last):
File "/opt/fmms/fmms_sender_ui.py", line 316, in send_mms
(status, reason, output, parsed) = sender.sendMMS()
File "/opt/fmms/wappushhandler.py", line 265, in sendMMS
(status, reason, outparsed, parsed) = self._sendMMS(customData)
File "/opt/fmms/wappushhandler.py", line 312, in _sendMMS
path = cont.save_binary_outgoing_mms(mms, self._mms.transactionID)
File "/opt/fmms/controller.py", line 176, in save_binary_outgoing_mms
os.makedirs(dirname)
File "/usr/lib/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 5] Input/output error: '/home/user/.fmms/sent/8620'

dmcconachie 2010-05-27 10:09

Re: [Announce] fMMS - MMS on the N900
 
And the x-term output too if it helps:


$ /opt/fmms/fmms_gui.py
Traceback (most recent call last):
File "/opt/fmms/fmms_gui.py", line 240, in new_mms_button_clicked
fMMSSenderUI.fMMS_SenderUI(self.window).run()
File "/opt/fmms/fmms_sender_ui.py", line 150, in __init__
self.this_doesnt_exist()
AttributeError: 'fMMS_SenderUI' object has no attribute 'this_doesnt_exist'
/opt/fmms/fmms_sender_ui.py:198: GtkWarning: gtk_tree_selection_path_is_selected: assertion `path != NULL' failed
fcd = gobject.new(hildon.FileChooserDialog, action=gtk.FILE_CHOOSER_ACTION_OPEN)
/opt/fmms/fmms_sender_ui.py:198: GtkWarning: gtk_tree_selection_unselect_path: assertion `path != NULL' failed
fcd = gobject.new(hildon.FileChooserDialog, action=gtk.FILE_CHOOSER_ACTION_OPEN)
/opt/fmms/fmms_sender_ui.py:200: GtkWarning: gtk_tree_selection_path_is_selected: assertion `path != NULL' failed
ret = fcd.run()
/opt/fmms/fmms_sender_ui.py:200: GtkWarning: gtk_tree_selection_unselect_path: assertion `path != NULL' failed
ret = fcd.run()
/opt/fmms/fmms_sender_ui.py:200: Warning: IA__g_object_get_valist: object class `HildonFileSystemSettings' has no property named `hour24'
ret = fcd.run()
/opt/fmms/fmms_sender_ui.py:209: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
fcd.destroy()
/opt/fmms/fmms_gui.py:444: Warning: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/opt/fmms/fmms_gui.py:444: Warning: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/opt/fmms/fmms_gui.py:444: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
gtk.main()
+ id -u
+ [ 29999 != 0 ]
+ exec sudo /opt/fmms/fmms_magic START gprs0 10.3.115.231 mms.vodafone.co.uk 0 10.206.65.68 212.183.137.12
+ id -u
+ [ 0 != 0 ]
+ [ START == START ]
+ do_start gprs0 10.3.115.231 mms.vodafone.co.uk 0 10.206.65.68 212.183.137.12
+ REPLACER=/usr/bin/cut -d. -f1-3
+ STARTIFACE=/sbin/ifconfig gprs0 10.3.115.231 up
+ /bin/echo 10.206.65.68
+ /usr/bin/cut -d. -f1-3
+ DNSIP=10.206.65.0
+ ROUTETODNS=/sbin/route add -net 10.206.65.0 netmask 255.255.255.0 gprs0
+ GETMMSCHOST=/usr/bin/nslookup mms.vodafone.co.uk 10.206.65.68
+ /sbin/ifconfig gprs0 10.3.115.231 up
+ /sbin/route add -net 10.206.65.0 netmask 255.255.255.0 gprs0
+ /usr/bin/nslookup mms.vodafone.co.uk 10.206.65.68
+ /usr/bin/tail -n1
+ /usr/bin/cut -d -f3
nslookup: can't resolve 'mms.vodafone.co.uk'
+ MMSC=
+ /bin/echo
+ /usr/bin/cut -d. -f1-3
+ MMSCIP1=.0
+ [ 0 != 0 ]
+ MMSCIP2=0
+ [ 212.183.137.12 != 0 ]
+ GETPROXYHOST=/usr/bin/nslookup 212.183.137.12 10.206.65.68
+ /usr/bin/nslookup 212.183.137.12 10.206.65.68
+ /usr/bin/tail -n1
+ /usr/bin/cut -d -f3
+ PROXYIP=212.183.137.12
+ echo 212.183.137.12
+ /usr/bin/cut -d. -f1-3
+ PROXYIP=212.183.137.0
+ [ 212.183.137.0 != 0 ]
+ ROUTETOPROXY=/sbin/route add -net 212.183.137.0 netmask 255.255.255.0 gprs0
+ /sbin/route add -net 212.183.137.0 netmask 255.255.255.0 gprs0
+ ROUTE1=/sbin/route add -net .0 netmask 255.255.255.0 gprs0
+ /sbin/route add -net .0 netmask 255.255.255.0 gprs0
route: resolving .0
+ [ .0 != 0 ]
+ [ 0 != 0 ]
+ exit 0
+ id -u
+ [ 29999 != 0 ]
+ exec sudo /opt/fmms/fmms_magic STOP gprs0
+ id -u
+ [ 0 != 0 ]
+ [ STOP == START ]
+ [ STOP == STOP ]
+ do_stop gprs0
+ echo gprs0
gprs0
+ STOPIFACE=/sbin/ifconfig gprs0 down
+ /sbin/ifconfig gprs0 down
+ exit 0

Dexter1759 2010-05-27 10:15

Re: [Announce] fMMS - MMS on the N900
 
Hi,

I have tried fMMS before (think it was version 1.0.1!) with no luck, and thought I'd give it another go today!

I decided to start fresh and removed the MMS APN (for T-mobile UK) that fMMS had created before.

To do this I installed fAPN, and deleted the MMS APN.

From here, I re-installed fMMS (1.0.3), and now I type in all the details for the APN, in fMMS. Select Save, but the APN isn't listed in my connections list!

But I can see it if I run the following from the terminal;

gconftool-2 -R /system/osso/connectivity/IAP

So I removed that APN as per this post .

At this point I had no MMS APN's and had fAPN installed and fMMS installed.

I tried setting up an APN in fAPN, with the settings found here.

This is listed in my connections list and does connect, it even lets me browse the web whilst connected, so it is a working connection.

But fMMS cannot "see" this connection. I also notice that setting up an APN using fAPN, doesn't allow anywhere to enter the mmsc URL.

Basically, I'm very stuck and would love to be able to use this app, but can't!

I'd appreciate some help please.

Many thanks,
Dex

PS. forgot to add, I current have no APN's set up and am completely uninstalling fMMS & fAPN, to start again from scratch, is there anything else I can remove? Any files that won't get removed during un-install? I have root access through WinSCP, if that helps!

frals 2010-05-27 10:28

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by dmcconachie (Post 682194)
ok, here's the log now, no idea why it was virtually empty before. Seems to have a couple of fail points in there now:

File "/usr/lib/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 5] Input/output error: '/home/user/.fmms/sent/8620'

I'm not sure, but it sounds like your filesystem is messed up :/

@Dexter1759:
Quote:

Originally Posted by The first post
Reset all settings:
gconftool-2 -R /apps/fmms|grep apn
Should return: apn = xxxx
gconftool-2 --recursive-unset /system/osso/connectivity/IAP/xxxx
gconftool-2 --recursive-unset /apps/fmms


dmcconachie 2010-05-27 10:31

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by frals (Post 682251)
I'm not sure, but it sounds like your filesystem is messed up :/

Would explain a few things, as per my twitter message I suspected the eMMC had somehow got a little bent out of shape!

Looks like this afternoon will be spent reflashing. Again!

Will let you know if/when I get back up and running! Am I right in saying I no longer need to use fAPN to create the MMS settings?

frals 2010-05-27 10:48

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by dmcconachie (Post 682257)
Would explain a few things, as per my twitter message I suspected the eMMC had somehow got a little bent out of shape!

Looks like this afternoon will be spent reflashing. Again!

Will let you know if/when I get back up and running! Am I right in saying I no longer need to use fAPN to create the MMS settings?

Yes, fMMS handles all that automatically on a fresh install :)

Dexter1759 2010-05-27 10:48

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by frals (Post 682251)
@Dexter1759:

Many thanks, don't know how I missed that in the first post. Searched for those sort of terms too!

Managed to send myself a picture message successfully too!

Thanks for such a great piece of software. Only two things could make this better now, integration with Conversations and an option to send a photo via MMS directly from the photo app (via the share menu).

Once again, thanks for you help and a great app.

[Edit] It now seems that my default T-Mobile connection has been deleted! Guess I'll have to do a restore from a backup to fix it!

frals 2010-05-27 11:02

Re: [Announce] fMMS - MMS on the N900
 
Set fMMS to havoc and do a reboot and the t-mo inet connection should be restored.


share -> share via service -> mms is already there :)

dmcconachie 2010-05-27 12:01

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by frals (Post 682341)
share -> share via service -> mms is already there :)

Not there for me, but then could well be a symptom of my borked file system I suppose!

llaadd 2010-05-27 12:11

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by dmcconachie (Post 682523)
Not there for me, but then could well be a symptom of my borked file system I suppose!

have you done like this:

1) Click share
2) Click Share via Service
3) Click Account (at the bottom)
4) Click MMS

If MMS is not there in step 4, at that point;
a) Click New
b) Scroll down and Click MMS
c) Click Validate

BigTony 2010-05-27 13:04

Re: [Announce] fMMS - MMS on the N900
 
Since PR 1.2 install I can't get fMMS to work anymore.
Tried un-installing and re-installing, adding in new APN details etc, I get no errors just nothing actaully happens when trying to dl a pictue message, and it fails to send any picture messages.

I'm on O2 in the UK.

Dexter1759 2010-05-27 13:09

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by frals (Post 682341)
Set fMMS to havoc and do a reboot and the t-mo inet connection should be restored.


share -> share via service -> mms is already there :)

Thanks, that seems to have sorted that.

Quote:

Originally Posted by llaadd (Post 682555)
have you done like this:

1) Click share
2) Click Share via Service
3) Click Account (at the bottom)
4) Click MMS

If MMS is not there in step 4, at that point;
a) Click New
b) Scroll down and Click MMS
c) Click Validate

Thank you, didn't think to do that!

OK, almost working now, I can send a pic msg to myself and receive it. But I try to send one to my OH on a different network and it never turns up at her phone.

She tried sending me one and I did receive it, but the text was buried in what looked like some HTML/XML tags.

llaadd 2010-05-27 13:21

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by Dexter1759 (Post 682716)
Thank you, didn't think to do that!

no worries mate.
Quote:

Originally Posted by Dexter1759 (Post 682716)
OK, almost working now, I can send a pic msg to myself and receive it. But I try to send one to my OH on a different network and it never turns up at her phone.

have you tried entering the number in international format, i.e. +447123456789?
else do you know if your OH is able to receive MMS from other ppl?

Dexter1759 2010-05-27 14:24

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by llaadd (Post 682745)
no worries mate.
have you tried entering the number in international format, i.e. +447123456789?
else do you know if your OH is able to receive MMS from other ppl?

I'll try the international standard later when I'm with her. She can receive MMS from others and did do from me on my N95 previously.

llaadd 2010-05-27 14:57

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by Dexter1759 (Post 682909)
I'll try the international standard later when I'm with her. She can receive MMS from others and did do from me on my N95 previously.

very strange! only other thing I can think if is to try sending using "small" size incase issue with image size! also make sure you enter some text in the body of the message

BTW, I've made a new post on my new blog (thetekblogger.com) which I will try to keep up to date as possible with a few FAQ's and basic guides:
http://thetekblogger.com/2010/05/27/...ia-n900-f-a-q/

Enjoy!

markkris 2010-05-27 15:44

Re: [Announce] fMMS - MMS on the N900
 
Hi,

I have tried to get rid of old APN settings to get fmms 1.07 working, however I constantly get message saying about wrong APN settings.
I have unsintalled fapn application, fmms and manually deleted all fmms-related files.
But something is still missing; I have old APN settings in place when I install the fmms 1.07 again.
What is the correct way to get fresh fmms 1.07 installation?

BigTony 2010-05-28 10:26

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by BigTony (Post 682703)
Since PR 1.2 install I can't get fMMS to work anymore.
Tried un-installing and re-installing, adding in new APN details etc, I get no errors just nothing actaully happens when trying to dl a pictue message, and it fails to send any picture messages.

I'm on O2 in the UK.

Am I the only one stuck? Kinda annoying as I use MMS alot.
ANy sugegstions as to what else to try?

wildone 2010-05-28 11:35

Re: [Announce] fMMS - MMS on the N900
 
Quote:

Originally Posted by BigTony (Post 685209)
Am I the only one stuck? Kinda annoying as I use MMS alot.
ANy sugegstions as to what else to try?

have a look here if you want to check settings
http://talk.maemo.org/showthread.php...243#post684243

hope that helps

mr_bridger 2010-05-28 13:32

Re: [Announce] fMMS - MMS on the N900
 
hey Frals,

fmms 1.0.3 has been working brilliant for me, and so not been following thread as close.

wondered tho, may have been covered, but is there a way to change the alert? as i keep missing mms's if i forget to check the app.

cheers Ross


All times are GMT. The time now is 20:37.

vBulletin® Version 3.8.8