01-22-2021, 06:36 AM
(This post was last modified: 01-22-2021, 06:43 AM by FutureBucket.
Edit Reason: spelling
)
(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:~$