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 @lduboeuf
        last edited by

        @lduboeuf said in The MMS lost story:

        @jezek ok,nice. Was just asking if i need to do the UI part now šŸ˜‰

        Yes, you can start (if you want).

        BTW we don't need to have all errors message handling at first.

        That, I leave for you, sir. šŸ™‚

        And if you see there is too much work remaining, we can cut some parts to be able to deliver a solution quicker.

        I have a plan to move some TODOs to github issue tracker to speed up release, but some need to be done (in my opinion).

        This is so awesome that we can redownload afterward without asking the user šŸ™‚

        Yes, that is awesome. And in my opinion it should be switchable (on/off). Eg.: I have a prepaid card and I wouldn't like it if it would automatically download some MMS and use some credit.

        jEzEk

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

          Failed MMS redownload progress report:

          This week nuntium PR only got these updates:

          • Some forgoten and obsolete TODO comments got deleted
          • MNotificationInd.Expiry type and decoding got some rewrites and more tests
          • Expired incoming undownloaded messages handling (deleting from storage & notifying telepathy-ofono of deletion) upon nuntium start (resp. modem initialization)

          I will continue to solve my own TODOs in the stack, see you next week.

          jEzEk

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

            @jezek So on my side, did some tweaks for the UI part.
            Now message when cellular-data is off is displayed like that:

            screenshot20210223_093034484.png

            For other cases, no changes

            I wonder if we can simplify on telephony service for the notification part the message to "New MMS message received" instead of the "Oops...." and let user discover any errors within the messaging app. It will be easier to manage has we will not have to parse the msg, and check for different cases there.

            One thing more, but will need to add some logic, in history service, can we take the received date (timestamp) from the previous message before deletion so that the MMS will not appear at the bottom of the list but as a replacement of the error message ?

            jezekJ 1 Reply Last reply Reply Quote 2
            • D Offline
              domubpkm
              last edited by

              Hello.
              Just a little sidebar: can you tell me if MMS currently works for Android 9 devices in RC 8 or dev ?
              Specifically for me, MMS don't work in RC 8 for Volla (cellular data ok, internet ok, sms ok, APN mms configured).

              lduboeufL 1 Reply Last reply Reply Quote 0
              • lduboeufL Online
                lduboeuf @domubpkm
                last edited by lduboeuf

                @domubpkm idk, isn't that related ?: https://github.com/ubports/ubuntu-touch/issues/1657

                Please move that question to support or issues on ubuntu touch or Volla directly ?

                D 1 Reply Last reply Reply Quote 0
                • D Offline
                  domubpkm @lduboeuf
                  last edited by

                  @lduboeuf ok. Maybe.
                  I signaled and asked.
                  Thank you

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

                    @lduboeuf said in The MMS lost story:

                    So on my side, did some tweaks for the UI part...

                    Thanks, will test.

                    I wonder if we can simplify on telephony service for the notification part the message to "New MMS message received" instead of the "Oops...." and let user discover any errors within the messaging app. It will be easier to manage has we will not have to parse the msg, and check for different cases there.

                    That's a nice idea, I'm not against. I will change the text.

                    One thing more, but will need to add some logic, in history service, can we take the received date (timestamp) from the previous message before deletion so that the MMS will not appear at the bottom of the list but as a replacement of the error message ?

                    Nice idea too, will implement.

                    jEzEk

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

                      Failed MMS redownload progress report:

                      This week these PR's got updated:

                      • nuntium - send Received (uint - unix time) message parameter to telepathy-ofono, to ensure right place in message history. And Error (bool) and ErrorMessage (string) parameter got merged into one Error (string).
                      • telepathy-ofono - on added message signal, fill message-received header with Received parameter (if found). Check and fill error message text from Error parameter.
                      • history-service - no changes needed.
                      • messaging-app - no changes, just rebased to xenial which changed upstream.
                      • telephony-service - Just the MMS error text got truncated. Note: The PR wont build only for arm64 due to test fail. Seems not my fault, but needs to be fixed.

                      That's all this week. This projects is nearing it's end. If nothing goes wrong I'd say 2 weeks (without . documentation, tests and changelogs changes) and we are ready to test on dev, not only through ubports-qa.

                      Have a nice day.

                      jEzEk

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

                        Failed MMS redownload progress report:

                        This week I got rid of some TODOs in nuntium PR only.

                        @lduboeuf Can I ask you one more thing? Could you check (in messaging-app) if an error message is expired and if yes, don't allow to redownolad (hide the button and maybe change text). I'ts because I plan to delete and not listen to expired undownloaded messages in nuntium. And if the message is not listening in nuntium, then after clicking redownload in messaging-app, the message would be pending forever (until user deletes it). Thank you.

                        jEzEk

                        lduboeufL 2 Replies Last reply Reply Quote 0
                        • lduboeufL Online
                          lduboeuf @jezek
                          last edited by

                          @jezek Thanks for your weekly review of progress. I'm waiting it impatiently every Sunday evening šŸ˜‰

                          Good point for the expiry date, it needs to be done, will do it ASAP

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

                            @jezek for the AutoRetrieve option, do you have already an idea what to do ?, or i can prepare if you want a setting callable from Dbus like for the MmmsEnabled here: https://github.com/ubports/nuntium/blob/0040206b63bd0a126e5242efa789a8201b7c5be0/cmd/nuntium/mediator.go#L447
                            I will need write access to Telephony-service PR though

                            let say "MmsAutoRetrieveEnabled" property name ?

                            Does the MMS notification message will have the same signature than a "cellular-off" one ?

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

                              @lduboeuf said in The MMS lost story:

                              @jezek for the AutoRetrieve option, do you have already an idea what to do ?, or i can prepare if you want a setting callable from Dbus like for the MmmsEnabled here: https://github.com/ubports/nuntium/blob/0040206b63bd0a126e5242efa789a8201b7c5be0/cmd/nuntium/mediator.go#L447
                              I will need write access to Telephony-service PR though

                              let say "MmsAutoRetrieveEnabled" property name ?

                              Does the MMS notification message will have the same signature than a "cellular-off" one ?

                              I haven't thought about it in such details yet. First, I would like to finish the failed mms issue. There are still some things to do. The MMS autoretrieval will be a separate project. So if you want to start ahead with the "MmsAutoRetrieveEnabled" setting (a good idea, the setting will be needed), just start a new draft (but I think it has time).

                              On another note. I thought to myself the other day, that it would be nice, if the messaging-app would show number of unread messages in icon, like teleports does. šŸ˜‰

                              jEzEk

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

                                @jezek said in The MMS lost story:

                                @lduboeuf said in The MMS lost story:

                                @jezek for the AutoRetrieve option, do you have already an idea what to do ?, or i can prepare if you want a setting callable from Dbus like for the MmmsEnabled here: https://github.com/ubports/nuntium/blob/0040206b63bd0a126e5242efa789a8201b7c5be0/cmd/nuntium/mediator.go#L447
                                I will need write access to Telephony-service PR though

                                let say "MmsAutoRetrieveEnabled" property name ?

                                Does the MMS notification message will have the same signature than a "cellular-off" one ?

                                I haven't thought about it in such details yet. First, I would like to finish the failed mms issue. There are still some things to do. The MMS autoretrieval will be a separate project. So if you want to start ahead with the "MmsAutoRetrieveEnabled" setting (a good idea, the setting will be needed), just start a new draft (but I think it has time).

                                Yes, ok. I was first thinking to add a global setting ( like the MmsEnabled ) but i think that this flag should not be a user global setting, but related to the SIM account. Like MmsEnabled should also btw.
                                The thing is i don't know yet where it be defined...

                                On another note. I thought to myself the other day, that it would be nice, if the messaging-app would show number of unread messages in icon, like teleports does. šŸ˜‰

                                Yes, please add a feature request in messaging-app

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

                                  If anybody installed nuntium PR since this weekend, please upgrade. I made mistake and nutium fails to acknowledge a successfully received multimedia message. Fortunately this error results in no data loss, just the MMS center will try to deliver your message more times. šŸ˜ž I'm sorry if I caused any inconvenience.

                                  jEzEk

                                  KenedaK 1 Reply Last reply Reply Quote 1
                                  • KenedaK Offline
                                    Keneda @jezek
                                    last edited by

                                    @jezek
                                    Only the one that never do anything never mistakes ^^

                                    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:

                                      Yes, please add a feature request in messaging-app

                                      Done here, but I don't know, how to flag it as feature request.

                                      jEzEk

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

                                        Failed MMS redownload progress report:

                                        This week nuntium and messaging-app pull request drafts got update. @lduboeuf added code to messaging-app to not be able to initiate redownload of expired messages. And I fixed a bug in nuntium, wich I previously introduced. I've also made more work on nuntium localy, got rid of some TODOs, but I haven't fully tested the added code yet, so I'm not confident to push into PR draft right now. Will continue to work on this, see ya next time.

                                        jEzEk

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

                                          Failed MMS redownload progress report:

                                          No commits to the drafts this week. Some work was done on nuntium locally, but like last week, it's not fully tested yet. šŸ˜•

                                          jEzEk

                                          KenedaK lduboeufL 2 Replies Last reply Reply Quote 0
                                          • KenedaK Offline
                                            Keneda @jezek
                                            last edited by

                                            @jezek said in The MMS lost story:

                                            šŸ˜•

                                            Don't be sad, we're not, take the time you need ^^

                                            2015-2023 : Meizu MX4 ā˜ ļøāš°ļøāœļø
                                            2023-2024 : Nexus 5 ā˜ ļøāš°ļøāœļø
                                            2024-***** : FPOS Fairphone 5 waiting UT for freedom šŸ˜‰
                                            šŸ‡²šŸ‡«šŸ‡¬šŸ‡§

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

                                              @jezek no commits doesn't mean no progress. thank you for your months of efforts.

                                              i'm already super happy with the feature as it is now, of course staying with 4 ubports-qa install is quite hazardous with devel updates but i can wait šŸ˜‰

                                              1 Reply Last reply Reply Quote 1
                                              • First post
                                                Last post