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

    Call for testing: Ubuntu Touch 24.04-1.3

    Scheduled Pinned Locked Moved OS
    81 Posts 18 Posters 5.4k Views 5 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.
    • messayistoM Offline
      messayisto @Linus67
      last edited by

      @Linus67 cinfirm on volla quintus

      1 Reply Last reply Reply Quote 0
      • messayistoM Offline
        messayisto @peat_psuwit
        last edited by

        @peat_psuwit Today on Volla Quintus sveral apps did not work, i.e. Mastodon, uDiaspora. After a restart everything went fine again.

        1 Reply Last reply Reply Quote 0
        • Linus67L Offline
          Linus67
          last edited by

          I mean, power consumption is slightly lower with Ubuntu Touch 24.04-1.3.
          Pixel 3a /Wi-Fi/Decco 2, BT off, no other apps open, no calls, no SMS, only on the table.
          About 10% lower power consumption.

          Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.

          1 Reply Last reply Reply Quote 0
          • G Offline
            gpatel-fr @Linus67
            last edited by

            @Linus67

            Could you describe a bit more what happens exactly ?

            I tried to create and populate a photo album on my Fairphone 5 running under RC2 and it was not straightforward but I finally succeeded.

            Do you have any error message displayed on the screen ? In the logs (journalctl -b in the terminal or better with Ssh) ?

            And are you sure that it's a 1.3 specific problem ? are you managing so many photos album that you are creating new ones with every sub-version of Ubuntu Touch ? (I'm asking because in 6 months of use of UT I was not even aware of photo albums 🙂 )

            Linus67L 2 Replies Last reply Reply Quote 0
            • Linus67L Offline
              Linus67 @gpatel-fr
              last edited by

              @gpatel-fr A few weeks ago, I created three albums in the “Gallery” app and added some photos. No problem—it was self-explanatory.

              A few days ago, I tried to add more photos from the Camera app to the albums. Gallery -> Albums -> Plus -> Select photo -> OK (checkmark), but the photo(s) aren’t being added to the album. No error messages. Nothing!

              Maybe it has something to do with the update to 24.04-1.3.

              Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.

              G 1 Reply Last reply Reply Quote 0
              • G Offline
                gpatel-fr @Linus67
                last edited by

                @Linus67

                thanks, this is so clear that I reinstalled 24.04-1.2 stable and it works fine indeed !
                That's a clear regression. Now I'll go to gitlab look at the MR for the gallery app.

                messayistoM G 2 Replies Last reply Reply Quote 0
                • messayistoM Offline
                  messayisto @gpatel-fr
                  last edited by

                  @gpatel-fr thanks!

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    gpatel-fr @gpatel-fr
                    last edited by

                    After looking at the MRs, there is one (1) change since 2 years. I don't see anything else but it's not a small change, rather a collection of logically unrelated changes.

                    @peat_psuwit
                    should not a 'stable' branch (something like 24-04-1.x that IIRC exist in some other repos) be in the repo and changes be backported only after having seen some testing in the 'unstable' branch ?

                    peat_psuwitP 1 Reply Last reply Reply Quote 0
                    • Linus67L Offline
                      Linus67 @gpatel-fr
                      last edited by

                      @gpatel-fr said:

                      journalctl -b

                      Finaly the lines from journalctl -b -f

                      jornal.txt

                      Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.

                      G 1 Reply Last reply Reply Quote 0
                      • G Offline
                        gpatel-fr @Linus67
                        last edited by

                        @Linus67

                        well, there is a choice of error messages about undefined properties in gallery code.

                        G 1 Reply Last reply Reply Quote 0
                        • G Offline
                          gpatel-fr @gpatel-fr
                          last edited by

                          Looking at the log with my FP5 back to stable 24.04-1.2 I see no such messages.
                          Messages about 'binding loop' whose fixing was one of the goal of the change.
                          I see one message about property of nulll but it's of 'isSelected' instead of 'show' and 'path'.

                          1 Reply Last reply Reply Quote 0
                          • G Offline
                            gpatel-fr @gpatel-fr
                            last edited by gpatel-fr

                            This morning after having tested that the new version gallery problem was indeed 'fixed' by returning to the previous stable, I wanted to upgrade to RC and again I see the lack of upgrade channels. For screenshot see https://forums.ubports.com/post/95155 . This may be a new problem, or not. I have never wanted to switch back and forth like that previously.

                            Edit: I restarted the phone again and the channels were back to normal. This is a transient problem.

                            Edit 2: checking again, the Update parameters screen is displaying 'Channel: candidate', the system state displays '1.2' and checking updates says that everything is up-to-date. This is a bit messed up 😞

                            Edit 3: after 2 hours of trying of updating, failing, restarting, switching channel, restarting, failing, I finally discovered in a flash of insight into the minds of advanced developers that the update process is actually testing the update history, the things that are displayed below 'recent updates', and this case of getting RC and stable back and forth has never been really thought to be possible (after all, regressions are something that have never been seen for more than one time or two in all the eons of software development), and so unlocking the switch to RC again needed to delete the previous update history.
                            So I'm finally on RC3 again. Oups, edit 4: RC2

                            1 Reply Last reply Reply Quote 0
                            • G Offline
                              gpatel-fr @gpatel-fr
                              last edited by

                              gpatel-fr said:

                              I was not able to use the Recorder

                              cancel that, it had absolutely nothing to do with the upgrade, it was just a problem in my phone configuration. Recorder works fine.

                              1 Reply Last reply Reply Quote 0
                              • peat_psuwitP Offline
                                peat_psuwit @gpatel-fr
                                last edited by

                                @gpatel-fr said:

                                After looking at the MRs, there is one (1) change since 2 years. I don't see anything else but it's not a small change, rather a collection of logically unrelated changes.

                                @peat_psuwit
                                should not a 'stable' branch (something like 24-04-1.x that IIRC exist in some other repos) be in the repo and changes be backported only after having seen some testing in the 'unstable' branch ?

                                Unlike system components and some system apps, Gallery app is a Click application where updates are shipped from OpenStore. And said change has not been released to OpenStore yet, so I'm pretty sure it has not made it to 24.04-1.3.

                                I'll look into this problem in more detail. Since this is a regression, I'll try to fix this problem before the release of 24.04-1.3.

                                G 1 Reply Last reply Reply Quote 0
                                • G Offline
                                  gpatel-fr @peat_psuwit
                                  last edited by

                                  @peat_psuwit said:

                                  Unlike system components and some system apps, Gallery app is a Click application where updates are shipped from OpenStore.

                                  color me surprised.

                                  phablet@ubuntu-phablet:~$ ls /usr/share/click/preinstalled/gallery.ubports/
                                  3.1.1  current
                                  
                                  G 1 Reply Last reply Reply Quote 0
                                  • G Offline
                                    gpatel-fr @gpatel-fr
                                    last edited by

                                    gpatel-fr said:

                                    3.1.1

                                    BTW this does not look normal: the version is not incremented while there is about 500 LOC added in the RC version.

                                    BTW 2: I have done already 3 back and forth between 1.2 and 1.3 RC2 and I have trouble reproducing the problem, that is, I have seen the problem in my last reinstall of 1.2 . Color me baffled 😞

                                    peat_psuwitP 2 Replies Last reply Reply Quote 0
                                    • peat_psuwitP Offline
                                      peat_psuwit @gpatel-fr
                                      last edited by

                                      @gpatel-fr said:

                                      BTW this does not look normal: the version is not incremented while there is about 500 LOC added in the RC version.

                                      How did you determine that? I see the exact number of LoC [^1] on both 24.04-1.2, 24.04-1.3 RC 2 and 24.04-2.x daily images.

                                      [^1]: determined with find /usr/share/click/preinstalled/gallery.ubports/3.1.1 -type f -print0 | wc --files0-from=- | tail -1

                                      1 Reply Last reply Reply Quote 0
                                      • peat_psuwitP Offline
                                        peat_psuwit @gpatel-fr
                                        last edited by

                                        @gpatel-fr said:

                                        BTW 2: I have done already 3 back and forth between 1.2 and 1.3 RC2 and I have trouble reproducing the problem, that is, I have seen the problem in my last reinstall of 1.2 . Color me baffled 😞

                                        I have tested on my side and I can indeed reproduce the problem on both 24.04-1.2 and 24.04-1.3 RC 2. So this is likely a problem on the Gallery app and not on the Ubuntu Touch per-se. As such, we'll fix this issue on the Gallery app and will publish the update on OpenStore in the future. A GitLab issue is opened at: https://gitlab.com/ubports/development/apps/lomiri-gallery-app/-/work_items/130

                                        Thank you you and @linus67 for bringing this issue up.

                                        1 Reply Last reply Reply Quote 1
                                        • peat_psuwitP Offline
                                          peat_psuwit
                                          last edited by

                                          Update 4 May 2026: We've published Ubuntu Touch 24.04-1.3 RC 3 which fixes the regression regarding sensor support. We hope that this is the final RC; Ubuntu Touch 24.04-1.3 is still scheduled to be released on 7 May 2026.

                                          Vlad NirkyV 1 Reply Last reply Reply Quote 1
                                          • Vlad NirkyV Offline
                                            Vlad Nirky @peat_psuwit
                                            last edited by Vlad Nirky

                                            @peat_psuwit
                                            Hello Ratchanan.
                                            I noticed that with RC2, the phone’s USB-C port was powering my Lilygo LoRa board.
                                            In RC3 (and in 24.04-2.x), the USB-C port no longer powers it (OTG?).

                                            Forget it, it seams that the board has to be connected during reboot after a power off of the phone.
                                            It's working now.

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • First post
                                              Last post