Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Ubports with a jbl go speaker

    Support
    11
    29
    879
    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.
    • G
      Ghostrider @advocatux last edited by

      @advocatux I tried your suggestion, I've a terminal return : no space on /var/cache/apt/archives
      Even if I've debian since many years, I'm still a newbie, can we use UT terminal like a debian terminal ? Can we use apt-get dist-upgrade ?
      Or may I use libertine to install ?

      jezek 1 Reply Last reply Reply Quote 0
      • jezek
        jezek @Ghostrider last edited by

        @Ghostrider said in Ubports with a jbl go speaker:

        @advocatux I tried your suggestion, I've a terminal return : no space on /var/cache/apt/archives

        This is normal for FP2, since last 2 or 3 OTAs. You can try to free some space using these commands extracted fom another post:

        $ sudo mount -o rw,remount /
        $ sudo rm -r /var/cache/apt
        $ sudo tune2fs -m 0 /dev/loop0
        

        If previous commands can't free enough space for /var/cache/apt/archives, you can temporary mount-bind the folder to somewhere else with more space, as described in this post:

        $ sudo mkdir -p /userdata/system-data/var/cache/apt/archives
        $ sudo mount -o bind /userdata/system-data/var/cache/apt/archives /var/cache/apt/archives/
        

        After this you can try the @advocatux suggestion and it should work without free space problems. Maybe you will have more luck.

        I tried the sudo ubports-qa install xenial_-_new-bluez, but it didn't finish and got stuck on bluetooth restarting. After rebooting, as I wrote in previous post, no improvement was observed. And because of the freezing on bluetooth restart, I couldn't revert things back with sudo ubports-qa remove xenial_-_new-bluez, so full image reinstall was needed. Has anyone more luck with this, as I had?

        advocatux 1 Reply Last reply Reply Quote 2
        • advocatux
          advocatux @jezek last edited by

          @jezek after the freezing and rebooting, it should be working fine but it seems it wasn't like that in your case (no idea why though).

          1 Reply Last reply Reply Quote 0
          • mihael
            mihael last edited by

            It doesn't work for Pro5 either. It gets stuck and then, upon reboot, if I run again sudo ubports-qa install xenial_-_new-bluez it says "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem." And when run sudo dpkg --configure -a it gets stuck again at "Setting up bluez (5.50-0ubuntu3) ...".

            arubislander M 2 Replies Last reply Reply Quote 1
            • Lakotaubp
              Lakotaubp last edited by

              Tried the new-bluez install today on my OPO. All appears to have worked OK. Tested with Bose Soundlink Mini. This is just for info really and proof it works at least on OPO.

              1 Reply Last reply Reply Quote 0
              • arubislander
                arubislander @mihael last edited by

                @mihael

                Has an issue been raised against this on GitHub?

                mihael 1 Reply Last reply Reply Quote 0
                • mihael
                  mihael @arubislander last edited by

                  @arubislander I don't know, I didn't even know there is work done in this direction but I am so glad there is and I wanted to try it...

                  1 Reply Last reply Reply Quote 0
                  • M
                    malditobastardo @mihael last edited by

                    @mihael Same issue on my nexus 5. Now the BT is broken 🙂

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      Stefano @malditobastardo last edited by

                      @malditobastardo bluetooth is probably broken on all devices. I hope the Pinephone won't have such an issues, as it might be mine next UT device 🙂

                      advocatux 1 Reply Last reply Reply Quote 0
                      • advocatux
                        advocatux @Stefano last edited by

                        @Stefano bluetooth protocol itself is pretty broken IMO 😉

                        S D 3 Replies Last reply Reply Quote 1
                        • S
                          Stefano @advocatux last edited by

                          @advocatux Yeah, but PinePhone should come without Halium and with mainline kernel, so that should help, or not? On Canonical builds bluetooth worked( not perfectly, but worked {apart from Pro 5} )

                          advocatux 1 Reply Last reply Reply Quote 0
                          • advocatux
                            advocatux @Stefano last edited by

                            @Stefano IIRC even on Canonical times bluetooth was a hit or miss.

                            1 Reply Last reply Reply Quote 2
                            • G
                              Ghostrider last edited by

                              Fail test on nexus 4, need to reinstall UT...
                              I hope that the developers will have an idea for the future, I would like listen music with jbl speaker !

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

                                @Ghostrider use an audio jack for now 😃

                                G 1 Reply Last reply Reply Quote 0
                                • G
                                  Ghostrider @kugiigi last edited by

                                  @kugiigi What a pity... More practical to connect with bluetooth.
                                  I've already explained in Q&A post why UT can't seduce more people, bluetooth management is a good example.

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    Stefano @Ghostrider last edited by

                                    @Ghostrider Bluetooth issues will be sorted, it's on the list to do, after more important issues and upgrades. I know, it's a long waiting for that to be fixed, but with limited workforce, there is no other way around it, unfortunately.

                                    1 Reply Last reply Reply Quote 3
                                    • D
                                      dtarrant @advocatux last edited by

                                      @advocatux I've been trying to get my Leitz Mini Bluetooth Speaker working with UT, but without success. I then tried to get it working with my Ubuntu 18.04 laptop. Also not working. After searching on line, I found I needed to install 'pulseaudio-module-bluetooth', after which it worked fine. This package doesn't appear to be installed on UT. Could this be relevant?

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        dtarrant @advocatux last edited by

                                        @advocatux BTW, my Nexus 4 UT pairs and connects to my Bose Sound Dock via a cheap chinese bluetooth adapter which fits in place of the iPod. I can stream both ogg and mp3 files to the Bose from my N4. Cool eh? (Wish I could remember how to make commands appear in red on this forum.)

                                        1 Reply Last reply Reply Quote 0
                                        • advocatux
                                          advocatux last edited by

                                          @dtarrant I think we have all the necessary bits on UT, no need to add more modules.

                                          Yeah, that's really cool 🙂

                                          To show any text as code, put it between backticks and it'll show like this backticks

                                          1 Reply Last reply Reply Quote 0
                                          • Flohack
                                            Flohack last edited by

                                            I am trying to install this on my N5, but I always get stuck during "Configuring bluez" message from dpkg - anyone had this too? Bluetooth was disabled when I started the install.

                                            M advocatux 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post