Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted!
I went through the reference implementation you posted and got chatty to install properly. The biggest difficulty was running ninja -C build for chatty, I got a lot of errors like this:

Code:
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/chatty/build/../src/chatty-folks.h:27: multiple definition of `e_folks_modes'; src/chatty.p/chatty-conversation.c.o:/home/mobian/chatty/build/../src/chatty-folks.h:27: first defined here

I fixed the errors by appending the word 'extern' to the functions listed in the error messages and the command worked. For example:


Code:
vim /home/mobian/chatty/build/../src/chatty-folks.h
enum {
//code 
} e_folks_modes;


becomes


Code:
extern enum {
// code
} e_folks_modes;


I also built and installed the SMS plugin, carbos plugin, and libfeedback plug
I created a desktop file for the new Chatty and clicked on the new icon to launch it:

Code:
mobian@mobian: cat ~/.local/share/applications/chattyMMS.desktop
[Desktop Entry]
Exec=/home/mobian/chatty/build/src/chatty
Type=Application
Name=chattyMMS
Icon=/home/mobian/.local/share/applications/mms.png



However, I'm still not able to receive images or emojis, and I tried running the new Chatty with wifi, then with only 4G, then I tried toggling between the four Verizon APNs listed (something like verizoniw, verizon internet, Verizon, and something else). I noticed I could send emojis but I don't remember if I could do that in Chatty previously or not. Each provider seems to be different so I wanted to post my experience and see if anyone has similar issues. Thank you for all your hard work!
  Reply


Messages In This Thread
RE: Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted! - by 0x070 - 02-19-2021, 04:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What File Manager Options Are There For The Pinephone? pinephoneuser22 7 2,739 10-18-2023, 08:37 AM
Last Post: luppivega
  A/B testing or Unit testing gulshan212 0 1,059 08-29-2023, 03:36 AM
Last Post: gulshan212
  Article: NuttX RTOS for PinePhone: 4G LTE Modem lupyuen 2 1,654 04-10-2023, 10:19 PM
Last Post: lupyuen
  changing from bullseye to bookworm to install mmsd-tng jyoung 8 3,200 04-09-2023, 06:08 PM
Last Post: zetabeta
Sad Modem is always visible/connected but stops working after a while dante404 6 3,296 11-08-2022, 09:12 AM
Last Post: dante404
  Downsides of the open-source modem firmware? alpineduck 4 2,765 10-25-2022, 05:28 PM
Last Post: Zebulon Walton
  Pinephone: OpenGL support? orbital 2 2,302 08-25-2022, 04:09 PM
Last Post: vortex
  Latest firmware for PinePhone modem! Subsentient 104 132,656 07-20-2022, 05:32 AM
Last Post: zetabeta
  Which PP OS currently has the best podcast support? kujo_marble 3 2,172 07-14-2022, 07:09 AM
Last Post: tophneal
  Help wanted: location of calls and chatty data files dukla2000 3 4,776 06-13-2022, 02:01 PM
Last Post: israel

Forum Jump:


Users browsing this thread: 1 Guest(s)