[Users] Fetching MMSs over gprs modem with the highest quality possible

2009-09-28 Thread Nuno Freitas
Hi all, just to let you know that I've figured out what was wrong with my configurations and that I can now fetch MMSs from the operator with the modem. I had a problem with TCP/IP routing when the ppp0 interface got up, so mbuni tried to fecth the MMS via eth0 interface. Solved it with a

RE: [Users] Fetching MMSs over gprs modem with the highest quality possible

2009-09-28 Thread Nuno Freitas
] On Behalf Of Paul Bagyenda Sent: segunda-feira, 28 de Setembro de 2009 12:35 To: users@mbuni.org Subject: Re: [Users] Fetching MMSs over gprs modem with the highest quality possible Thanks for the update. Try setting the User-Agent and, the WAP UAProf URL. See if that helps, then we'll see how to fix

RE: [Users] Fetching MMSs over gprs modem with the highest quality possible

2009-09-28 Thread Nuno Freitas
UPDATE - just to let you guys know that I have succeeded in fetching MMS images according to the agent I've defined: Added on extras/mmsbox-mm1/mmsbox_mm1.c at line 611 h = curl_slist_append(h, User-Agent: NokiaN73-1/2.0628.0.0.1 S60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1); After

Re: [Users] Fetching MMSs over gprs modem with the highest quality possible

2009-09-28 Thread Paul Bagyenda
Yes that is what I had in mind. Good to hear it all worked. Would you kindly write up your config for the benefit of others? I intend to roll this add-on into Mbuni proper in the near future, and make the setup easier. I could use your user insight. On Sep 29, 2009, at 01:14, Nuno Freitas