<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support]]></title><description><![CDATA[<p dir="auto">This is the followup from <a href="https://forums.ubports.com/topic/3420/call-for-testing-updated-pulseaudio-from-ubuntu-16-04">my previous call-for-testing</a>. This time, in addition to updated PulseAudio from 16.04, this also includes:</p>
<ul>
<li>a fix to Bluez which should improve the experience for users that use a Bluetooth headset for calling.</li>
<li>an update to the modern pulseaudio-module-droid to make sure they work with the updated version.</li>
</ul>
<p dir="auto">All devices are welcome to participate in the test.</p>
<p dir="auto"><strong>How to test:</strong></p>
<p dir="auto">Make sure your device runs the latest <code>devel</code> image. Run the following command in the ADB shell or SSH session:</p>
<pre><code class="language-sh"># Mount a tmpfs so apt can breathe
sudo mount -t tmpfs tmpfs /var/cache/apt/archives 
# Prevent Bluez from restarting &amp; get stuck.
sudo mount -o remount,rw /
sudo tee /usr/sbin/policy-rc.d &gt;/dev/null &lt;&lt;EOF
#!/bin/sh
exit 101
EOF
sudo chmod +x /usr/sbin/policy-rc.d
# Actually install the packages.
sudo ubports-qa install xenial_-_pulseaudio-updates-to-0ubuntu3.10
# Reboot the phone.
sudo reboot; exit
</code></pre>
<p dir="auto"><strong>What to test</strong>:</p>
<p dir="auto">See if there's any regression in both built-in speaker, wired headset, and Bluetooth headset. If possible, use a Bluetooth headset that can be in both music mode (hi-fidelity audio) and call mode (low-latency 2-way audio).</p>
<p dir="auto">Two possible regressions that can happen are</p>
<ul>
<li><a href="https://github.com/ubports/ubuntu-touch/issues/528" target="_blank" rel="noopener noreferrer nofollow ugc">issue #528</a> ([xenial] Sound does not go to bluetooth headset)</li>
<li>a call via Bluetooth does work but cuts off after a few seconds</li>
</ul>
<p dir="auto">I believe they're fixed, but please report if you encountered these issues.</p>
<p dir="auto">Also, if you have a Bluetooth headset with an accept/hangup button, try pressing the button while in call and see if the call hangs up. Accepting the call or last number redial might not work, and is a known issue.</p>
<p dir="auto">You may want to also follow this test plan from Canonical if you want to be extra sure there's no issue. However, even in the current version of PulseAudio, not all tests in this test plan pass. Thus, you may want to double-check if it's a regression or not.<br />
<a href="https://wiki.ubuntu.com/Process/Merges/TestPlan/pulseaudio" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.ubuntu.com/Process/Merges/TestPlan/pulseaudio</a></p>
<p dir="auto"><strong>If you found any issue/regression:</strong></p>
<p dir="auto">Luckily, someone has written a script that automates enabling, disabling, and collecting debug logs [1]. It's located at <a href="https://github.com/bergotorino/bt-debugging-tools" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/bergotorino/bt-debugging-tools</a></p>
<p dir="auto">To enable debugging, run <code>./bt-device-enable.sh -e -p &lt;lockscreen password&gt;</code>. The device will reboot automatically. Then, after reproducing the issue, run <code>./bt-collect-logs.sh &lt;password&gt;</code>. A tarball will be produced. Please send that to me via PM or Telegram (<a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a>) as it can contain sensitive information. Please also mention the brands of <em>all</em> devices you used to test in the PM; they'll be used to match up with what's in the log.</p>
<p dir="auto">To disable debugging, run <code>./bt-device-enable.sh -d -p &lt;password&gt;</code></p>
<p dir="auto">[1] For devices with ADB anyway. If you use a Halium 7.1 devices without ADB, you may take a look at the script, or you can ask me.</p>
<p dir="auto"><strong>Known issues:</strong></p>
<ul>
<li>The issue that the playing streams won't switch to the headset after a re-connect/connecting another device is <a href="https://github.com/ubports/ubuntu-touch/issues/1045" target="_blank" rel="noopener noreferrer nofollow ugc">issue #1045</a>. The fix requires that this update works first. To workaround, please close and reopen the app playing the sound.</li>
<li>Even though using the button on the headset to hangup work, using it to accept a call or redial might not work.</li>
<li>It's been reported that Bluetooth on OnePlus One is unstable in general. Thus, you may want to skip testing Bluetooth on this particular device.</li>
</ul>
]]></description><link>https://forums.ubports.com/topic/4300/call-for-testing-updated-pulseaudio-better-bluetooth-headset-support</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 06:12:54 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/4300.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 May 2020 16:01:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Wed, 08 Jul 2020 10:08:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flohack" aria-label="Profile: Flohack">@<bdi>Flohack</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> I believe I got this new version in the rc update from this morning. Thanks to everyone for the amazing job pursuing this... I'm still patiently waiting for my Pro5 to work without noise for bluetooth calls... Again, great job!</p>
]]></description><link>https://forums.ubports.com/post/36413</link><guid isPermaLink="true">https://forums.ubports.com/post/36413</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Wed, 08 Jul 2020 10:08:23 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Mon, 06 Jul 2020 20:43:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> yeah sure all things that are pretty close to finalization will be in devel first to be tested and then QAed before OTA release in RC</p>
]]></description><link>https://forums.ubports.com/post/36343</link><guid isPermaLink="true">https://forums.ubports.com/post/36343</guid><dc:creator><![CDATA[flohack]]></dc:creator><pubDate>Mon, 06 Jul 2020 20:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Mon, 06 Jul 2020 20:38:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> When this will be merged unto the main branch, will it appear in devel and, respectively, rc version?</p>
]]></description><link>https://forums.ubports.com/post/36342</link><guid isPermaLink="true">https://forums.ubports.com/post/36342</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Mon, 06 Jul 2020 20:38:38 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Wed, 01 Jul 2020 09:20:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> I believe that I reverted to the current version following your instructions (even tough I got an error regarding some dependencies for repowerd-data). The situation now is not better and by that I mean that during a phone call through not-high quality audio mode Nokia J bluetooth headset there is an initial noise and then the sound is muted. While, with your new version installed, the call would not be muted although still very noisy.</p>
<p dir="auto">Unfortunately I cannot update again to your new version because of the same dependency error as described above. I delayed my answer hoping that a new rc version would land this morning but it was not the case.</p>
<p dir="auto">Again thank you for all your work and I hope this noise issue will be solved...</p>
]]></description><link>https://forums.ubports.com/post/35989</link><guid isPermaLink="true">https://forums.ubports.com/post/35989</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Wed, 01 Jul 2020 09:20:32 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Tue, 30 Jun 2020 21:56:14 GMT]]></title><description><![CDATA[<p dir="auto">I'm using Meizu 5 as a daily driver. I can confirm there has been a progress. Before the update I could listen to music flawlessly but making phone calls was impossible. After following instructions and installed the update, phone call won't cut off anymore after few secs but the quality of voice of the caller still needs work. It was cutting up a lot. I just tried to listen to my voicemail messages and I could barely understand what the caller was telling me. Too much cutting up. Pleasant surprise was when I finally hung up music player resumed playing where it left off. Nice one !</p>
<p dir="auto">So yeah I could see the progress but the quality of voice transmitted needs extra work.</p>
]]></description><link>https://forums.ubports.com/post/35968</link><guid isPermaLink="true">https://forums.ubports.com/post/35968</guid><dc:creator><![CDATA[marek_python]]></dc:creator><pubDate>Tue, 30 Jun 2020 21:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Tue, 30 Jun 2020 17:40:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> Could you please test if the noise problem is a regression from the current version in the system image? You may do so by running <code>ubports-qa remove xenial_-_pulseaudio-updates-to-0ubuntu3.10</code> or by re-flashing the phone.</p>
<p dir="auto">If it's not a regression, I'll consider the test successful and proceed to merge this into the main branch.</p>
]]></description><link>https://forums.ubports.com/post/35951</link><guid isPermaLink="true">https://forums.ubports.com/post/35951</guid><dc:creator><![CDATA[peat_psuwit]]></dc:creator><pubDate>Tue, 30 Jun 2020 17:40:00 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Wed, 24 Jun 2020 20:11:27 GMT]]></title><description><![CDATA[<p dir="auto">I tried this on my Pro5 rc channel with Nokia J headset - without high quality audio mode. The headset finally has call audio and both speaker and microphone work but there is so much noise that it makes it unusable. I sent you the logs.</p>
<p dir="auto">Needless to say, a very big thank you for all your work!!! I am amazed that this is finally going somewhere... I was waiting this moment for maybe 4 years...</p>
]]></description><link>https://forums.ubports.com/post/35630</link><guid isPermaLink="true">https://forums.ubports.com/post/35630</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Wed, 24 Jun 2020 20:11:27 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Wed, 24 Jun 2020 09:47:51 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I've pushed an update to the repository to fix an issue with the Bluetooth headsets without high-quality audio mode. If you have such a headset, I encourage you to test this new version.</p>
<p dir="auto">Thank you to everyone for testing this out.</p>
]]></description><link>https://forums.ubports.com/post/35601</link><guid isPermaLink="true">https://forums.ubports.com/post/35601</guid><dc:creator><![CDATA[peat_psuwit]]></dc:creator><pubDate>Wed, 24 Jun 2020 09:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Mon, 15 Jun 2020 14:47:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> said in <a href="/post/33388">Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support</a>:</p>
<blockquote>
<h1></h1>
</blockquote>
<p dir="auto">Since the update from yesterday in the dev channel, media-hub audio stops when locking the device. Is it related to this? Is better to tet this as well?</p>
]]></description><link>https://forums.ubports.com/post/34985</link><guid isPermaLink="true">https://forums.ubports.com/post/34985</guid><dc:creator><![CDATA[CiberSheep]]></dc:creator><pubDate>Mon, 15 Jun 2020 14:47:58 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Mon, 15 Jun 2020 12:55:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> Please follow the debugging instruction and send the log to me.</p>
]]></description><link>https://forums.ubports.com/post/34976</link><guid isPermaLink="true">https://forums.ubports.com/post/34976</guid><dc:creator><![CDATA[peat_psuwit]]></dc:creator><pubDate>Mon, 15 Jun 2020 12:55:15 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Wed, 10 Jun 2020 08:04:33 GMT]]></title><description><![CDATA[<p dir="auto">There was an update on the rc channel that landed this morning so, ufter the update, I followed the instructions in the first post. I then connected my Nokia J bluetooth headset to my Pro5 (turbo). There is a crackling noise that comes out of the phone speaker (the bottom loud speaker, not the small top speaker used for phonecalls). The calls don't go through the bluetooth headset, neither is the music. Actually the music app doesn't even show any progress in playing the music. After disconnecting the bluetooth headset and restarting the music app, songs do play throught the loudspeaker of the phone. Also, after disconnecting the bluetooth headset, the phonecalls work.</p>
<p dir="auto">Another thing is that, even without connecting the bluetooth headset, ofonod uses 100% of one core of the cpu, so I had to stop it with kill.</p>
]]></description><link>https://forums.ubports.com/post/34588</link><guid isPermaLink="true">https://forums.ubports.com/post/34588</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Wed, 10 Jun 2020 08:04:33 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sun, 07 Jun 2020 14:19:21 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunately, the bluetooth headset I secured was not registered by my N5. So I tested once more with my JBL bluetooth speakers.  I got a connection between the device and the speakers, but the sound was not routed to the BT speakers. Instead, sound came from the device itself. After rebooting the device connected automatically to the BT speakers and I was able to play music on them. But when I disconnected the speakers from the bluetooth menu and then reconnected them, the sound once again came only from the device itself.</p>
<p dir="auto">I have collected logs using the script you pointed out and will send them to you.</p>
]]></description><link>https://forums.ubports.com/post/34414</link><guid isPermaLink="true">https://forums.ubports.com/post/34414</guid><dc:creator><![CDATA[aribk]]></dc:creator><pubDate>Sun, 07 Jun 2020 14:19:21 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sun, 07 Jun 2020 11:28:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> said in <a href="/post/33863">Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aribk" aria-label="Profile: aribk">@<bdi>aribk</bdi></a> The issue that the playing streams won't switch to the headset after a re-connect is issue #1045. However, the rest of the issues is not known to me. If you care enough, could you please check if it's a regression or not. If it is, or it's inconvenient to test with the previous version, please follow the instructions for collecting the log.</p>
</blockquote>
<p dir="auto">OK. Today I resumed testing on my N5. I reinstalled devel with the UBports installer and repeated your steps above.</p>
<p dir="auto">I tried out a wired headset and this works well.</p>
<p dir="auto">Then I followed some of canonical's steps that you linked to. I have the output of all the 'pactl list sink' tests if you're interested. They all give the expected media.role output, except when playing a ringtone. In this case I got 'media.role = "multimedia" ' But I played the ringtone from settings &gt; sound &gt; ringtones . Just thought it might be worth mentioning in case this gives a different result from an actual call.</p>
<p dir="auto">I hope to secure a bluetooth headset during the course of the day to be able to test this. Will follow up and send you the logs if I run into trouble.</p>
]]></description><link>https://forums.ubports.com/post/34407</link><guid isPermaLink="true">https://forums.ubports.com/post/34407</guid><dc:creator><![CDATA[aribk]]></dc:creator><pubDate>Sun, 07 Jun 2020 11:28:32 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Wed, 03 Jun 2020 07:49:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> said in <a href="/post/33863">Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aribk" aria-label="Profile: aribk">@<bdi>aribk</bdi></a> The issue that the playing streams won't switch to the headset after a re-connect is <a href="https://github.com/ubports/ubuntu-touch/issues/1045" target="_blank" rel="noopener noreferrer nofollow ugc">issue #1045</a>. However, the rest of the issues is not known to me. If you care enough, could you please check if it's a regression or not. If it is, or it's inconvenient to test with the previous version, please follow the instructions for collecting the log.</p>
<p dir="auto">Thank you!</p>
</blockquote>
<p dir="auto">I read this only now, sorry! I will see if I can get round to it within the next couple of days.</p>
]]></description><link>https://forums.ubports.com/post/34185</link><guid isPermaLink="true">https://forums.ubports.com/post/34185</guid><dc:creator><![CDATA[aribk]]></dc:creator><pubDate>Wed, 03 Jun 2020 07:49:57 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Thu, 28 May 2020 16:14:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefano" aria-label="Profile: Stefano">@<bdi>Stefano</bdi></a> Could you please follow the instructions for collecting the log? The issue where the audio via Bluetooth cuts off after a few seconds is supposed to be fixed.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aribk" aria-label="Profile: aribk">@<bdi>aribk</bdi></a> The issue that the playing streams won't switch to the headset after a re-connect is <a href="https://github.com/ubports/ubuntu-touch/issues/1045" target="_blank" rel="noopener noreferrer nofollow ugc">issue #1045</a>. However, the rest of the issues is not known to me. If you care enough, could you please check if it's a regression or not. If it is, or it's inconvenient to test with the previous version, please follow the instructions for collecting the log.</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forums.ubports.com/post/33863</link><guid isPermaLink="true">https://forums.ubports.com/post/33863</guid><dc:creator><![CDATA[peat_psuwit]]></dc:creator><pubDate>Thu, 28 May 2020 16:14:54 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Tue, 26 May 2020 10:30:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> I tested this in my OPO, Ota-12, devel channel. Bluetooth is now working for making and receiving calls from my car, It was not working before. Great job!</p>
]]></description><link>https://forums.ubports.com/post/33710</link><guid isPermaLink="true">https://forums.ubports.com/post/33710</guid><dc:creator><![CDATA[wgarcia]]></dc:creator><pubDate>Tue, 26 May 2020 10:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sun, 24 May 2020 12:31:11 GMT]]></title><description><![CDATA[<p dir="auto">Tested on N5</p>
<p dir="auto">JBL and Bose speakers both work nicely.<br />
I connected the phone to the sound system of my car (which is registered as a bluetooth headset) and there were issues. I did not have a SIM installed, so the following is based on playing music (which worked perfectly on the aforementioned speakers):</p>
<ol>
<li>I got sound on the in-car sound system.</li>
<li>Sound was a bit low, even with in-car volume near max, so I decided to turn up the volume on the N5. This worked for a couple of seconds, then the sound was cut off. The music app (Cloud Music v. 1.6.2) intermittently showed progress playing the song, but no sound came over the speakers (nor from the phone).</li>
<li>I disconnected the phone from the car and was able to restart the app and get sound on the phone. I then reconnected while a song was playing. The phone showed it was connected, but sound emanated from the phone itself, not the in-car sound system. I was still on the in-car menu for connecting a bluetooth device. When I switched to the media menu, sound came from the car speakers a couple of seconds, then cut off completely. The device was still registered as connected. No sound came from the device itself either.</li>
</ol>
<p dir="auto">I also tested using the device hooked up to an external display. Previously, on RC, when using a bluetooth keyboard and mouse, the mouse would continue to work when the external display was connected, but the keyboard would not. It would still be connected, but text could not be typed from it. Now, using devel and testing your bluetooth modifications the keyboard functions perfectly when the external display is connected.</p>
]]></description><link>https://forums.ubports.com/post/33600</link><guid isPermaLink="true">https://forums.ubports.com/post/33600</guid><dc:creator><![CDATA[aribk]]></dc:creator><pubDate>Sun, 24 May 2020 12:31:11 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sat, 23 May 2020 20:50:53 GMT]]></title><description><![CDATA[<p dir="auto">So, in my case (rc channel), can I try this after the next phone update?</p>
]]></description><link>https://forums.ubports.com/post/33578</link><guid isPermaLink="true">https://forums.ubports.com/post/33578</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Sat, 23 May 2020 20:50:53 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sat, 23 May 2020 18:57:58 GMT]]></title><description><![CDATA[<p dir="auto">Meizu Pro 5, devel, followed the guide, installed, connected to  bt headphones and can only hear a terrible noise, nothing else.a call via Bluetooth does work but cuts off after a few seconds = well I couldn't hear anything else only a noise, but it did not cut off, I did terminate the call after about 15 -20 seconds )<br />
Music plays well on bt headphones ( had to reboot to get a proper connection and detection (</p>
]]></description><link>https://forums.ubports.com/post/33574</link><guid isPermaLink="true">https://forums.ubports.com/post/33574</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Sat, 23 May 2020 18:57:58 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sat, 23 May 2020 17:14:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> missed that ,,devel,, in my case</p>
]]></description><link>https://forums.ubports.com/post/33566</link><guid isPermaLink="true">https://forums.ubports.com/post/33566</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Sat, 23 May 2020 17:14:30 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sat, 23 May 2020 16:04:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> as <a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a>  said in his post, you need to be on the latest devel image</p>
]]></description><link>https://forums.ubports.com/post/33560</link><guid isPermaLink="true">https://forums.ubports.com/post/33560</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Sat, 23 May 2020 16:04:35 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sat, 23 May 2020 14:37:08 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for all the replies and testing on Pro5. <a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> there is no new update for the rc channel since may 8th...</p>
]]></description><link>https://forums.ubports.com/post/33554</link><guid isPermaLink="true">https://forums.ubports.com/post/33554</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Sat, 23 May 2020 14:37:08 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sat, 23 May 2020 16:00:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ernest" aria-label="Profile: ernest">@<bdi>ernest</bdi></a> can you call using Bluetooth headphones? No cracking noise?</p>
]]></description><link>https://forums.ubports.com/post/33553</link><guid isPermaLink="true">https://forums.ubports.com/post/33553</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Sat, 23 May 2020 16:00:57 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing: Updated Pulseaudio &amp; better Bluetooth headset support on Sat, 23 May 2020 14:07:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> I tried on Ota-11, it succeeded installation, was able to pair the bluetooth headphones with phone, but sound and mic did not work. There was no terrible noise and cracking sound like before, but no sound at all. I was able to switch the call output from BT to speaker to headset and back, but no sound output or input on BT. (Jabra BT headphones)<br />
Haven't tried on Ota-12 yet(must do a backup first)</p>
]]></description><link>https://forums.ubports.com/post/33552</link><guid isPermaLink="true">https://forums.ubports.com/post/33552</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Sat, 23 May 2020 14:07:09 GMT</pubDate></item></channel></rss>