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

    The MMS lost story

    Scheduled Pinned Locked Moved OS
    133 Posts 16 Posters 54.9k Views 6 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.
      • jezekJ Offline
        jezek
        last edited by

        Failed MMS redownload progress report:

        Following PR's got some updates:

        • https://github.com/ubports/telepathy-ofono/pull/20 - set delivery-status header to indicate error message
        • https://github.com/ubports/history-service/pull/35 - set TemporarilyFailed status to error message. Before this, the status was default (unknown) and the error message was identified by empty message & attachment fields for incoming message. From now on, we can identify an error message by status and we can use the message & attachment fields to identify the error & other info (expire, ...) in future.
        • https://github.com/ubports/messaging-app/pull/260 - The error message text & redownload button (visibility, enabled) depend on message status. The redownload button gets disabled right after click, for more responsible feeling.
        • https://github.com/ubports/telephony-service/pull/20 - only redownload error messages with TemporarilyFailed status.

        jEzEk

        lduboeufL 1 Reply Last reply Reply Quote 2
        • lduboeufL Offline
          lduboeuf @jezek
          last edited by

          @jezek Awesome, will test as soon ubports-qa be more stable

          1 Reply Last reply Reply Quote 0
          • jezekJ Offline
            jezek
            last edited by

            Failed MMS redownload progress report:

            Because of unsafe apt operations, which makes crossbuilder & ubports-qa unsafe too, I've redirected my attention to nuntium, resulting in some commits to https://github.com/ubports/nuntium/pull/8. (Note: I can easily deploy nuntuim to phone without apt)

            What was done?

            My operator (and other?) resends multimedia message notifications ever 10 minutes, if notification is not marked as received. This resulted in new error message (when download fails) and notification sound every time. These new commits prevents this behavior.

            Every notification comes with transaction-id, which is stored on download error and if new notification comes with the same transaction-id and there was a download error again, the error message will not be sent to telepathy again.

            The only caveat is, that if the second download fails on another error as the first, then the second error will not be communicated (however no error description is communicated now, this will be added in future). I'll see, if this will need attention later.

            To test these changes easier, I've added an transaction-id flag to nuntium-inject-push testing tool.

            That's all for this week, see ya next time.

            jEzEk

            lduboeufL 1 Reply Last reply Reply Quote 4
            • lduboeufL Offline
              lduboeuf @jezek
              last edited by

              @jezek Qt5.12 is devel ready since few hours, you can start update and continue to play with ubports-qa & crossbuilder.

              For the notification being resent by the provider, this is not the case for me at least.

              Thanks again for your implications

              1 Reply Last reply Reply Quote 0
              • jezekJ Offline
                jezek
                last edited by

                Failed MMS redownload progress report:

                This week only nuntium PR got updated.

                There was a problem with redownload after nuntium got restarted. After nunium restarted (on crash, or phone reboot), the redownload button from messaging-app didn't work. This was because of the button sends the redownload request to nuntium through dbus. And after nuntium restart, there was no one listening on dbus for the redownload signal. I've fixed this by spawning listeners for messages on modem identification. So the redownload now works even after phone restart.

                Also the nuntium-inject-pust testing tool got update. It can now autodetect the end-point flag from nuntium logs using grep & sed commands.

                jEzEk

                jezekJ 1 Reply Last reply Reply Quote 5
                • KenedaK Offline
                  Keneda
                  last edited by

                  What a massive work done on this thread, @lduboeuf @jezek the masters of MMS :beaming_face_with_smiling_eyes:

                  Hope for the work ready for OTA16, but no rush here, take the time you need.

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

                  lduboeufL 1 Reply Last reply Reply Quote 1
                  • lduboeufL Offline
                    lduboeuf @Keneda
                    last edited by

                    @keneda said in The MMS lost story:

                    What a massive work done on this thread, @lduboeuf @jezek the masters of MMS :beaming_face_with_smiling_eyes:

                    Now you can delete my name, jezek is doing all the stuff 🙂

                    Hope for the work ready for OTA16, but no rush here, take the time you need.

                    I doubt it will, am i right @jezek ?

                    KenedaK jezekJ 2 Replies Last reply Reply Quote 0
                    • KenedaK Offline
                      Keneda @lduboeuf
                      last edited by Keneda

                      @lduboeuf
                      What would'd be Don Quichotte without Sancho Panza :grinning_face_with_sweat:

                      Not a problem if not in OTA16.

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

                      1 Reply Last reply Reply Quote 1
                      • jezekJ Offline
                        jezek @lduboeuf
                        last edited by

                        @lduboeuf said in The MMS lost story:

                        @keneda said in The MMS lost story:

                        Hope for the work ready for OTA16, but no rush here, take the time you need.

                        I doubt it will, am i right @jezek ?

                        hmm... I think I'm near end. There are 3-4 tasks to do till end. But sometimes a task is done 1-2 new emerge 🙂 My guess, if everything goes smooth, 1 month.

                        jEzEk

                        lduboeufL 1 Reply Last reply Reply Quote 1
                        • lduboeufL Offline
                          lduboeuf @jezek
                          last edited by

                          @jezek btw, can you add an empty commit or any piece of code to trigger build on telepathy-ofono and history-service ? They are still marked as failed and thus not accessible with ubports-qa

                          jezekJ 1 Reply Last reply Reply Quote 1
                          • jezekJ Offline
                            jezek @lduboeuf
                            last edited by

                            @lduboeuf said in The MMS lost story:

                            @jezek btw, can you add an empty commit or any piece of code to trigger build on telepathy-ofono and history-service ? They are still marked as failed and thus not accessible with ubports-qa

                            Done

                            jEzEk

                            lduboeufL 1 Reply Last reply Reply Quote 0
                            • lduboeufL Offline
                              lduboeuf @jezek
                              last edited by

                              @jezek Can you sync with xenial branch for those 2 repos, JenkinsFile have been updated and should fix the build issue

                              jezekJ 1 Reply Last reply Reply Quote 1
                              • jezekJ Offline
                                jezek @lduboeuf
                                last edited by

                                @lduboeuf said in The MMS lost story:

                                @jezek Can you sync with xenial branch for those 2 repos, JenkinsFile have been updated and should fix the build issue

                                Done

                                jEzEk

                                lduboeufL 1 Reply Last reply Reply Quote 1
                                • lduboeufL Offline
                                  lduboeuf @jezek
                                  last edited by

                                  @jezek oups, still messaging-app to be built again...
                                  So i am almost ready to test it 😉
                                  sudo ubports-qa list:

                                  PR_nuntium_8 PR_telepathy-ofono_20 PR_telephony-service_20 PR_history-service_35 PR_messaging-app_260

                                  lduboeufL jezekJ 2 Replies Last reply Reply Quote 0
                                  • lduboeufL Offline
                                    lduboeuf @lduboeuf
                                    last edited by

                                    @jezek so fetch your messaging-app to test. It seems to work well ;-).

                                    Do you differentiate a download Error with a "Cellular-data off" state ?
                                    For the "data-off", it could be a simple message like on other platforms with a "Download" button.

                                    Awesome work 😉
                                    screenshot20210126_183804426.png

                                    1 Reply Last reply Reply Quote 0
                                    • jezekJ Offline
                                      jezek @lduboeuf
                                      last edited by

                                      @lduboeuf said in The MMS lost story:

                                      @jezek oups, still messaging-app to be built again...

                                      messaging-app updated

                                      @lduboeuf said in The MMS lost story:

                                      Do you differentiate a download Error with a "Cellular-data off" state ?
                                      For the "data-off", it could be a simple message like on other platforms with a "Download" button.

                                      In the code nuntium returns an error on first connection attempt (there are more stages), but I really don't know if different kind of trouble will cause different error type. I can assume, that if an error happens after first connection attempt, it is not cause of "Celular-data off" state. And I really don't have an idea, how to cause different cause of errors. The plan is to send the error text and/or type to messaging-app via the error message. Maybe then, we will spot the pattern. Meanwhile you can investigate (if you want) and try to cause & get some non "Cellurae-data off" error and then see the log (code producing download errors is here). Maybe, if we can't differentiate by error message, nuntium could ask someone on dbus, or see the config, what the state of cellular switch is and make a note about it in the error message.

                                      Btw, I don't know how are other platforms are handling mms download errors.

                                      jEzEk

                                      lduboeufL 1 Reply Last reply Reply Quote 0
                                      • lduboeufL Offline
                                        lduboeuf @jezek
                                        last edited by lduboeuf

                                        @jezek
                                        for download error on other platforms, idk but the current error message is good enough i think.

                                        For the "cellular-data" off case, it is displayed as a normal message
                                        e.g:
                                        Capture d’écran de 2021-01-27 11-13-29.png
                                        But in that case, if cellular data is off, the click on the download should check for data on or prevent user...

                                        In order to know if cellular data is off, you can query via dbus, example with command line:

                                        dbus-send --session --print-reply \
                                            --dest=com.ubuntu.connectivity1 \
                                            /com/ubuntu/connectivity1/Private \
                                            org.freedesktop.DBus.Properties.Get \
                                        string:com.ubuntu.connectivity1.Private \
                                        	string:'MobileDataEnabled'
                                        
                                        1 Reply Last reply Reply Quote 1
                                        • jezekJ Offline
                                          jezek @jezek
                                          last edited by

                                          Failed MMS redownload progress report:

                                          This week only nuntium PR got updated.

                                          I've been working on message initialization. To keep nuntium message store (located in ~/.local/share/nuntium/store) tidy, some stored messages are checked with history-service and if they are marked as read or are deleted in history-service, then there is no need to store them in nuntium storage and will be deleted.

                                          It's not a big change, cause I've been struggling with DBus calls to history-service (and with sending/receiving in general). But after some comments from @lduboeuf (with a dbus example) and reading some documentations and blog I have now better uderstanding of dbus. Thank you.

                                          See you next week with new updates.

                                          PS: If you wan to test, you have to install all PR's for this project using ubports-qa script. I'm trying to push only tested commits by myself and everything should be functioning.

                                          jEzEk

                                          lduboeufL 1 Reply Last reply Reply Quote 1
                                          • lduboeufL Offline
                                            lduboeuf @jezek
                                            last edited by

                                            @jezek tests are fine ;-), awesome, still need some UI polishing, but works fine.

                                            I wonder for the "cellular-data" dbus call if an interface marked as "private“ in the namespace is something that can/should be queried in numtium or elsewhere ?

                                            1 Reply Last reply Reply Quote 0
                                            • jezekJ Offline
                                              jezek
                                              last edited by jezek

                                              Failed MMS redownload progress report:

                                              This week some work on propagating error details from nuntium to messaging-app was done, 4PR's were updated:

                                              • nuntium - Upon decoding mNotificationInd handle Expiry token (absolute/relative) and fill Expiry field as unix time. Propagate error description, expiry date and message size encoded as json to telepathy-ofono.
                                              • telepathy-ofono - forward the error message details in headers to history service.
                                              • history-service - save the error message status to messageStatus and details (encoded as json) to messageText field in db.
                                              • messaging-app - change error message detection, cause now the message can have a non empty text (with error details).
                                                Note: The branch can't be compiled, I've tracked the error and created issue. After it's fixed (fix is trivial) I will rebase the branch it should pass the CI checks (I hope, localy with crossbuilder it worked).
                                                Note: The expiry date could be wrongly encoded, haven't tested on real incoming messages. Some sources say the expiry date is encoded as Size + token + data, some Size + token + size + data. Majority and OpenMediaAssociation(?) documentation said it was the first case (s+t+d), so I've done it that way, but only tests in real world conditions will show. So keep an eye on the Expire field.

                                              @lduboeuf Now is the time to ask for some help. Could you help with the messaging-app's UI part? Error details are saved in text field, encoded as json. Currently there are 3 fields:

                                              • "Description" (string) - just a text with error description.
                                              • "Expire" (string) - time in RFC3339 format, when the message expires at MMS provider.
                                              • "Size" (int) - size in bytes (?) of the message

                                              I'm planing (as you suggested) to add a "CellularDataOn" (bool) field (have a better name) which could indicate if the cellular data was on/off at download time.

                                              If any other error detail, that could be propagated from nuntium, comes to your mind, say it, I will try to add.

                                              jEzEk

                                              AppLeeA lduboeufL 2 Replies Last reply Reply Quote 1
                                              • First post
                                                Last post