Notices


Closed Thread
Thread Tools
Posts: 5 | Thanked: 0 times | Joined on Jan 2010
#511
Originally Posted by D-Iivil View Post
Hmm.. won't accept my settings (Saunalahti, Finnish carrier). Keeps saying "could not save APN settings. Did you enter a correct APN?"

I'm trying to offer it these settings:
APN: mms.saunalahti.fi
MMSC: http://mms.saunalahti.fi:8002
width: 300
and my number

What am I doing wrong?
I have Saunalahti, and it works great...

1) I used fAPN to make the MMS APN
2) there are proxy settings to put int he APN
3) your settings above.

I have been sending and receiving MMS today
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#512
Originally Posted by pr0xyfl00d3r View Post
ok here it is as user

Traceback (most recent call last):
File "/opt/fmms/fmms_gui.py", line 710, in <module>
app = fMMS_GUI()
File "/opt/fmms/fmms_gui.py", line 78, in __init__
self.add_buttons_liststore()
File "/opt/fmms/fmms_gui.py", line 324, in add_buttons_liststore
phototest = self.ch.get_photo_from_name(sendername, 64)
File "/home/opt/fmms/contacts.py", line 96, in get_photo_from_name
img = res[0].get_photo(imgsize)
IndexError: list index out of range
Interesting, not sure how that is possible... Either way, I think I've fixed it in the next release Thanks for reporting!
__________________

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 -->
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#513
0.3.0 submitted to builder

NOTE: YOUR OLD MMS WILL NOT APPEAR IN THE GUI ANYMORE DUE TO A LOT OF CHANGES IN THE CODE. They are still there, so if you want to save them, cp -R ~/.fmms/mms ~/MyDocs/ or something similiar!

first post updated with changelog


KNOWN ISSUES: Sent MMS are marked as "Unread" forever, main view listing doesnt update to show "read" until the application is restarted


EDIT: Opsie, seems permissions were wrong on the package... Bah :P

[2010-01-27 02:30:20] fmms 0.3.0-2 has been queued for loading into fremantle extras-devel repository
__________________

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 -->

Last edited by frals; 2010-01-27 at 00:31.
 

The Following 3 Users Say Thank You to frals For This Useful Post:
pr0xyfl00d3r's Avatar
Posts: 93 | Thanked: 22 times | Joined on Oct 2009 @ Gainsborough, uk
#514
how long does it take for it to appear??
 
pr0xyfl00d3r's Avatar
Posts: 93 | Thanked: 22 times | Joined on Oct 2009 @ Gainsborough, uk
#515
its ok install from deb download from garage seams to be workin cheers ur a star!!
 
pr0xyfl00d3r's Avatar
Posts: 93 | Thanked: 22 times | Joined on Oct 2009 @ Gainsborough, uk
#516
well just when me thought all was well... tried send a picture from an n96 to the n900 and now fmms does it again...

this is wot it now sez in terminal

~ $ /opt/fmms/fmms_gui.py
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderTop.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderBottom.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderThumbPortrait.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
Traceback (most recent call last):
File "/opt/fmms/fmms_gui.py", line 494, in <module>
app = fMMS_GUI()
File "/opt/fmms/fmms_gui.py", line 84, in __init__
self.add_buttons_liststore()
File "/opt/fmms/fmms_gui.py", line 346, in add_buttons_liststore
phototest = self.ch.get_photo_from_name(sendername, 64)
File "/home/opt/fmms/contacts.py", line 99, in get_photo_from_name
img = res[0].get_photo(imgsize)
IndexError: list index out of range
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#517
Originally Posted by pr0xyfl00d3r View Post
well just when me thought all was well... tried send a picture from an n96 to the n900 and now fmms does it again...

this is wot it now sez in terminal

~ $ /opt/fmms/fmms_gui.py
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderTop.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderBottom.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderThumbPortrait.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
Traceback (most recent call last):
File "/opt/fmms/fmms_gui.py", line 494, in <module>
app = fMMS_GUI()
File "/opt/fmms/fmms_gui.py", line 84, in __init__
self.add_buttons_liststore()
File "/opt/fmms/fmms_gui.py", line 346, in add_buttons_liststore
phototest = self.ch.get_photo_from_name(sendername, 64)
File "/home/opt/fmms/contacts.py", line 99, in get_photo_from_name
img = res[0].get_photo(imgsize)
IndexError: list index out of range
Could you *PM* me the contents of /tmp/fmms.log? Thanks!
__________________

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 -->
 
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#518
Thanks for new build.

issues:
- Long press to picture and from popup select open does nothing on my N900.

Wishlist:
- Reply button to top popup menu.
 

The Following User Says Thank You to slender For This Useful Post:
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#519
Originally Posted by slender View Post
Thanks for new build.

issues:
- Long press to picture and from popup select open does nothing on my N900.

Wishlist:
- Reply button to top popup menu.
Good catch, added to fix-list EDIT: fixed in 16d82881

Looking at something like 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 -->

Last edited by frals; 2010-01-27 at 10:18.
 
Posts: 10 | Thanked: 0 times | Joined on Dec 2009
#520
Hi Can any onetell me why i cannot delete one mms message i recieved or view it it seems to have forzen my fmms system i can download more with ease only this one file. even if i delete fmms and reinstall it is still there

thanks
 
Closed Thread

Tags
application, community win, fmms, frals rocks, fralsvsnokia1-0, fremantle, maemo, maemo 5, mms, n900, python

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:39.