(01-22-2021, 06:36 AM)FutureBucket Wrote:(01-21-2021, 10:12 PM)kop316 Wrote: I seem to have figured out the earlier dbus issue! It looks like I have mmsd/purple-mm-sms supporting MMS even from suspend! I can send myself an MMS while Mobian suspends and it recieves!
Nice! So that's pretty much done eh? Just have to wait for it to get put into chatty?
(01-10-2021, 10:37 AM)antiX-Dave Wrote: APN settings:
[Modem Manager]
CarrierMMSC=http://aliasredirect.net/proxy/mmsc
MMS_APN=sp.telus.com
CarrierMMSProxy=74.49.0.18:80
Manually downloading using
curl --interface wwan0 --proxy 74.49.0.18:80 Download_URL_from_sms_in_mmsd_output -o test.mms;
recoverjpeg -b1 test.mms -o ./ -f test.jpg;
retrieved the test picture.
I was able to get it working with different proxy. https://www.telus.com/en/on/support/arti...oid-device
Though, I see above mmsd just has a problem downloading the image. My tests worked after the change from kop316
Code:mobian@mobian:~$ cat ~/.mms/modemmanager/ModemManagerSettings
[Modem Manager]
CarrierMMSC=http://aliasredirect.net/proxy/mmsc
MMS_APN=sp.telus.com
CarrierMMSProxy=mmscproxy.mobility.ca:8799
mobian@mobian:~$ host mmscproxy.mobility.ca
mmscproxy.mobility.ca is an alias for mmscproxy.glb.mobility.ca.
mmscproxy.glb.mobility.ca has address 209.202.119.4
mmscproxy.glb.mobility.ca has IPv6 address 2001:568:202:b::1
mobian@mobian:~$
What I will say is mmsd needs some "real world" testing. The more I test it, the more I have found these sorts of bugs so I can fix it. At the present moment, i am not aware of issues in mmsd (though every time i have said that, i have discovered an issue i need to fix). I also want to go through the mmsd plugin a bit to make sure the code is clean/well commented as well, so it is easier for folks to dive into it. I also want to make sure the documentation is good as well too.
As for chatty, I am still waiting for the upgraded chatty to work with, so I can integrate MMS into it.