Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted!
Hello,

I compiled chatty from branch wip/sadiq/mm-account and mmsd-tng.

After sending an mms using mmsd/test/send-message as documented there: https://source.puri.sm/Librem5/purple-mm...ote_132496

Chatty outputs the following, and crashes immediatly:

```
10:20:43.1745         chatty-mmsd[ 4968]: WARNING: Your SIM or Modem does not support modem manger's number! Please f
ile a bug report
10:20:47.7195         chatty-mmsd[ 4968]:  ERROR: Receieved Modem Number +33633153377 different than current modem n
umber

```

I managed to get it working with this patch:

```
diff --git a/src/users/chatty-mmsd.c b/src/users/chatty-mmsd.c
index 16f9d15..a7ee078 100644
--- a/src/users/chatty-mmsd.c
+++ b/src/users/chatty-mmsd.c
@@ -1825,7 +1825,7 @@ chatty_mmsd_load (ChattyMmsd  *self,
    g_debug ("modem_number: %s", self->modem_number);
    } else {
      g_warning ("Your SIM or Modem does not support modem manger's number! Please file a bug report");
-      self->modem_number = g_strdup ("+1XXXXXXXXXX");
+      self->modem_number = g_strdup ("");
      g_debug ("Making Dummy modem number: %s", self->modem_number);
    } 

```

I'm using a SIM card from SFR (France) in a Pinephone. If I can be of any help I'd be glad to.

(by the way, heads up on the typo "manger" -> "manager", and on the indentation in this function).

Thanks for your work on this :-)
  Reply


Messages In This Thread
RE: Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted! - by raph - 06-20-2021, 02:12 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)