06-24-2022, 06:08 AM
And if you want more easier way to send MMS:
install gnome-terminal
Open gedit and paste this there (make sure you have correct apn name)
Save the file to /home/user/.local/share/applications/ and name for example mms.desktop
Now you have desktop shortcut (Chatty icon and name Chatty MMS) which will first change apn to MMS and then open Chatty
.
If you want to use internet you have to manually change back to data APN (or if you use workaround from my first message it will switch back to data apn after resuming from suspend - so you have to just wait for suspend).
install gnome-terminal
Code:
sudo apk add gnome-terminal
Open gedit and paste this there (make sure you have correct apn name)
Code:
[Desktop Entry]
Version=1.0
Name=Chatty MMS
Comment=Change to MMS apn and open Chatty
Exec=bash -c 'nmcli c up mms && chatty'
Icon=sm.puri.Chatty
Terminal=falce
Type=Application
Save the file to /home/user/.local/share/applications/ and name for example mms.desktop
Now you have desktop shortcut (Chatty icon and name Chatty MMS) which will first change apn to MMS and then open Chatty

If you want to use internet you have to manually change back to data APN (or if you use workaround from my first message it will switch back to data apn after resuming from suspend - so you have to just wait for suspend).