11-11-2020, 09:47 PM
(11-11-2020, 02:23 PM)antiX-Dave Wrote: Just finished cleaning up / redoing my bash script for downloading mms messages. It appears that others have already published their programs/scripts for working with MMS and some are now working on better implementations. Thought I would share mine anyway in case it helps somehow.
Script:
https://gitlab.com/antiX-Dave/mms-downlo...s-download
It will need / should have installed curl, recoverjpeg, libnotify-bin, sox
apt install curl recoverjpeg libnotify-bin sox
You will need to modify the variables in the script at least to show your service providers mms proxy and mms proxy port
I also have this running on a cron job every 5 minutes.
For this you also need to install cron
apt install --no-install-recommends cron
A couple others I have noticed working on mms when looking where to post this
https://forum.pine64.org/showthread.php?tid=11994
https://forum.pine64.org/showthread.php?tid=12106
This is great - thanks for working on and sharing it! And thanks for pointing to the other MMS projects as well, which I hadn't heard of. This has been the only issue keeping me from using the Pinephone as my daily driver, since my wife and friends often send MMS messages and I was concerned about missing them or having them clog up my inbox. Look forward to trying it out soon.