![]() |
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...
|
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?
|
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:
|
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:
|
Re: [Announce] fMMS - MMS on the N900
Quote:
Working perfectly, but the other phone (SE Naite) is still not receive my message that I sent with hebrew text. |
Re: [Announce] fMMS - MMS on the N900
and with cyrillic.
|
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? |
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 ;)
|
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).
|
Re: [Announce] fMMS - MMS on the N900
Quote:
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.pyThen, 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. |
Re: [Announce] fMMS - MMS on the N900
Tested in PR 1.2 and work Great!!!!!!! thanks!!!!!!!!!
|
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 |
Re: [Announce] fMMS - MMS on the N900
Quote:
|
Re: [Announce] fMMS - MMS on the N900
Quote:
|
Re: [Announce] fMMS - MMS on the N900
Quote:
|
Re: [Announce] fMMS - MMS on the N900
Much apprciated frals working perect ;)
Quote:
|
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 !? |
Re: [Announce] fMMS - MMS on the N900
Weird that nothing is logged about it, can you screenshot the error when it happens?
|
Re: [Announce] fMMS - MMS on the N900
1 Attachment(s)
Quote:
|
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
|
Re: [Announce] fMMS - MMS on the N900
Quote:
Open X-terminal and type: /opt/fmms/fmms_gui.py |
Re: [Announce] fMMS - MMS on the N900
Quote:
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' |
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 |
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! |
Re: [Announce] fMMS - MMS on the N900
Quote:
@Dexter1759: Quote:
|
Re: [Announce] fMMS - MMS on the N900
Quote:
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? |
Re: [Announce] fMMS - MMS on the N900
Quote:
|
Re: [Announce] fMMS - MMS on the N900
Quote:
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! |
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 :) |
Re: [Announce] fMMS - MMS on the N900
Quote:
|
Re: [Announce] fMMS - MMS on the N900
Quote:
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 |
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. |
Re: [Announce] fMMS - MMS on the N900
Quote:
Quote:
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. |
Re: [Announce] fMMS - MMS on the N900
Quote:
Quote:
else do you know if your OH is able to receive MMS from other ppl? |
Re: [Announce] fMMS - MMS on the N900
Quote:
|
Re: [Announce] fMMS - MMS on the N900
Quote:
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! |
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? |
Re: [Announce] fMMS - MMS on the N900
Quote:
ANy sugegstions as to what else to try? |
Re: [Announce] fMMS - MMS on the N900
Quote:
http://talk.maemo.org/showthread.php...243#post684243 hope that helps |
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