Reply
Thread Tools
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#151
you have to manually connect to the apn before sending the message


also, seems ive introduced a bug in 0.1.0-1 where it wont receive MMS properly, working on fixing it

Originally Posted by twaelti View Post
You wrote "limitations: ... wont send via apn requiring user/pass yet (i think)". Why? I do put user/pass into the connection settings, and guess this is ok.
i hadnt tested it where it was required, guess it works

Originally Posted by twaelti View Post
Name: Sunrise MMS
APN: mms.sunrise.ch
Proxy
Port
Username: mms
Password: mms
Server
MMSC: http://mmsc.sunrise.ch
MMS proxy: 212.35.34.75
MMS port: 8080

IMHO, this means that while I don't have to set a general proxy (HTTP) in the connection, I have to set a MMS proxy with a port somewhere... but haven't found a place to do that in fMMS.

(MMS proxy = a.k.a. Provider WAP Gateway)

Well, it's a fun trip anyway, thanks for the ride!
I *think* you can just use the MMS proxy/port as proxy - not sure though
__________________

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:
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#152
Right 0.1.0-2 posted now, it should be working properly again... http://mms.frals.se

Just to be sure, remove previous version (dpkg -r fmms) and rm -rf /opt/fmms, kill fmmsd if its running (ps|grep fmms, kill <pid>) and then install the new package
__________________

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-08 at 00:30.
 

The Following 3 Users Say Thank You to frals For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#153
This community continues to rock. Other platforms can only whine about missing features. Here, some awesome developer steps up and hacks something together for us.

The next step is to make this into a telepathy or sharing plugin so you can integrate it with the rest of the system (because some people are never happy).

Too bad I have no use for MMS in my own life.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
claesbas's Avatar
Posts: 290 | Thanked: 472 times | Joined on Dec 2007 @ Gothenburg, Sweden
#154
for some weird reason alot of people in Sweden still use MMS all the time..

its quite amazing I recive mms now as it almost was a supported feature.. great job frals
__________________
Claes Norin
http://www.maemosweden.org

Last edited by claesbas; 2010-01-08 at 02:02.
 
Posts: 152 | Thanked: 41 times | Joined on Dec 2009 @ Sydney
#155
Originally Posted by frals View Post
Right 0.1.0-2 posted now, it should be working properly again... http://mms.frals.se

Just to be sure, remove previous version (dpkg -r fmms) and rm -rf /opt/fmms, kill fmmsd if its running (ps|grep fmms, kill <pid>) and then install the new package
Or
killall fmms
Assuming that's the executable binary/script's name.
 
Posts: 87 | Thanked: 88 times | Joined on Sep 2009 @ Beijing
#156
OT: Interesting to note that Frals site is actually blocked in china Are you involved in some activities against the wonderful PRC, or is it just a blog?
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#157
Originally Posted by freppas View Post
OT: Interesting to note that Frals site is actually blocked in china Are you involved in some activities against the wonderful PRC, or is it just a blog?
Wow, that's really strange, I guess its my blog at blog.frals.se (with a grand total of _one_ post) - on the other hand frals.se used to belong to the Swedish Salvation Army

Most builds are also posted on https://garage.maemo.org/projects/fmms

I'll work on getting a package up in -devel today
__________________

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-08 at 11:07.
 
Posts: 1 | Thanked: 1 time | Joined on Jan 2010 @ Finland
#158
When trying to configure settings I am getting error message:

" Could not save. Did you enter a correct APN?"

Really does not matter what i type in there because i get same error message everytime. In latest version at least i dont have reboot phone anymore to get away from menu

One of the installations got f*cked up so there must be some
old file(s) laying somewhere or permission set problem?

-Jake
 

The Following User Says Thank You to holox For This Useful Post:
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#159
Originally Posted by holox View Post
When trying to configure settings I am getting error message:

" Could not save. Did you enter a correct APN?"

Really does not matter what i type in there because i get same error message everytime. In latest version at least i dont have reboot phone anymore to get away from menu

One of the installations got f*cked up so there must be some
old file(s) laying somewhere or permission set problem?

-Jake
What it tries to do when you enter a APN is go through gconf looking for a APN with the same name as you entered (/system/osso/connectivity/IAP/*/name == entryfieldvalue)

What that means is that the APN you enter here must match the name of the APN in "Internet Connections" *exactly* or it will fail to save

If you'd like, please message me on #maemo on irc (nick: frals) or drop me a email/PM and I can help you track down a solution

Thanks for testing!
__________________

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
#160
For further discussion around fMMS I've decided to create a new thread; http://talk.maemo.org/showthread.php...426#post459426
__________________

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

Tags
brainstorm, fremantle, maemo, maemo 5, mms, n900

Thread Tools

 
Forum Jump


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