• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Can't open MMS.

Scheduled Pinned Locked Moved Unsolved Support
mmsfp2fairphone 2text message
14 Posts 5 Posters 865 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O Offline
      Opolork
      last edited by 11 Jan 2023, 16:01

      Hi.

      I recently got a MMS and can't open/download it. Is there a workaround or is the MMS broken/failed?

      Thanks.

      screenshot20230111_135011493.jpg

      How can you trust that an app really won't send some company your location data, when you tell it not to? The only way you can trust a program not to do something it isn't supposed to do is if it is free software. ~ RMS

      J 1 Reply Last reply 11 Jan 2023, 16:09 Reply Quote 0
      • J Offline
        jezek @Opolork
        last edited by 11 Jan 2023, 16:09

        @opolork It seems the message expired. That's why you can't download (the download button is disabled).

        jEzEk

        D 1 Reply Last reply 11 Jan 2023, 16:10 Reply Quote 0
        • D Offline
          domubpkm @jezek
          last edited by 11 Jan 2023, 16:10

          @jezek If you try to download it and you have an endless spinning wheel, for this mms, it's broken! The only solution is that you ask that we send you the mms again and download it next.

          1 Reply Last reply Reply Quote 0
          • L Offline
            Lakotaubp
            last edited by 11 Jan 2023, 18:17

            Are you trying to download over mobile data or mobile? Only I see wifi is off. The odd one I used to get would last for a month before not working.

            O 1 Reply Last reply 12 Jan 2023, 12:08 Reply Quote 0
            • K Online
              Keneda
              last edited by Keneda 1 Nov 2023, 19:13 11 Jan 2023, 19:12

              "to be downloaded before 10/01/2023 12:52"
              I think @jezek pointed this right in first answer.

              2015-2023 : Meizu MX4 ☠️⚰️✝️
              2023-2024 : Nexus 5 ☠️⚰️✝️
              2024-***** : FPOS Fairphone 5 waiting UT for freedom 😉
              🇲🇫🇬🇧

              1 Reply Last reply Reply Quote 0
              • O Offline
                Opolork
                last edited by 12 Jan 2023, 12:07

                Hi @jezek. When I first looked at my messages app, it was before the 10th and I still couldn't access that MMS.

                How can you trust that an app really won't send some company your location data, when you tell it not to? The only way you can trust a program not to do something it isn't supposed to do is if it is free software. ~ RMS

                J 1 Reply Last reply 12 Jan 2023, 16:20 Reply Quote 0
                • O Offline
                  Opolork @Lakotaubp
                  last edited by 12 Jan 2023, 12:08

                  Hi @lakotaubp. I only use WiFi. I've not heard of expiring MMS messages before now.

                  How can you trust that an app really won't send some company your location data, when you tell it not to? The only way you can trust a program not to do something it isn't supposed to do is if it is free software. ~ RMS

                  L 1 Reply Last reply 12 Jan 2023, 12:33 Reply Quote 0
                  • L Offline
                    Lakotaubp @Opolork
                    last edited by Lakotaubp 1 Dec 2023, 12:35 12 Jan 2023, 12:33

                    @opolork I get them if my settings are not right and my provider sends a link that only works for so long. Before trying Focal I had to split out the mms part of mobile internet settings if I forgot I ended up with a link as a normal sms.

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      jezek @Opolork
                      last edited by jezek 1 Dec 2023, 16:21 12 Jan 2023, 16:20

                      @opolork said in Can't open MMS.:

                      Hi @jezek. When I first looked at my messages app, it was before the 10th and I still couldn't access that MMS.

                      Are you really sure? According to code, the Download button, when it is shown/visible, should be disabled only if the message is expired or the message has other status as MessageStatusTemporarilyFailed.

                      Are you familiar with how to inspect the messages db with sqlite? Could you extract the DB row for that message? If the status is the temporarily failed status then there should be no reason, why the button was disabled before expire time (maybe system time is wrong?).

                      jEzEk

                      O 1 Reply Last reply 13 Jan 2023, 13:59 Reply Quote 0
                      • O Offline
                        Opolork
                        last edited by Opolork 13 Jan 2023, 13:57

                        @jezek said in Can't open MMS.:

                        Are you really sure?

                        Hi. Perhaps I tried to download it before the 10th when my WiFi was disabled. I just presumed it would be downloaded like an SMS using my phone credit.

                        How can you trust that an app really won't send some company your location data, when you tell it not to? The only way you can trust a program not to do something it isn't supposed to do is if it is free software. ~ RMS

                        1 Reply Last reply Reply Quote 0
                        • O Offline
                          Opolork @jezek
                          last edited by 13 Jan 2023, 13:59

                          @jezek said in Can't open MMS.:

                          Are you familiar with how to inspect the messages db with sqlite? Could you extract the DB row for that message?

                          No idea, sorry.

                          How can you trust that an app really won't send some company your location data, when you tell it not to? The only way you can trust a program not to do something it isn't supposed to do is if it is free software. ~ RMS

                          J 1 Reply Last reply 13 Jan 2023, 17:32 Reply Quote 0
                          • J Offline
                            jezek @Opolork
                            last edited by jezek 13 Jan 2023, 17:32

                            @opolork said in Can't open MMS.:

                            No idea, sorry.

                            Open terminal, write

                            sqlite3 .local/share/history-service/history.sqlite
                            

                            you should see an sqlite3 prompt, something like this

                            phablet@ubuntu-phablet:~$ sqlite3 .local/share/history-service/history.sqlite 
                            SQLite version 3.11.0 2016-02-15 17:29:24
                            Enter ".help" for usage hints.
                            sqlite> 
                            

                            write following command to the prompt

                            select message, messageType, messageStatus from text_events where message like '%"Expire":"2023-01-10T12:52%';
                            

                            you should get output like this

                            {"Code":"x-ubports-nuntium-mms-error-activate-context","Message":"forced debug error: error-activate-context","Expire":"2023-01-15T18:18:59+01:00","Size":29696,"MobileData":false}|1|2
                            

                            paste it here, there should be no personal info there, but check for sure before posting.

                            You can exit the sqlite3 prompt with

                            .exit
                            

                            jEzEk

                            O 1 Reply Last reply 19 Jan 2023, 14:27 Reply Quote 1
                            • O Offline
                              Opolork
                              last edited by 19 Jan 2023, 14:26

                              I asked the person to resend the MMS if it was actually meant for me. It was. They said it was just a NY msg. Thanks all, anyway. 🙂

                              How can you trust that an app really won't send some company your location data, when you tell it not to? The only way you can trust a program not to do something it isn't supposed to do is if it is free software. ~ RMS

                              1 Reply Last reply Reply Quote 0
                              • O Offline
                                Opolork @jezek
                                last edited by 19 Jan 2023, 14:27

                                @jezek said in Can't open MMS.:

                                @opolork said in Can't open MMS.:

                                No idea, sorry.

                                Open terminal, write

                                sqlite3 .local/share/history-service/history.sqlite
                                

                                you should see an sqlite3 prompt, something like this

                                phablet@ubuntu-phablet:~$ sqlite3 .local/share/history-service/history.sqlite 
                                SQLite version 3.11.0 2016-02-15 17:29:24
                                Enter ".help" for usage hints.
                                sqlite> 
                                

                                write following command to the prompt

                                select message, messageType, messageStatus from text_events where message like '%"Expire":"2023-01-10T12:52%';
                                

                                you should get output like this

                                {"Code":"x-ubports-nuntium-mms-error-activate-context","Message":"forced debug error: error-activate-context","Expire":"2023-01-15T18:18:59+01:00","Size":29696,"MobileData":false}|1|2
                                

                                paste it here, there should be no personal info there, but check for sure before posting.

                                You can exit the sqlite3 prompt with

                                .exit
                                

                                Cheers, jezek. That's good to know for future reference. :thumbs_up:

                                How can you trust that an app really won't send some company your location data, when you tell it not to? The only way you can trust a program not to do something it isn't supposed to do is if it is free software. ~ RMS

                                1 Reply Last reply Reply Quote 0
                                1 out of 14
                                • First post
                                  1/14
                                  Last post