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

    Call for testing: Ubuntu Touch 24.04-1.2

    Scheduled Pinned Locked Moved OS
    65 Posts 18 Posters 5.7k Views 3 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.
      • MoemM Offline
        Moem @peat_psuwit
        last edited by

        @peat_psuwit said in Call for testing: Ubuntu Touch 24.04-1.2:

        Could you please collect logs using the following command over ADB or SSH, then pull the file over USB?

        Turns out the answer is no. I found instructions, because I have no idea how this works, and I can't understand the instructions. Now I feel stupid. Let's forget it.

        Is currently using an Op5t
        Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

        Vlad NirkyV 1 Reply Last reply Reply Quote 0
        • Vlad NirkyV Online
          Vlad Nirky @Moem
          last edited by Vlad Nirky

          @Moem
          There's always a first time for everything (and a last time, for that matter).
          If you connect your phone to your PC through USB (for example, the one you used to install Ubuntu Touch) and open a terminal, you can run the command
          adb shell
          This will open a remote connection to your phone.
          In this connection, you can run the command
          sudo journalctl --boot --grep 'blue' >Downloads/journalctl.log
          Than you can type exit to return to your local terminal and run
          adb pull /home/phablet/Downloads/journalctl.log ~/journalctl.log
          This will get the phone's file in your home folder.

          MoemM 1 Reply Last reply Reply Quote 1
          • MoemM Offline
            Moem @Vlad Nirky
            last edited by

            @Vlad-Nirky Okay, those were instructions I could follow... thank you.

            journalctl.log

            Not sure this will help since I'm now back on Stable.

            Is currently using an Op5t
            Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

            Vlad NirkyV peat_psuwitP 2 Replies Last reply Reply Quote 0
            • Vlad NirkyV Online
              Vlad Nirky @Moem
              last edited by

              @Moem
              Journalctl persists during a long time.

              G 1 Reply Last reply Reply Quote 0
              • peat_psuwitP Offline
                peat_psuwit @Moem
                last edited by

                @Moem said in Call for testing: Ubuntu Touch 24.04-1.2:

                @Vlad-Nirky Okay, those were instructions I could follow... thank you.

                journalctl.log

                Not sure this will help since I'm now back on Stable.

                Thank you for the log (also thanks @vlad-nirky for a better instructions šŸ˜…). To help me pin point relevant log lines, could you please give me the approximated date and time you switched to RC and from RC, in your (device's) timezone?

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

                  @Vlad-Nirky said in Call for testing: Ubuntu Touch 24.04-1.2:

                  Journalctl persists during a long time.

                  sure but if one passes it the --boot parameter it's unlikely to get before the last system update.

                  1 Reply Last reply Reply Quote 1
                  • MoemM Offline
                    Moem @peat_psuwit
                    last edited by

                    @peat_psuwit said in Call for testing: Ubuntu Touch 24.04-1.2:

                    To help me pin point relevant log lines, could you please give me the approximated date and time you switched to RC and from RC, in your (device's) timezone?

                    Oof! Again with the hard questions... 😁
                    I switched back to Stable yesterday evening shortly before I posted about the BT problem. But I don't know when I switched to RC. Maybe one day earlier?

                    Is currently using an Op5t
                    Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

                    Vlad NirkyV 1 Reply Last reply Reply Quote 0
                    • Vlad NirkyV Online
                      Vlad Nirky @Moem
                      last edited by

                      @Moem
                      In fact, I guess it would be better, as gpatel-fr has suggested, to rerun the commands but without the --boot argument to collect the all journal.

                      MoemM 1 Reply Last reply Reply Quote 0
                      • MoemM Offline
                        Moem @Vlad Nirky
                        last edited by Moem

                        @Vlad-Nirky Sorry, something is not working anymore (no devices/emulators found) and I don't have the patience at this moment.

                        ... Okay, I managed it. Funny but I dislike this stuff even if it works! Anyway, as expected, this log is big. Too big to upload.

                        Is currently using an Op5t
                        Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

                        Vlad NirkyV 1 Reply Last reply Reply Quote 0
                        • Vlad NirkyV Online
                          Vlad Nirky @Moem
                          last edited by

                          @Moem
                          Sorry for this.
                          You could use
                          journalctl --since "2026-02-09" --grep 'blue' >Downloads/journalctl.log
                          After that, we will know how to use journalctl.

                          1 Reply Last reply Reply Quote 0
                          • DJacD Offline
                            DJac @Mario.CH
                            last edited by DJac

                            @Mario.CH
                            I confirme : sound now works on sony xperia X (with rc2).
                            In my case, the bluetooth stuff works too (a samsung sound speaker)

                            1 Reply Last reply Reply Quote 0
                            • K Offline
                              kugiigi @Moem
                              last edited by

                              @Moem There's a known issue with bluetooth where it is in a state where your paired devices aren't listed in the bluetooth page and you can't connect.
                              You could run sudo systemctl restart bluetooth.service and see if that fixes it. Otherwise, rebooting may fix it although it might take a couple of reboots šŸ˜…

                              Vlad NirkyV G MoemM 3 Replies Last reply Reply Quote 0
                              • Vlad NirkyV Online
                                Vlad Nirky @kugiigi
                                last edited by

                                @kugiigi
                                Yes, and in the past, starting the Bluetooth connection from the system settings/Bluetooth has always given better results.

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

                                  @kugiigi said in Call for testing: Ubuntu Touch 24.04-1.2:

                                  There's a known issue with bluetooth

                                  browsing https://gitlab.com/ubports/development/core/packaging/bluez/-/issues does not bring something looking like that.
                                  If it's a known problem, where is it tracked ? or is it this closed issue ?

                                  1 Reply Last reply Reply Quote 0
                                  • MoemM Offline
                                    Moem @kugiigi
                                    last edited by

                                    @kugiigi said in Call for testing: Ubuntu Touch 24.04-1.2:

                                    There's a known issue with bluetooth where it is in a state where your paired devices aren't listed in the bluetooth page and you can't connect.

                                    Thank you, I will experiment when I have more time than I do today.

                                    Is currently using an Op5t
                                    Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

                                    1 Reply Last reply Reply Quote 0
                                    • DJacD Offline
                                      DJac
                                      last edited by DJac

                                      I notice no vibration on sony xperia X. (at start, with keyboard...). Is it a probleme on my device or with the 24.04-1.2 RC (1 & 2) ?

                                      Mario.CHM MoemM 2 Replies Last reply Reply Quote 0
                                      • Mario.CHM Online
                                        Mario.CH @DJac
                                        last edited by

                                        Hi @DJac,

                                        @DJac said in Call for testing: Ubuntu Touch 24.04-1.2:

                                        In my case, the bluetooth stuff works too (a samsung sound speaker)

                                        So far, I haven't found a device that plays the sound, but a Sharp radio with Bluetooth could play music from my Xperia, but with interruptions, and every time it resumed, the song played faster than usual, as if it wanted to make up for the interruption.

                                        @DJac said in Call for testing: Ubuntu Touch 24.04-1.2:

                                        I notice no vibration on sony xperia X. (at start, with keyboard...).

                                        My Xperia has no problems with pressing the keyboard and the "echo" from the vibration.
                                        Or have I misunderstood something?

                                        Greetings
                                        Mario

                                        šŸ“± Oneplus Nord N100 UT24.04-1.2 stable; then Xperia X (since 2020) at last UT 24.04-1.2 RC, now out of service due to defective camera
                                        šŸŽ When you realize you are riding a dead horse, get off!
                                        My languages skill: šŸ‡ØšŸ‡­šŸ‡¦šŸ‡¹ šŸ‡©šŸ‡Ŗ, and only orally: šŸ‡¬šŸ‡§ šŸ‡¹šŸ‡­

                                        DJacD 1 Reply Last reply Reply Quote 0
                                        • DJacD Offline
                                          DJac @Mario.CH
                                          last edited by

                                          @Mario.CH
                                          it is okay : the absence of vibration is probably somthing brake in my old phone... (like the camera)

                                          1 Reply Last reply Reply Quote 0
                                          • MoemM Offline
                                            Moem
                                            last edited by

                                            This is odd, but in a good way. I just switched back to 1.x RC to test, and I can report that my Pebbles now work! The oddness is: when it didn't work, RC 1.2 was already out, but apparently I was on RC 1.1 somehow.

                                            I don't care very much, I'm just happy to report that it works ✨

                                            Is currently using an Op5t
                                            Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

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

                                              @Moem said in Call for testing: Ubuntu Touch 24.04-1.2:

                                              This is odd, but in a good way. I just switched back to 1.x RC to test, and I can report that my Pebbles now work! The oddness is: when it didn't work, RC 1.2 was already out, but apparently I was on RC 1.1 somehow.

                                              I don't care very much, I'm just happy to report that it works ✨

                                              Thank you for additional testing. At least we know it's not a regression.

                                              @DJac said in Call for testing: Ubuntu Touch 24.04-1.2:

                                              @Vlad-Nirky the same probleme was report :
                                              https://forums.ubports.com/topic/11938/anyone-else-is-having-wrong-caller-id-when-receiving-a-cal/6
                                              no solutions actualy, but a Git issue is open.
                                              https://gitlab.com/ubports/development/core/packaging/ofono/-/issues/3

                                              Thank you for bringing up reported issue. Preliminary investigation showed that the problem does not seem to be caused by changes introduced between 24.04-1.1 and 24.04-1.2. We're going to continue investigation in the issue mentioned in the quote.

                                              @DJac said in Call for testing: Ubuntu Touch 24.04-1.2:

                                              I notice no vibration on sony xperia X. (at start, with keyboard...). Is it a probleme on my device or with the 24.04-1.2 RC (1 & 2) ?

                                              We've discussed about this issue in a meeting, and have decided to not hold Ubuntu Touch 24.04-1.2 for Xperia X based on this issue, as it's better for Xperia X to receive up-to-date software, even if it's not perfect.

                                              We'll continue to look into this; I've filed a GitLab issue for this.

                                              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