Status Update
Comments
bo...@gmail.com <bo...@gmail.com> #2
Hi there,
Thanks for reporting this. Do you mind attempting to install again? If there's no bin/ folder, that suggests an incomplete installation.
Thanks for reporting this. Do you mind attempting to install again? If there's no bin/ folder, that suggests an incomplete installation.
ja...@android.com <ja...@android.com>
lu...@gmail.com <lu...@gmail.com> #3
I installed again and again, uninstalled, installed for all users, not just me, everything. Doensn't help.
Maybe this helps:
Output folder: C:\Users\Paul\AppData\Local\Google\Cloud SDK
Checking for Python 2.7...
Create folder: C:\Users\Paul\AppData\Local\Google\Cloud SDK\google-cloud-sdk
Extract: google-cloud-sdk\install_google_cloud_sdk.py... 100%
Downloading Google Cloud SDK and installing components...
Traceback (most recent call last):
File "google-cloud-sdk\install_google_cloud_sdk.py", line 99, in <module>
main()
File "google-cloud-sdk\install_google_cloud_sdk.py", line 83, in main
archive_path = DownloadArchive(t, url)
File "google-cloud-sdk\install_google_cloud_sdk.py", line 63, in DownloadArchive
req = urlopen(url)
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
Adding C:\Users\Paul\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin to the PATH.
Unsetting CLOUDSDK_PYTHON environment variable.
Google Cloud SDK has been installed!
Maybe this helps:
Output folder: C:\Users\Paul\AppData\Local\Google\Cloud SDK
Checking for Python 2.7...
Create folder: C:\Users\Paul\AppData\Local\Google\Cloud SDK\google-cloud-sdk
Extract: google-cloud-sdk\install_google_cloud_sdk.py... 100%
Downloading Google Cloud SDK and installing components...
Traceback (most recent call last):
File "google-cloud-sdk\install_google_cloud_sdk.py", line 99, in <module>
main()
File "google-cloud-sdk\install_google_cloud_sdk.py", line 83, in main
archive_path = DownloadArchive(t, url)
File "google-cloud-sdk\install_google_cloud_sdk.py", line 63, in DownloadArchive
req = urlopen(url)
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
Adding C:\Users\Paul\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin to the PATH.
Unsetting CLOUDSDK_PYTHON environment variable.
Google Cloud SDK has been installed!
ec...@gmail.com <ec...@gmail.com> #4
Thanks for the additional information.
Looks like your Python installation is having a hard time connecting securely to Google. What Python version are you using? What happens when you run
> python -c 'import urllib2; print urllib2.urlopen("https://dl.google.com/ ").read()'
using that Python installation.
We need to do a better job of detecting when the installation fails.
Looks like your Python installation is having a hard time connecting securely to Google. What Python version are you using? What happens when you run
> python -c 'import urllib2; print urllib2.urlopen("
using that Python installation.
We need to do a better job of detecting when the installation fails.
ce...@gmail.com <ce...@gmail.com> #5
I'm using python 2.7.10.
As far as I can tell, it is the same error.
>>> import urllib2; print urllib2.urlopen("https://dl.google.com/ ").read()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
>>>
As far as I can tell, it is the same error.
>>> import urllib2; print urllib2.urlopen("
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
>>>
jo...@gmail.com <jo...@gmail.com> #6
Okay, then it's a problem with the way Python is hooked up to your computer's certificate store, or a problem with the certificate store itself.
Can you try connecting to that URL using a web browser (one that's not Chrome would be great, since I think Chrome does some funky stuff with its certificate stores). IE or Edge would be great.
Can you try connecting to that URL using a web browser (one that's not Chrome would be great, since I think Chrome does some funky stuff with its certificate stores). IE or Edge would be great.
at...@gmail.com <at...@gmail.com> #7
Well, I'm not really good at reading or writing code, so the only thing I can see it should download https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.tar.gz
I downloaded this file using browser, extracted it and tried executing install.bat because I'm on windows.
This happens:
Welcome to the Google Cloud SDK!
To help improve the quality of this product, we collect anonymized data on how
the SDK is used. You may choose to opt out of this collection now (by choosing
'N' at the below prompt), or at any time in the future by running the following
command:
gcloud config set --scope=user disable_usage_reporting true
Do you want to help improve the Google Cloud SDK (Y/n)? Y
This will install all the core command line tools necessary for working with
the Google Cloud Platform.
ERROR: (gcloud.components.update) Failed to fetch component listing from server. Check your network settings and try again.
Google Cloud SDK installer will now exit.
Drücken Sie eine beliebige Taste . . .
I downloaded this file using browser, extracted it and tried executing install.bat because I'm on windows.
This happens:
Welcome to the Google Cloud SDK!
To help improve the quality of this product, we collect anonymized data on how
the SDK is used. You may choose to opt out of this collection now (by choosing
'N' at the below prompt), or at any time in the future by running the following
command:
gcloud config set --scope=user disable_usage_reporting true
Do you want to help improve the Google Cloud SDK (Y/n)? Y
This will install all the core command line tools necessary for working with
the Google Cloud Platform.
ERROR: (gcloud.components.update) Failed to fetch component listing from server. Check your network settings and try again.
Google Cloud SDK installer will now exit.
Drücken Sie eine beliebige Taste . . .
[Deleted User] <[Deleted User]> #8
Upon further research, it looks like you're hitting this OpenSSL bug: http://stackoverflow.com/questions/27804710/python-urllib2-ssl-error/27826829#27826829
We'll take a look at ways that we can work around this bug on our end. You may be able to use a solution like the one here:http://stackoverflow.com/a/31915123/4922212
We'll take a look at ways that we can work around this bug on our end. You may be able to use a solution like the one here:
r....@gmail.com <r....@gmail.com> #9
I just downloaded Python 2.7.9.
It worked! Thank you!
It worked! Thank you!
bf...@gmail.com <bf...@gmail.com> #10
Doesn't work for Python 2.7.10 & 3.5.0
Works fine for Python 2.7.9
Works fine for Python 2.7.9
br...@gmail.com <br...@gmail.com> #11
We've added a workaround for systems with incorrectly-configured certificate stores for Python and we're targeting Cloud SDK release 0.9.88.
bf...@gmail.com <bf...@gmail.com> #12
0.9.88 is out. Please let us know if you can still reproduce this issue.
[Deleted User] <[Deleted User]> #13
This issue is still happening with a download i tried few mts back. Can you please help?
bf...@gmail.com <bf...@gmail.com> #14
What's the error message you're getting? Can you paste it here?
[Deleted User] <[Deleted User]> #15
Output folder: C:\Program Files (x86)\Google\Cloud SDK
Checking for Python 2.7...
Create folder: C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk
Extract: google-cloud-sdk\install_google_cloud_sdk.py
Create bat file: C:\Program Files (x86)\Google\Cloud SDK\cloud_env.bat
Downloading Google Cloud SDK and installing components...
Traceback (most recent call last):
File "google-cloud-sdk\install_google_cloud_sdk.py", line 99, in <module>
main()
File "google-cloud-sdk\install_google_cloud_sdk.py", line 83, in main
archive_path = DownloadArchive(t, url)
File "google-cloud-sdk\install_google_cloud_sdk.py", line 63, in DownloadArchive
req = urlopen(url)
File "C:\python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
Failed to install.
Windows 10
Python 2.7.10
Trying "urllib2.urlopen("https://dl.google.com/ ").read()" directly yields:
print urllib2.urlopen("https://dl.google.com/ ").read()
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
Checking for Python 2.7...
Create folder: C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk
Extract: google-cloud-sdk\install_google_cloud_sdk.py
Create bat file: C:\Program Files (x86)\Google\Cloud SDK\cloud_env.bat
Downloading Google Cloud SDK and installing components...
Traceback (most recent call last):
File "google-cloud-sdk\install_google_cloud_sdk.py", line 99, in <module>
main()
File "google-cloud-sdk\install_google_cloud_sdk.py", line 83, in main
archive_path = DownloadArchive(t, url)
File "google-cloud-sdk\install_google_cloud_sdk.py", line 63, in DownloadArchive
req = urlopen(url)
File "C:\python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
Failed to install.
Windows 10
Python 2.7.10
Trying "urllib2.urlopen("
print urllib2.urlopen("
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
at...@gmail.com <at...@gmail.com> #16
I installed from the zip/archive and this *worked*. So, it appears to be a problem with the Windows installer.
ma...@gmail.com <ma...@gmail.com> #17
Thanks for letting us know. There shouldn't be any differences between the Windows installer and the zip/archive installation method, so something's a little fishy. We'll investigate.
bs...@gmail.com <bs...@gmail.com> #18
Is there any chance that you're using different Python installations in the installer vs. when installing from the archive?
te...@gmail.com <te...@gmail.com> #19
It is possible (and I will check). The python installation on the Windows machine is updated (since I installed the Cloud SDK previously was working) and I don't recall doing it. This was my motivation for upgrading.
It used to be in c:\python27_x64 (2.7.9) and it is now in c:\python27 (2.7.10). Gcloud was working. When I tried to use it yesterday (before upgrading), it threw errors at being unable to find the python interpreter and, when I checked c:\python27_x64, the directory contained neither python.exe nor pythonw.exe (?) and I assumed this was because the previous version had been uninstalled.
After I installed from the archive, I had to manually set CLOUDSDK_PYTHON to the new directory in order to use gcloud.
It used to be in c:\python27_x64 (2.7.9) and it is now in c:\python27 (2.7.10). Gcloud was working. When I tried to use it yesterday (before upgrading), it threw errors at being unable to find the python interpreter and, when I checked c:\python27_x64, the directory contained neither python.exe nor pythonw.exe (?) and I assumed this was because the previous version had been uninstalled.
After I installed from the archive, I had to manually set CLOUDSDK_PYTHON to the new directory in order to use gcloud.
yu...@gmail.com <yu...@gmail.com> #20
I checked the Windows machine and am confident (not certain) that there's only one (2.7.10) python installation on it. As I recall the installer logs that it found a python interpreter but doesn't (?) provide specific information on where/which python interpreter.
te...@gmail.com <te...@gmail.com> #21
Now that you have one fixed version of python, can you please try installing using the installer to see whether it still encounters an error? Thanks.
my...@gmail.com <my...@gmail.com> #22
same-same
im...@gmail.com <im...@gmail.com> #23
and... I didn't fix anything. The check appeared to prove that I only had one version of python installed 2.7.10
ra...@gmail.com <ra...@gmail.com> #24
I am too getting the same error.
I logged in to Cygwin
run the command curlhttps://sdk.cloud.google.com | bash
it first asks for installing in my home directory - I Enter
then a bunch of files get downloaded
$ ls -lrt google-cloud-sdk/
total 91
-rw-r--r-- 1 USER Domain Users 63916 Apr 21 13:56 RELEASE_NOTES
-rw-r--r-- 1 USER Domain Users 684 Apr 21 13:56 README
-rw-r--r-- 1 USER Domain Users 31 Apr 21 13:56 path.zsh.inc
-rw-r--r-- 1 USER Domain Users 308 Apr 21 13:56 path.bash.inc
-rw-r--r-- 1 USER Domain Users 980 Apr 21 13:56 LICENSE
-rwxr-xr-x 1 USER Domain Users 3509 Apr 21 13:56 install.sh
-rwxr-xr-x 1 USER Domain Users 1581 Apr 21 13:56 install.bat
-rw-r--r-- 1 USER Domain Users 1945 Apr 21 13:56 completion.zsh.inc
-rw-r--r-- 1 USER Domain Users 2338 Apr 21 13:56 completion.bash.inc
drwxr-xr-x+ 1 USER Domain Users 0 Apr 21 13:59 platform
drwxr-xr-x+ 1 USER Domain Users 0 Apr 21 13:59 lib
drwxr-xr-x+ 1 USER Domain Users 0 Apr 21 13:59 bin
/home/USER/google-cloud-sdk/install.sh
Welcome to the Google Cloud SDK!
/home/USER/google-cloud-sdk/install.sh: line 128: C:\python27\python.exe: command not found
Tried so many times but still getting same error. Using WINSOWS 7 Enterprise. Cygwin Setup Exe version 2.874 ( 64 bit ).
I had Python installed on my system and the Path was also updated. Again I tried to install Python from Cygwin. that didn't work. Now I uninstalled Python from my system and removed from Path still the google-cloud-sdk installation fails.
The only thing I have changed above is from my userid to USER.
I logged in to Cygwin
run the command curl
it first asks for installing in my home directory - I Enter
then a bunch of files get downloaded
$ ls -lrt google-cloud-sdk/
total 91
-rw-r--r-- 1 USER Domain Users 63916 Apr 21 13:56 RELEASE_NOTES
-rw-r--r-- 1 USER Domain Users 684 Apr 21 13:56 README
-rw-r--r-- 1 USER Domain Users 31 Apr 21 13:56 path.zsh.inc
-rw-r--r-- 1 USER Domain Users 308 Apr 21 13:56 path.bash.inc
-rw-r--r-- 1 USER Domain Users 980 Apr 21 13:56 LICENSE
-rwxr-xr-x 1 USER Domain Users 3509 Apr 21 13:56 install.sh
-rwxr-xr-x 1 USER Domain Users 1581 Apr 21 13:56 install.bat
-rw-r--r-- 1 USER Domain Users 1945 Apr 21 13:56 completion.zsh.inc
-rw-r--r-- 1 USER Domain Users 2338 Apr 21 13:56 completion.bash.inc
drwxr-xr-x+ 1 USER Domain Users 0 Apr 21 13:59 platform
drwxr-xr-x+ 1 USER Domain Users 0 Apr 21 13:59 lib
drwxr-xr-x+ 1 USER Domain Users 0 Apr 21 13:59 bin
/home/USER/google-cloud-sdk/install.sh
Welcome to the Google Cloud SDK!
/home/USER/google-cloud-sdk/install.sh: line 128: C:\python27\python.exe: command not found
Tried so many times but still getting same error. Using WINSOWS 7 Enterprise. Cygwin Setup Exe version 2.874 ( 64 bit ).
I had Python installed on my system and the Path was also updated. Again I tried to install Python from Cygwin. that didn't work. Now I uninstalled Python from my system and removed from Path still the google-cloud-sdk installation fails.
The only thing I have changed above is from my userid to USER.
te...@gmail.com <te...@gmail.com> #25
$ python
Python 2.7.10 (default, Jun 1 2015, 18:05:38)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
[3]+ Stopped python
I have the right version of Python for Cygwin. No other python sw on my system.
Python 2.7.10 (default, Jun 1 2015, 18:05:38)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
[3]+ Stopped python
I have the right version of Python for Cygwin. No other python sw on my system.
jo...@gmail.com <jo...@gmail.com> #26
gcloud comes as a Windows native application and set of commands. You do not need Cygwin to get it to work. Simply install Python for Windows and the gcloud SDK for Windows. It should work simply using the Windows command prompt.
If you must use gcloud with Cygwin for some reason, please describe why as some hacks are possible but not favorable.
If you must use gcloud with Cygwin for some reason, please describe why as some hacks are possible but not favorable.
te...@gmail.com <te...@gmail.com> #27
Is anyone here still encountering issues when installing Python >= 2.7.10 for Windows to C:\python27 and the gcloud SDK for Windows with the installer[1]? There's also an installer for Windows that comes bundled with Python should someone need the convenience.
This issue is due to close in a few days.
[1]:https://cloud.google.com/sdk/downloads#versioned
This issue is due to close in a few days.
[1]:
[Deleted User] <[Deleted User]> #28
As there has been no new activity on this thread for some time, I am closing it as Obsolete.
Should you still be encountering this issue and none of the above solutions/workarounds work for you, please open a new issue linking back to this one for context.
Be sure to include the output of 'gcloud version' and any other information you think might be relevant to the issue.
Should you still be encountering this issue and none of the above solutions/workarounds work for you, please open a new issue linking back to this one for context.
Be sure to include the output of 'gcloud version' and any other information you think might be relevant to the issue.
te...@gmail.com <te...@gmail.com> #29
@28 - I was thinking the same thing. It makes me wonder if it's a universal issue with 4.2, or if we are just the "lucky" few.
If I were an Android developer, and I drove home from work the day 4.2 came out and I had to listen to static and crackling over the music in my car, I'd have to turn around and try to fix it that night.
If I were an Android developer, and I drove home from work the day 4.2 came out and I had to listen to static and crackling over the music in my car, I'd have to turn around and try to fix it that night.
cb...@gmail.com <cb...@gmail.com> #30
It does it on both my Nexus 7 and my gnex. Highs are terribly distorted. Don't want to go back to 4.1.2, but might have to.
ri...@gmail.com <ri...@gmail.com> #31
I had to revert back to 4.1.2. I tried to get used to over compressed a2dp, but I just could not stand it. After pushing 4.2 camera and keyboard I hardly miss the "real" 4.2.
cb...@gmail.com <cb...@gmail.com> #32
@29. It does on both my Ford sync and logitech receiver on both my Nexus 7 and gnex. I would lean towards there being a significant number of people with this issue. Unless both of my devices are effected by the same 4.2 defect. Had to go back to 4.1.2 on my phone because of it. Can deal with the sound on my tablet since the only bluetooth I use is for tv/vocal.
wo...@gmail.com <wo...@gmail.com> #33
poor bluetooth audio on Nexus 4 4.2.1. Also... no track info for car display. Please fix, aux cable is sooooo 2008.
jo...@gmail.com <jo...@gmail.com> #34
The question remains....Does Google acknowledge any of our problems?
rh...@gmail.com <rh...@gmail.com> #35
After the upgrade to 4.2.1 on my Google Nexus 4 phone the voice quality with an bluetooth earbud has become very poor. Have gone back to a wired earbud until issue is addressed.
ad...@gmail.com <ad...@gmail.com> #36
Commenter 35 - Don R, and others with a Nexus 4, if you I read you correctly, BT voice quality on your Nexus 4 was working satisfactorily prior to updating to 4.2.1 -- can you confirm? I ask because the BT voice quality on my just-received Nexus 4 with 4.2.1 is terrible, rendering it basically unusable (with voice recognition over BT completely broken), but I didn't try it prior to the upgrade. I'd like to be sure it is a software issue & that I didn't receive a lemon, since BT voice is a critical feature for me, and most of the reports I've seen about BT voice with 4.2.1 have seemed to be with other devices, not the Nexus 4.
te...@gmail.com <te...@gmail.com> #37
@36. See my comments 25 & 27. I received a replacement N4 that had several other issues besides A2DP settings. If the issues you describe match the ones I listed above, you might have a lemon too.
My original N4 (the one I'm using now and keeping) has no other issues besides Bluetooth audio playback. All phone conversations sound fine, and voice recognition is fantastic.
My original N4 (the one I'm using now and keeping) has no other issues besides Bluetooth audio playback. All phone conversations sound fine, and voice recognition is fantastic.
ad...@gmail.com <ad...@gmail.com> #38
@37 - Thanks -- so to confirm, on your original N4 BT phone conversations & VR are working well *after* an upgrade to 4.2.1? That is disappointing :( -- with all the BT issues around the update, I'd been hoping that this was a manifestation of that; but I guess now I do need to worry about the possibility of faulty BT specific to this device (which seems to be fine in other respects). It's rather frustrating that the BT software in the current release is so problematic at the same time, really muddies the waters. Any other device, if it's faulty, np, get it replaced but with the N4 it sounds like good luck getting another functioning one before next July.
ad...@gmail.com <ad...@gmail.com> #39
@35 For you, though, your comment implies that BT voice on your N4 was working well prior to 4.2.1 and then became problematic after the 4.2.1 upgrade.. is that correct?
te...@gmail.com <te...@gmail.com> #40
Correct, everything on my original N4 works fine except Bluetooth audio playback.
Google Play does have devices for warranty replacements. I got my replacement within 3-5 business days.
Google Play does have devices for warranty replacements. I got my replacement within 3-5 business days.
ad...@gmail.com <ad...@gmail.com> #41
@40 - Thanks. It doesn't sound like the replacement device they sent you was terribly satisfactory to you, though.. :( Maybe just bad luck.. But I wonder if it might be "refurbished" (i.e.: recycled to other customers) devices starting to make the rounds.
td...@gmail.com <td...@gmail.com> #42
I BOUGHT THE NEXUS7 FOR ITS' BLUETOOTH ABILITY AND IT WAS GREAT.THEN THE UPDATE MADE THAT FEATURE THE WORST PART OF THE TABLET.MY QUESTION IS:DID ANYBODY THINK TO TRY OUT BLUETOOTH DURING THE UPDATE PROCESS(ENGINEERS,SOFTWARE DEVELOPERS,ETC.)FOR AT LEAST 30 SECONDS?..AND WHAT DOES THIS SAY ABOUT GOOGLES' FUTURE UPDATES.I'VE BEEN A MAC USER FOR OVER 30 YEARS AND I HAVE NEVER SEEN SUCH A BLATANT OVERSIGHT SUCH AS THIS IN THEIR PRODUCTS.THE LEAST I WOULD EXPECT IS AN ACKNOWLEDGEMENT OF THE PROBLEM WITH A SMALL APOLOGY AND AN ASSURANCE THE PROBLEM IS BEING ADDRESSED.T.RUSSELL
at...@gmail.com <at...@gmail.com> #43
You're probably not helping at all. All caps and pointing fingers
accomplishes nothing.
This is not a place to yell about issues, but rather show the
developers that it's widespread. If you want to rant, start a blog.
The issue is being looked at (see @2). The Android devs have accepted
it as a case. Done. Now we wait, as expected for software development
of this nature.
accomplishes nothing.
This is not a place to yell about issues, but rather show the
developers that it's widespread. If you want to rant, start a blog.
The issue is being looked at (see @2). The Android devs have accepted
it as a case. Done. Now we wait, as expected for software development
of this nature.
td...@gmail.com <td...@gmail.com> #44
I'VE JUST STARTED.
mi...@gmail.com <mi...@gmail.com> #45
I have the Samsung Galaxy Nexus 4.1.1. Bluetooth phone calls have been unusable for 4.1.1 and the previous release. Bluetooth worked fine until I upgraded to ICS. Problem continued with JB.
I can barely understand what the party I'm speaking to is saying using any of the three Bluetooth headsets I've tried. A wired headset works fine and is what I'm using until this gets fixed.
I can barely understand what the party I'm speaking to is saying using any of the three Bluetooth headsets I've tried. A wired headset works fine and is what I'm using until this gets fixed.
te...@gmail.com <te...@gmail.com> #46
@45 - I don't know for sure, but yours might be a different issue. We are having issues with Bluetooth audio on Android 4.2. I think 4.1 was working fine for those of us who are experiencing bad audio quality with 4.2.
na...@gmail.com <na...@gmail.com> #47
Galaxy nexus w/ 4.2.1 Just got a new car w/ BT audio. Same issue with minor but noticeable distortion for high frequency sounds. Generally happy with my phone/software, but this needs to be dealt with!
sl...@gmail.com <sl...@gmail.com> #48
Well also report on my Nexus 4 with 4.2.1 I have having issues with high frequency ranges. Lows and mids sound ok abut highs and some vocals can be heard to be compressed more.
jo...@gmail.com <jo...@gmail.com> #49
I've had the LG HBS-700 bluetooth headphones with my previous phone, HTC Inspire, and they sounded great without noticeable 'compressed' sound. My Galaxy Nexus also worked and sounded fine until the OTA update to 4.2. That is when the music had a very compressed sound, specifically on high frequencies (especially percussion instruments). I have tried replacement bluetooth headphones. Cheap wired headphones do not have this issue. Different audio players, including Google Play Music have the audio issue over bluetooth.
cb...@gmail.com <cb...@gmail.com> #50
#49, this really makes me wonder if this is on all 4.2 devices and people are just not noticing it. I have a Nexus 7 along with a galaxy nexus and they both do it on my logitech receiver and my Ford sync. So, I guess my question is if anyone is having the problem on one bluetooth receiver and not on another. Or, last possibility, are only certain devices effected by this? Something in the actual hardware that is different in certain devices?
ma...@gmail.com <ma...@gmail.com> #51
My nexus 4 and galaxy nexus both have distortion on my factory head unit in my subaru Sti. Very annoying.
ra...@gmail.com <ra...@gmail.com> #52
I just switched from a Blackberry device to the SG3 and getting crackling on all voice calls through my brand new Silverado. Didn't have this problem with the Blackberry. Any have any info on a fix?
cb...@gmail.com <cb...@gmail.com> #53
#52. The problem people are talking about on this thread is the distortion in the upper frequencies on 4.2 and 4.2.1. The s3 hasn't been updated to that yet. As for your problem I am not sure if there is a fix. You could try different rooms, though I am not sure that would help. You could also see if it does it through another bluetooth device/car. Sorry I couldn't be of more help.
yu...@gmail.com <yu...@gmail.com> #54
If it is just the static and crackling distortion to the audio, the fix is to just raise the bitpool back to where it was in 4.1.x.
ma...@gmail.com <ma...@gmail.com> #55
How do you edit the bit pool?
yu...@gmail.com <yu...@gmail.com> #56
The bitpool that the device uses is set in the android source code itself. There would need to be an OS update to fix this. They did this before if I recall when Android was updated to 2.2 or 2.3. I don't understand why it regressed back.
jo...@gmail.com <jo...@gmail.com> #57
#50. My Samsung Galaxy Tablet 2 7.0 with Android 4.1.2 works just fine with bluetooth headphones.
cb...@gmail.com <cb...@gmail.com> #58
#56, so that would indicate that everyone using bluetooth is experiencing this on 4.2 and 4.2.1. So everyone saying that their bluetooth is fine on 4.2 and 4.2.1 just had a tin ear? Or is it device specific? I was leaning towards the former, though it is really hard for me to believe more people aren't complaining about this if it effects every device running 4.2+.
jo...@gmail.com <jo...@gmail.com> #59
Joey... 4.1.2 works well...Upgrade to 4.2, that's another story, a bad story actually. That's where the problems lies.
me...@gmail.com <me...@gmail.com> #60
I too have the same problem with clipping in the high frequencies, primarily audible in cymbals and orchestration. There is also noise and other artifacts in quiet passages. At first I was convinced that it was a problem exclusive to Bluetooth being broken in 4.2 and 4.2.1, since I first noticed the problem when I got the update on my Galaxy Nexus and Nexus 7. However, I am also hearing the same artifacts on my Motorola Xoom, which is still on 4.1.1. so I think there might be a problem with the Google Play Music App as well. It was also updated around the same time to support gapless playback, and I think something might have been broken in the app when they added this feature. Does anyone have an old version of Google Play Music they can roll back to to test this out?
cb...@gmail.com <cb...@gmail.com> #61
#60, I didn't notice till 4.2. When I rolled back to 4.1.2 it went away. That is not to say that the audio quality ever was audiophile material, however it was fine on my ear in my car on 4.1.2 even with the most recent Google Music app.
[Deleted User] <[Deleted User]> #62
I cannot even connect to my wireless speakers anymore.
mb...@gmail.com <mb...@gmail.com> #63
The new bluetooth stack is a jumbled mess. Google should really be doing better than this. What a mess. It's back to wires or 4.1.2 until they fix this garbage
lo...@gmail.com <lo...@gmail.com> #64
Have had issues in my Acura TL on horrible BT call quality. Paired up my brothers Galaxy Note (4.0.3) and it sounded perfect. I was beginning to think it was my HF system in my car as I have had issues ever since 4.1 on my gnex and now nexus 4. Any other people having issues in their acura ??
th...@gmail.com <th...@gmail.com> #65
I was so happy with Bluetooth audio when it finally became listenable in 4.0. Now it is back to this horrible, compressed, low-bitrate junk. Just when people have started making Bluetooth android docks too. Shame on you, Google.
cb...@gmail.com <cb...@gmail.com> #66
I just can't believe that this sound quality could get past everyone. I guess all the programmers were listening through their monitor speakers.
st...@gmail.com <st...@gmail.com> #67
Nexus 7 with Android 4.2 and BT Creative T12 bluetooth speakers same issue
dr...@gmail.com <dr...@gmail.com> #68
Same issue here...it sucks listening to BT Audio in my car now using my Nexus 4 =( Galaxy nexus 4.1 was excellent
te...@gmail.com <te...@gmail.com> #69
Is there any way to edit the title of this issue to remove "with Galaxy Nexus", since this is an issue with Android 4.2, and not phone-specific? There could be other users out there who are not starring or replying to this post, simply because of the title.
gr...@gmail.com <gr...@gmail.com> #70
For me, Bluetooth works fine if the screen is on but cuts out every few seconds if the screen is turned off.
cb...@gmail.com <cb...@gmail.com> #71
Comment 70. The problem people have in this forum is distortion in the high range. Listen to a cymbal heavy piece and I would assume that yours does it too. Though I am not sure if it effects all 4.2 devices.
ri...@gmail.com <ri...@gmail.com> #72
Comment 71:
Problem that peopla has is A2DP being transferred to receiver with lousy quality (bitpool value is low) even the receiver supports direct streaming without re-encoding the stuff.
Those who cannot hear this bug have tin ears, or they have used to listen lousy quality mp3's for their entire life and they cannot hear the compression artifacts.
Problem that peopla has is A2DP being transferred to receiver with lousy quality (bitpool value is low) even the receiver supports direct streaming without re-encoding the stuff.
Those who cannot hear this bug have tin ears, or they have used to listen lousy quality mp3's for their entire life and they cannot hear the compression artifacts.
da...@googlemail.com <da...@googlemail.com> #73
I have the same issue with my GNex since 4.2.
I remember equally bad sounding a2dp from my HTC Desire with 2.3.
Why is this such a recurring problem?
As for not using direct MP3 streaming:
Am I right to think that this has something to do with the muxing off all the audio sources in the system (input sounds, music, message sounds)?
I remember equally bad sounding a2dp from my HTC Desire with 2.3.
Why is this such a recurring problem?
As for not using direct MP3 streaming:
Am I right to think that this has something to do with the muxing off all the audio sources in the system (input sounds, music, message sounds)?
cb...@gmail.com <cb...@gmail.com> #74
Comment 72. I think you might be right. It surprises me a bit that so many people don't hear this. Some source material make it painfully obvious. To me it is un listenable.
jo...@gmail.com <jo...@gmail.com> #75
Same for me with my Bose BT speaker, needed to reactivate my 5 years old HTC phone to listen to music.
Really bad exoerience , please fix this obvious problem!
Really bad exoerience , please fix this obvious problem!
ni...@teknister.nu <ni...@teknister.nu> #76
Same problem on my Nexus 4. Static on higher frequencies when listening via bluetooth in my car.
I was so happy with my new phone. Everything seemed to work like a charm until I paired it with my cars bluetooth. Very disappointing...
Google please fix this ASAP. It should not have passed quality control.
I was so happy with my new phone. Everything seemed to work like a charm until I paired it with my cars bluetooth. Very disappointing...
Google please fix this ASAP. It should not have passed quality control.
th...@gmail.com <th...@gmail.com> #77
It's been a month and a half and this still isn't fixed? It worked in the previous version - just copy the code!
This is really harming the Android brand a it is fundamental to those 'universal' speaker docks that people seem to love buying.
This is really harming the Android brand a it is fundamental to those 'universal' speaker docks that people seem to love buying.
ca...@gmail.com <ca...@gmail.com> #78
at Comment 77: (someone correct me if I'm wrong) From what I read, the Bluetooth "Blue Z" stack was completely replaced in Android 4.2 with "Bluedroid" stack that Broadcomm just released to Android right before 4.2 came out. It's supposed to support smart BLE = Bluetooth Low Energy. But there's one problem - not all of the files of the new stack were pushed to the repository! So I think we are waiting on Google to wait on Broadcomm since the stack is incomplete. So much for open source eh? Search "Bluedroid implementation missing GAP" and "Android 4.2 JB MR1 Bluetooth" in Google Groups.
ne...@gmail.com <ne...@gmail.com> #79
Same problem here with 4.2.1.
In CM 10.1 same issue of course :(
In CM 10.1 same issue of course :(
td...@gmail.com <td...@gmail.com> #80
I bought the nexus7 as soon as i found out it had bluetooth.I teach guitar and thought what a great way to teach with the app irealb.So i buy fedelios' speaker system(around $90)and everythings going so good i talk 5 students into getting the tablet.Along comes 4.2 and after months of bluetooth bliss there's an unmistakable stutter in the sound.I set up some MACKIE POWERED SPEAKERS and ran directly into them and now I've found a way around the stutter.Every now and then i glance over at my useless fedelio speakers and think what's going on here?But here's where I lose it..google emails telling me i must have a bad unit.How can i ever trust a company that denys there's an obvious problem.For now i'm telling everyone i teach or meet,don't buy this ..not because of the update glitch but because of the way they are handling it.The mini pad is my next purchase.In the future google ,face up to a mistake,admit it,tell us there's a fix in the next update and move on.This IS BAD PUBLIC RELATIONS and whoever in your company decided this was the best way to handle this should be looking over his shoulder.
jo...@gmail.com <jo...@gmail.com> #81
This should be a high priority defect, one the major features I use my android phone is for music via bluetooth. I just upgraded to 4.2.1, but unless this issue is resolved is a few weeks, I'll be migrating back to 4.1.2.
FIX THIS!
FIX THIS!
cb...@gmail.com <cb...@gmail.com> #82
Comment 81. It is shocking to me that more people don't complain about this. I think that most people don't even notice it. I don't understand how they don't. But unfortunately, until a ton of people start complaining it probably won't get fixed. The other thing to consider is just because developers are good with programming doesn't mean that they don't have a tin ear.
ev...@gmail.com <ev...@gmail.com> #83
@79 All Roms on 4.2.1 are also affected. Best to wait until 4.2.2 or stay on 4.1.2 Shortage on Nexus 4 is understandable. This issue is completely unacceptable.
te...@gmail.com <te...@gmail.com> #84
Could we please have a status update on the fix for this issue?
ni...@teknister.nu <ni...@teknister.nu> #85
Priority-Medium ???
FFS Google! This should be prioritized as high or critical!
At least give some feedback to your users if you are working on this and/or when you plan to have a fix available.
FFS Google! This should be prioritized as high or critical!
At least give some feedback to your users if you are working on this and/or when you plan to have a fix available.
ki...@gmail.com <ki...@gmail.com> #86
Same here on my Nexus 4 4.2.1. The low bitpool issue seems to be a wide spread issue on android devices. Never had this in my iPod or iPhone.
zp...@gmail.com <zp...@gmail.com> #87
Cmon Google, fix this! 90% of what I use my phone for is music.
ca...@gmail.com <ca...@gmail.com> #88
Get your shit together Google. This is something that obviously alot of people use everyday. This should have been fixed...
is...@gmail.com <is...@gmail.com> #89
In my case, it got fixed by a factory reset. I had played with multi user
support using some 3rd party root app before it got in 4.2 and I had 4 user
profiles. I was hit by another issue, my nexus7 was very slow and laggish.
after factory reset, speed is restored, so is the smooth audio.
Le 10 janv. 2013 16:14, <android@googlecode.com> a �crit :
support using some 3rd party root app before it got in 4.2 and I had 4 user
profiles. I was hit by another issue, my nexus7 was very slow and laggish.
after factory reset, speed is restored, so is the smooth audio.
Le 10 janv. 2013 16:14, <android@googlecode.com> a �crit :
da...@googlemail.com <da...@googlemail.com> #90
@89 What do you mean by smooth audio? No stuttering? That is not discussed here, at least it't not the main point.
The Problem is the lower quality since the update. You can hear it very well if with hich pitched complex songs.
I am very dissapointed that there is no response from google here. Could someone tell me if it's not possibe to add an Option for direct MP3 streaming?
The Problem is the lower quality since the update. You can hear it very well if with hich pitched complex songs.
I am very dissapointed that there is no response from google here. Could someone tell me if it's not possibe to add an Option for direct MP3 streaming?
jo...@gmail.com <jo...@gmail.com> #91
Actually...the stuttering issues was mentioned originally weeks ago as soon as or even earlier than the quality issue and it is discussed here regularly as well. I went back to 4.1.1 on my 7" Nexus because the update created stuttering every 5 seconds or so. This has been a major theme of the 4.2 update problems.
da...@googlemail.com <da...@googlemail.com> #92
But it is not the issue described in this ticket. I was just answering because 89 made it seem like the quality issue was fixable with a factory reset. Which it is not.
The stuttering also seems to be dependent on source and/or target device.
My GNex has no bluetooth stuttering at all with the current Version.
The low quality seems to be an issue on all 4.2.1 devices.
The stuttering also seems to be dependent on source and/or target device.
My GNex has no bluetooth stuttering at all with the current Version.
The low quality seems to be an issue on all 4.2.1 devices.
zp...@gmail.com <zp...@gmail.com> #93
Apparently, Google is going to be addressing the stuttering issue with 4.2.2, based a few articles I've read recently. No mention of the distortion issue, though.
jo...@gmail.com <jo...@gmail.com> #94
bu...@gmail.com <bu...@gmail.com> #96
I've had the clipping at high frequencies issue since day one. Hope to see that fixed and maybe Google gets with it and adds avrcp 1.3 support :)
br...@gmail.com <br...@gmail.com> #97
[Comment deleted]
br...@gmail.com <br...@gmail.com> #98
I have the same problem in 4.2 using my Nexus 7. Static and clipping at high frequencies. I bought this tablet to run through my car's bluetooth stereo, and it sounds awful! My old chinese tablet running 2.3.3 sounds perfect by comparison!
cb...@gmail.com <cb...@gmail.com> #99
@98. Though not an ideal solution. You might want to go back to 4.1.2 on the Nexus 7. At least then the bluetooth will sound ok. Unfortunately for the Nexus 4 owners there is no rollback version to fix this problem. I can't believe Google missed this. Hopefully, they realize it is a problem now. Sadly, it doesn't look like too many people are complaining about the problem. Though I believe that it effects everyone. That would mean that either people don't use Bluetooth audio or just don't hear the clipping in the high frequencies.
aj...@gmail.com <aj...@gmail.com> #100
Not sure if it's the same problem or not, but the Bluetooth call quality between my Galaxy Nexus (Verizon) and my vehicle is horrible. Calls constantly fade in and out. I haven't tried the music yet via BT, but I will today.
jo...@gmail.com <jo...@gmail.com> #101
Same Exact issue as #100, Galaxy Nexus , verizon, 4.1.1. Quality between Nexus and Vehicle is horrible. I tried iphone 4, Galaxy S, They work fine.
ma...@gmail.com <ma...@gmail.com> #102
Same issue. High end sucks. FIX!!!!
me...@jasonlanders.net <me...@jasonlanders.net> #103
Just replaced an iPhone 4S with Nexus 4 thinking the Bluetooth link would be an acceptable alternative to the 30-pin Dock Connector for my car's audio system. Really sucks that I'll have to eat the restocking charge to return it, but I'm not paying this kind of money to step-down to an aux-in jack without playback control or charging, when I already have a device that'll do both as well as content browsing directly through the head unit over one cable.
ma...@gmail.com <ma...@gmail.com> #104
It looks like this has been an issue since November that still hasn't been resolved. If adding one more comment will help move it forward, there he is one more comment: please figure this one out. It feels like a memory management problem, but what do I know? The exact symptoms I'm experiencing are:
1. Music & in-coming call audio stutter. It may be significant that my preferred audio book player (Morte) actually skips back 5 sec. each time as if I had deliberately paused the book.
2. Outgoing voice over Bluetooth cuts out (two different headsets)
1. Music & in-coming call audio stutter. It may be significant that my preferred audio book player (Morte) actually skips back 5 sec. each time as if I had deliberately paused the book.
2. Outgoing voice over Bluetooth cuts out (two different headsets)
sm...@gmail.com <sm...@gmail.com> #105
When playing music there is a noticeable presence of static when playing non-quiet songs. It's most present when a 'high-hat' instrument is played. It is not a user controlled volume issue, nor is it the bluetooth receiver's issue. I have verified that it is only an Android issue by comparing the audio quality from an iPhone4, which sounded fantastic.
It seems that the audio is clipping when being sent to the bluetooth receiver. But as stated before, no changes in any volume settings solves the problem.
It seems that the audio is clipping when being sent to the bluetooth receiver. But as stated before, no changes in any volume settings solves the problem.
te...@gmail.com <te...@gmail.com> #106
In total agreement with #105's description of the problem. I noticed the same thing recently when I tried out a friends Jabra Clipper. I was pretty excited when I heard the sound quality using his Galaxy S3 with his Clipper and my Ultimate Ears 10. So much so that I almost ordered one from Amazon with next day shipping. Good thing I said "wait a second, let's try this on my phone". Things seemed okay at first until I noticed that sizzling, gritty, distortion like quality when the high frequencies kicked in, especially if the passage was a bit complex. Oddly enough, the bass was very strong and detailed, the midrange was very clear and pretty neutral sounding for a phone using bluetooth audio, and the stereo seperation wasn't any worse than when using my headphones connected directly to my GN.
te...@gmail.com <te...@gmail.com> #107
Forgot to include that I'm running LiquidSmooth 4.2.1 on my Verizon Galaxy Nexus. I never had issues with Bluetooth audio using 4.1.x ROMs.
ji...@gmail.com <ji...@gmail.com> #108
Experiencing this on my GS3 running CM10.1 nightlies as well. Worked perfectly on stock rom.
th...@gmail.com <th...@gmail.com> #109
Stock 4.2.1 on Nexus 4 here. Notice it most in my car with Chimes (Blink 182 =)
at...@gmail.com <at...@gmail.com> #110
Still a noticeable tinny sound with stock 4.2.2 on both my Galaxy Nexus and Nexus 7. Never encountered it with 4.1.
cb...@gmail.com <cb...@gmail.com> #111
#110...not what I wanted to hear. Is there still compression in the upper frequencies on 4.2.2.
sm...@gmail.com <sm...@gmail.com> #112
#110.... bad news! I was really looking forward to 4.2.2 to have this resolved. Seriously Google?
I don't think this is as highly reported simply because people probably don't know what good quality sound is. It's seriously frustrating.
I don't think this is as highly reported simply because people probably don't know what good quality sound is. It's seriously frustrating.
ma...@gmail.com <ma...@gmail.com> #113
#110 - i'm gonna flip my shit if this isn't resolved in 4.2.2. I was hoping all I had to do was wait for CM to merge 4.2.2 to fix this issue. I'm hoping you're mistaken!
yu...@gmail.com <yu...@gmail.com> #114
I tested with a bluetooth adapter and the Nexus 7 with 4.2.2 in my car. I can confirm that this issue still exists. It is not as bad as before, but it is still there.
me...@gmail.com <me...@gmail.com> #115
Unfortunately, distortion in the high frequencies has not been fixed with 4.2.2. Sound quality still sounds like shit. This is really upsetting. I miss streaming music through Bluetooth. I also have to ask, how have Google engineers not noticed the poor sound quality? It used to sound fantastic before.
cb...@gmail.com <cb...@gmail.com> #116
I guess I am stuck on 4.1.2 a little longer. Come on Google!
te...@gmail.com <te...@gmail.com> #117
Has anyone upgraded to 4.2.2 and noticed an improvement?
cb...@gmail.com <cb...@gmail.com> #118
[Comment deleted]
cb...@gmail.com <cb...@gmail.com> #119
Can verify that Bluetooth still sounds distorted in 4.2.2. Don't notice an improvement.
ev...@gmail.com <ev...@gmail.com> #120
Updated to 4.2.2 yesterday, and everything seems to have been fixed.
ma...@gmail.com <ma...@gmail.com> #121
Updated to 4.2.2. Don't notice an improvement.
cb...@gmail.com <cb...@gmail.com> #122
#120 This issue is with the quality of sound. Not the dropping the connection. I updated to 4.2.2 and didn't notice any improvement. Still clipping in the high frequencies. Hook your phone/tablet up to a decent stereo and you will notice it. Listen to something with a lot of high frequencies. Cymbal crashes and splashes along with high hat work really accentuate the distortion.
da...@gmail.com <da...@gmail.com> #123
with nexus 7, android 4.2.2 and creative bluetooh speaker the issue don't fixed :(
ag...@gmail.com <ag...@gmail.com> #124
Galaxy Nexus, 4.2.2, still disappointing bluetooth audio streaming quality. I was sure that this issue would be fixed with this update. I miss my neo v. Is there any way to fix this?
gh...@gmail.com <gh...@gmail.com> #125
Just upgraded android to 4.2.2 on Nexus 4, having same issues - crackling sound from speaker during phone calls (without bt headset). Disappointing - hope it's fixed soon. What is the best way of getting Google's attention on this?
dy...@gmail.com <dy...@gmail.com> #126
Urgh, 4.2.2 on GN still not fixed. Audio still sounds terribad.
cb...@gmail.com <cb...@gmail.com> #127
124. The only way that I know is to revert to 4.1.2,which isn't even an option for Nexus 4 users.
ch...@gmail.com <ch...@gmail.com> #128
I just upgraded my Galaxy Nexus to 4.2.2 and can also confirm that high-frequency clipping and distortion is still present. I love Bluetooth streaming in my car but 4.2 has made it unusable. No amount of volume leveling on either phone or stereo resolves the issue either.
in...@gmail.com <in...@gmail.com> #129
Just got a nexus 4. The quality of music via bluetooth is really bad. Please help us google! It sounds like certain frequencies crackle.
sm...@gmail.com <sm...@gmail.com> #130
Just installed a 4.2.2 ROM. I can confirm what the others have said.... the crackle/distortion is still present. It doesn't seem better to me, unlike what a few others have said. You've got to be kidding me Google.
ca...@gmail.com <ca...@gmail.com> #131
Come on....this should be fixed by now!!!
ca...@gmail.com <ca...@gmail.com> #132
Un frikkin believable. I waited for this update on my N4 and the bluetooth audio static is still there. I guess I just pissed away $375. Looks like Apple that I despise is my only alternative or revert to an android device that will run 4.1.2. Sad sad sad for a multi BILLION dollar company.
cb...@gmail.com <cb...@gmail.com> #133
How is the priority level raised with issues like this one. Of the bugs in 4.2.2, I have to imagine this is fairly high up the list.
ni...@teknister.nu <ni...@teknister.nu> #134
WTF! I thought 4.2.2 would fix this!
Come on Google!!!!!
Why oh why did I replace my iphone with this crappy android shit. Well, maybe you are not supposed to listen to music on your android smartphone?
Come on Google!!!!!
Why oh why did I replace my iphone with this crappy android shit. Well, maybe you are not supposed to listen to music on your android smartphone?
at...@gmail.com <at...@gmail.com> #135
It stills disconnect also at least after turning on/off airplane mode. Tried now for 2 days. Turn on airplane mode for the night turning off in the morning. Connect BT headset with phone it disconnects randomly and have to turn/off/on both the headset and bt on the phone in order for it to work again until the next time..:( I didn't have any of these problems with 4.1.2. (Galaxy NExus 4.2.2 with Nokia BH-218)
ee...@gmail.com <ee...@gmail.com> #136
I have updated my Galaxy NExus from 4.2.1 to 4.2.2 but while I had no problems with 4.2.1 connecting and using it with my car (a 2012 Renault Megane), now i do and the bluetooth stack seems to hang. Usually I have to disable bluetooth and enable it again to make ik connect. Sometimes I lose connection, and other times I still appear to be connected even though I'm miles away from my car.
Biggest problem ( apart from not being able to properly using bluetooth) is this bluetooth stack hanging seems to be related to wakelocks (12 hours and only 20% battery left. This is with only 1,5 hours screen time but with android OS wakelocks for close to 9 hours.
Biggest problem ( apart from not being able to properly using bluetooth) is this bluetooth stack hanging seems to be related to wakelocks (12 hours and only 20% battery left. This is with only 1,5 hours screen time but with android OS wakelocks for close to 9 hours.
cb...@gmail.com <cb...@gmail.com> #137
#136 This thread is about the bluetooth quality. More specifically, the clipping in the high frequencies that seems to effect every 4.2+ device. People who aren't complaining simply don't notice it. (aka. Having a tin ear)
jo...@gmail.com <jo...@gmail.com> #138
On my Nexus 7 on 4.2.2 the Bluetooth audio in the car still does the hiccup/hesitation, but I would say it's not as frequent as before...I can go 5 or 10 minutes in between hiccups. with 4.2.1 it was every few seconds. On 4.1 it was rare when the sound did this hesitation/hiccup.
JF
JF
de...@gmail.com <de...@gmail.com> #139
[Comment deleted]
de...@gmail.com <de...@gmail.com> #140
The same issue here after flashing 4.2.1 rom on ONE X. I miss BlueZ BT stack, the new one - rewritten by Google is cr*p :(( Come on Google, my 8 years old Nokia streams cristal clear audio! :(
pe...@gmail.com <pe...@gmail.com> #141
This thread is about problems with audio QUALITY! Please report your stuttering issues in the respective thread ( http://code.google.com/p/android/issues/detail?id=39633 ) and do not flood this one.
sh...@gmail.com <sh...@gmail.com> #142
Cymbals are terrible splashing. Tought 4.2.2 would solve the problem, but it didin't.
bu...@gmail.com <bu...@gmail.com> #143
I was hoping this was fixed with 4.2.2 as well, and still no go.
I've found a situation that makes the problem worse than music: my wife's bluetooth headset lets road noise through, and that ends up getting amplified so much that it sounds as if she's talking through a walkie talkie she swallowed, drowned out by lots of static. It sounds fine if I listen through the phone speaker.
This isn't a mere inconvenience, and it needs to get fixed.
I've found a situation that makes the problem worse than music: my wife's bluetooth headset lets road noise through, and that ends up getting amplified so much that it sounds as if she's talking through a walkie talkie she swallowed, drowned out by lots of static. It sounds fine if I listen through the phone speaker.
This isn't a mere inconvenience, and it needs to get fixed.
sv...@gmail.com <sv...@gmail.com> #144
My Nexus 4 has been updated to 4.2.2. I cannot connect to my toyota camry. I am highly inconvenienced as I cannot take phone calls.
dd...@vidsolbach.de <dd...@vidsolbach.de> #145
I have this Issue on a SGS2 running 4.2.2
(CM10.1 nightly as of 16.2.2013)
The issue is there since quite some time, I can't remember exactly when it started.
Symptoms:
Several Persons I talked to through my bluetooth headset reported that they receive very low voice quality. "as if it comes from a 1970s transistor radio" describes it best.
Also "my wife's bluetooth headset lets road noise through, and that ends up getting amplified so much that it sounds as if she's talking through a walkie talkie she swallowed" sounds like an appropriate description.
(CM10.1 nightly as of 16.2.2013)
The issue is there since quite some time, I can't remember exactly when it started.
Symptoms:
Several Persons I talked to through my bluetooth headset reported that they receive very low voice quality. "as if it comes from a 1970s transistor radio" describes it best.
Also "my wife's bluetooth headset lets road noise through, and that ends up getting amplified so much that it sounds as if she's talking through a walkie talkie she swallowed" sounds like an appropriate description.
ri...@gmail.com <ri...@gmail.com> #146
Galaxy Nexus user confirms the 4.2.2 did NOT fix the quality issue with A2DP streaming.
Restoring (again) back to 4.1.2...
Restoring (again) back to 4.1.2...
st...@gmail.com <st...@gmail.com> #147
HTC One XL with Samsung HS3000 apt-x bluetooth headset and Shure SE215s, sounded as clear as a wired connection on 4.1.2. Updated to 4.2.1 and it's now unlistenable.
Given that 4.2.2 on my Nexus 7 has the same problem, and seeing how long it takes for even minor Android updates to filter down non-Nexus devices, even via custom ROMs, I'm not optimistic about seeing a fix any time soon.
4.2.3, please?
Given that 4.2.2 on my Nexus 7 has the same problem, and seeing how long it takes for even minor Android updates to filter down non-Nexus devices, even via custom ROMs, I'm not optimistic about seeing a fix any time soon.
4.2.3, please?
ju...@gmail.com <ju...@gmail.com> #148
Distorted high frequency in music, like in high vocals and cymbals. Using Galaxy Nexus 4.2.2 with Skoda Superb car audio (Amundsen+). E.g., Boston - More Than a Feeling at 0:50 when the chorus starts.
te...@gmail.com <te...@gmail.com> #149
My Nexus 4 was out for repairs for the past few weeks, so I only got to upgrade to 4.2.2 last night. I can also confirm that Bluetooth Audio quality still has the same distorted sound for high frequency music such as high vocals & cymbal crashes.
Matthew Xie, this defect has been assigned to you for over 3 months. Could you maybe get around to fixing it at some point?
Matthew Xie, this defect has been assigned to you for over 3 months. Could you maybe get around to fixing it at some point?
ma...@googlemail.com <ma...@googlemail.com> #150
Same problem here with LG Nexus 4, distorted sounds on my car (Peugeot)
Please fix! :(
Please fix! :(
dj...@gmail.com <dj...@gmail.com> #151
I grew tired of this issue keeping me from retiring my Android 4.1 ROM, so I started looking into it. There seems to be *2* problems with bluedroid A2DP when compared with Android 4.1's blue-z implementation.
The first is the calculation used for the bitpool size. bluedroid is reverse engineering this value based on a default and quite arbitrary quality level, which is set to MEDIUM (229) instead of HIGH (328) for the 44.1Khz sample rate. This can be seen in the external/bluetooth/bluedroid/btif/src/btif_media_task.c file [android-4.2.2_r1 branch] -- find "DEFAULT_SBC_BITRATE". Blue-Z would use a bitpool of 53 for stereo A2DP, bluedroid ends up using 31, and the sound quality suffers greatly .. just like the old days.
Based on the A2DP spec, the bitpool for JOINT_STEREO "Medium Quality" at 44.1Khz should also be 35 rather than 31, but that's not really important :) My proposed fix for this part is to change that DEFAULT_SBC_BITRATE value in btif_media_task.c to 328. This will cause the resulting bitpool calculation to become 53, which is now correct for the default 44.1Khz sample rate. [This of course doesn't help anyone that isn't compiling from AOSP ... sorry]
The second part is the gain/output volume. It's notably higher than it was in Android 4.1, which causes clipping and distortion, at least on my A2DP receiver. I've found that setting the A2DP volume (which will be remembered by Android) to around 80% will provide the same output levels as Android 4.1 did at maximum volume. I haven't really looked into this part any further yet, but my guess is that it's either a limitation of my A2DP receiver and not really a problem OR it's another very simple fix once somebody smart at Google looks into it.
The big big big improvement comes from changing that simple quality constant, though. The secondary issue is quite easy to work around ... just turn the volume up until it clips, then back it off!
The first is the calculation used for the bitpool size. bluedroid is reverse engineering this value based on a default and quite arbitrary quality level, which is set to MEDIUM (229) instead of HIGH (328) for the 44.1Khz sample rate. This can be seen in the external/bluetooth/bluedroid/btif/src/btif_media_task.c file [android-4.2.2_r1 branch] -- find "DEFAULT_SBC_BITRATE". Blue-Z would use a bitpool of 53 for stereo A2DP, bluedroid ends up using 31, and the sound quality suffers greatly .. just like the old days.
Based on the A2DP spec, the bitpool for JOINT_STEREO "Medium Quality" at 44.1Khz should also be 35 rather than 31, but that's not really important :) My proposed fix for this part is to change that DEFAULT_SBC_BITRATE value in btif_media_task.c to 328. This will cause the resulting bitpool calculation to become 53, which is now correct for the default 44.1Khz sample rate. [This of course doesn't help anyone that isn't compiling from AOSP ... sorry]
The second part is the gain/output volume. It's notably higher than it was in Android 4.1, which causes clipping and distortion, at least on my A2DP receiver. I've found that setting the A2DP volume (which will be remembered by Android) to around 80% will provide the same output levels as Android 4.1 did at maximum volume. I haven't really looked into this part any further yet, but my guess is that it's either a limitation of my A2DP receiver and not really a problem OR it's another very simple fix once somebody smart at Google looks into it.
The big big big improvement comes from changing that simple quality constant, though. The secondary issue is quite easy to work around ... just turn the volume up until it clips, then back it off!
sm...@gmail.com <sm...@gmail.com> #152
@ #151:
I changed it in the source for AOKP. I used Task's build for my i747 device, and he builds from AOKP. I'm still trying to get used to github..... but hopefully I submitted the patch correctly.
I changed it in the source for AOKP. I used Task's build for my i747 device, and he builds from AOKP. I'm still trying to get used to github..... but hopefully I submitted the patch correctly.
ni...@gmail.com <ni...@gmail.com> #153
Google you need to fix this. Audio quality is unbearable. Can't make car calls anymore.
ar...@gmail.com <ar...@gmail.com> #154
Another victim here. Resorting to my CDs now while I'm driving. Looking to downgrade to 4.1 just for this.
dj...@gmail.com <dj...@gmail.com> #155
Re #151 (also me)
I bought a new A2DP receiver (Rocketfish RF-BTR212) today and tested both my custom 4.2.2 ROMs (Verizon Fascinate and Verizon Galaxy Nexus) with the quality set to 328 and they both sound really good. It seems my statement about the gain was erroneous and it was indeed my old receiver not being able to handle whatever bluedroid is doing as compared with Blue-Z. Still a hint of scratchiness at max volume, but one tick down and it cleared up.
Anyway, I'm still pretty convinced that one setting is the ticket to resolve the bulk of the quality issue here. It's too bad that bluedroid doesn't seem to be as compatible with A2DP receivers as Blue-Z was, maybe in time.
Good luck to everyone, I hope this information has been useful and helps to lead to a real and verifiable fix from Google/Broadcom in the near future.
I bought a new A2DP receiver (Rocketfish RF-BTR212) today and tested both my custom 4.2.2 ROMs (Verizon Fascinate and Verizon Galaxy Nexus) with the quality set to 328 and they both sound really good. It seems my statement about the gain was erroneous and it was indeed my old receiver not being able to handle whatever bluedroid is doing as compared with Blue-Z. Still a hint of scratchiness at max volume, but one tick down and it cleared up.
Anyway, I'm still pretty convinced that one setting is the ticket to resolve the bulk of the quality issue here. It's too bad that bluedroid doesn't seem to be as compatible with A2DP receivers as Blue-Z was, maybe in time.
Good luck to everyone, I hope this information has been useful and helps to lead to a real and verifiable fix from Google/Broadcom in the near future.
ch...@gmail.com <ch...@gmail.com> #156
@ #151 and #155: Would you be able to provide a link to your Galaxy Nexus ROM? I'd like to test it out.
dj...@gmail.com <dj...@gmail.com> #157
Re: #156 .. certainly.
** NOTE FOR FUTURE READERS AFTER 2013-03-03: VOLATILE DOWNLOAD LINKS THAT WILL NOT EXIST FOREVER! **
Here's my latest VZW Galaxy Nexus build "kit". It's generally private and I only share for a couple co-workers, but you are welcome to it to do what you want. It's a huge download (> 500MB) since it includes the stock 4.1.1 image so they can back it out (noobs, what can you do? LOL). It's the same AOSP baseline as my "GeeWiz 4.2" baseline for the Fascinate (find on XDA if you care), just compiled for Toro. Buyer beware, ok? This isn't Cyanogenmod here, it's a fastboot-based full-wipe setup, so it may not be what you're looking for ...
http://www.mediafire.com/file/5ul18qfkmgesyda/galaxynexus-lte-djp952-20130301.zip
Given that I don't share that ROM with the public and is intended for a full-wipe scenario with fastboot over Windows, you may be happier with just the /system/lib/hw/bluetooth.default.so file itself from that build, so I zipped that up and posted it for you. Provided the ROM/build you are running is based from am AOSP 4.2.2/JDQ39 Toro build, this may be sufficient. Put the file in /system/lib/hw and then chmod it to 0644 and reboot.
http://www.mediafire.com/file/ujll8gtbhxnz32b/4.2.2-toro-aosp-bluetooth.default.so.zip
I hope this is enough to be of assistance, but I fear it may not be since every build/ROM is different. Please feel free to point the developer/compiler of the ROM you use to this very simple 1-line commit on github:https://github.com/djp952/android-platform-external-bluetooth-bluedroid/commit/2ee778598e3b2e3f826e3f6b4eeafbb11005b21b . If we're lucky, that's all they need to do to restore A2DP to its former glory. I have no delusions that this will work for every device/receiver, I just think it's a step forward.
Good luck my friend! I've been cranking A2DP on my GNex build for hours now and it's been phenomenal. I truly hope your results are the same.
** NOTE FOR FUTURE READERS AFTER 2013-03-03: VOLATILE DOWNLOAD LINKS THAT WILL NOT EXIST FOREVER! **
Here's my latest VZW Galaxy Nexus build "kit". It's generally private and I only share for a couple co-workers, but you are welcome to it to do what you want. It's a huge download (> 500MB) since it includes the stock 4.1.1 image so they can back it out (noobs, what can you do? LOL). It's the same AOSP baseline as my "GeeWiz 4.2" baseline for the Fascinate (find on XDA if you care), just compiled for Toro. Buyer beware, ok? This isn't Cyanogenmod here, it's a fastboot-based full-wipe setup, so it may not be what you're looking for ...
Given that I don't share that ROM with the public and is intended for a full-wipe scenario with fastboot over Windows, you may be happier with just the /system/lib/hw/
I hope this is enough to be of assistance, but I fear it may not be since every build/ROM is different. Please feel free to point the developer/compiler of the ROM you use to this very simple 1-line commit on github:
Good luck my friend! I've been cranking A2DP on my GNex build for hours now and it's been phenomenal. I truly hope your results are the same.
yu...@gmail.com <yu...@gmail.com> #158
#157 Thank you for your post. I set up a build environment for 4.2.2-r1 for the Nexus 4 and built an entire AOSP image with the DEFAULT_SBC_BITRATE adjustment just to get to that file. I pushed it into the path you listed on my Nexus 4, changed the permissions, and now my bluetooth no longer has the distortion at high frequencies. Sound quality is very much improved. Is it the best it can be? Who knows since Google has not released an official fix, but it sounds way better now.
I have attached the file to this post for anyone else to push to their Nexus 4. If anyone wants to try it feel free, it should work on any Nexus 4, but I am not guaranteeing that. If there is a better way to get the file out there, please let me know.
I have attached the file to this post for anyone else to push to their Nexus 4. If anyone wants to try it feel free, it should work on any Nexus 4, but I am not guaranteeing that. If there is a better way to get the file out there, please let me know.
sm...@gmail.com <sm...@gmail.com> #159
@ #157 & 158:
I pasted each of your files (one at a time, obviously) to where they should go, verified correct permissions, and definitely noticed a change. However, I get a 'popping' sound during playback (like popcorn). The audio also seems slowed down for some reason. I'm still messing with it, so I'll report back if I can fix it.
However, I am on an ATT GS3, not a nexus, so that's likely why....
I'm running an AOKP ROM (based on AOSP).
I pasted each of your files (one at a time, obviously) to where they should go, verified correct permissions, and definitely noticed a change. However, I get a 'popping' sound during playback (like popcorn). The audio also seems slowed down for some reason. I'm still messing with it, so I'll report back if I can fix it.
However, I am on an ATT GS3, not a nexus, so that's likely why....
I'm running an AOKP ROM (based on AOSP).
dj...@gmail.com <dj...@gmail.com> #160
Re #159: I looked and AOKP changed the Bluetooth code to use 48Khz as their default sampling rate rather than 44.1KHz, that's causing it to sound slow when you replace the bluetooth library file. You would need to get an unmodified A2DP audio HAL library (/system/lib/hw/audio.a2dp.default.so ) to match it, or wait until somebody has a bluetooth.default.so file with the same 48KHz sampling rate set.
It sounds like this is a generally positive change, I'm sure it won't be long at all before it becomes available for various ROMs.
It sounds like this is a generally positive change, I'm sure it won't be long at all before it becomes available for various ROMs.
ff...@gmail.com <ff...@gmail.com> #161
#158 I just tried your file into my N4, running lastest Paranoid ROM. The sound quality is better, but the 'popping' it's still there.
ve...@gmail.com <ve...@gmail.com> #162
#158
To clarify: do we need to rebuild the ROM or is it okay if we just replace the file (bluetooth.default.so ) and set the correct permissions?
Thanks heaps to everyone working on this!
To clarify: do we need to rebuild the ROM or is it okay if we just replace the file (
Thanks heaps to everyone working on this!
yu...@gmail.com <yu...@gmail.com> #163
#161, #159, #160, #161. I built it from AOSP using the full_mako lunch target (profile), so I suspect this would work best running on a stock or AOSP Nexus 4 (I am running stock, not AOSP). I'm not sure what, if any, differences Paranoid ROM or AOKP would have to cause the popping. I'm posting the audio.a2dp.default.so file that I ended up building with bluetooth file, but if this does not help, then I suspect #160 is right. The bluetooth file would need to be built with that sampling rate in mind, or just make a similar bitrate adjustment in the Paranoid and AOKP sources.
#162, if you're running AOSP or stock N4, it should be enough to just replace the file and set the permissions. That is what I did.
Side Note: if AOKP or CM10.1 are using 48khz as the default sampling rate, I would definitely ask to see if they would switch it to 44.1khz from now on. Most music is in 44.1khz and resampling to 48khz would degrade sound quality unless a high quality resampler was used (I highly doubt it is). I have found that resampling removes some of the power and impact from snare drum hits and shrinks the stereo image a bit. That's my experience at least on other devices.
#162, if you're running AOSP or stock N4, it should be enough to just replace the file and set the permissions. That is what I did.
Side Note: if AOKP or CM10.1 are using 48khz as the default sampling rate, I would definitely ask to see if they would switch it to 44.1khz from now on. Most music is in 44.1khz and resampling to 48khz would degrade sound quality unless a high quality resampler was used (I highly doubt it is). I have found that resampling removes some of the power and impact from snare drum hits and shrinks the stereo image a bit. That's my experience at least on other devices.
ch...@gmail.com <ch...@gmail.com> #164
@ #160 I swapped in your bluetooth.default.so and it sounds great. Thank you! I had been trying to find how to modify the bitpool settings everywhere, but nobody was diving deep enough to modify the .so files. I don't have that knowledge myself, so I'm glad you were able to find it. I can't understand why Google would put a lower-than-maximum value as the default.
I haven't listened enough to be able to notice a speed difference due to the sampling rate, but it the high-end distortion is completely gone.
@ #162 Replacing the file worked fine for me.
I haven't listened enough to be able to notice a speed difference due to the sampling rate, but it the high-end distortion is completely gone.
@ #162 Replacing the file worked fine for me.
da...@gmail.com <da...@gmail.com> #165
@yuxu
Thanks for your effort, your files work like a charm on my Samsung SII (AOKP 4.2.2)!
CPU usage is also in line with what it used to be on my previous ROM (ICS), and as a far as my non-musician ears can tell, there's no degradation in sound quality.
@Thread
The change seems to be pretty device-independent, so give the files in @158 and @163 a try.
Thanks for your effort, your files work like a charm on my Samsung SII (AOKP 4.2.2)!
CPU usage is also in line with what it used to be on my previous ROM (ICS), and as a far as my non-musician ears can tell, there's no degradation in sound quality.
@Thread
The change seems to be pretty device-independent, so give the files in @158 and @163 a try.
sm...@gmail.com <sm...@gmail.com> #166
Alright AOKP Users:
I have created a zip file with instructions to revert the 48khz based .so audio files back to 44.1khz so the postedbluetooth.default.so files will work properly with no popping and no slowing down of the audio. However, THERE ARE ISSUES.
I have had the A2DP audio get really distorted after a few minutes of playback. This may be related to CPU settings, though I'm not sure yet.
Also, turning off bluetooth has locked up my phone. Just hold the power button and restart. Not sure why it's ocurring....
This is a really dirty way of fixing it because I'm not terribly familiar with android yet. The original issue of distortion is gone though. I'll post back if I can fix the issues I presented that are associated with this change.
The ZIP file is posted, please read the instructions!
FYI, I'm running Task650's i747 (ATT GS3) ROM.
I have created a zip file with instructions to revert the 48khz based .so audio files back to 44.1khz so the posted
I have had the A2DP audio get really distorted after a few minutes of playback. This may be related to CPU settings, though I'm not sure yet.
Also, turning off bluetooth has locked up my phone. Just hold the power button and restart. Not sure why it's ocurring....
This is a really dirty way of fixing it because I'm not terribly familiar with android yet. The original issue of distortion is gone though. I'll post back if I can fix the issues I presented that are associated with this change.
The ZIP file is posted, please read the instructions!
FYI, I'm running Task650's i747 (ATT GS3) ROM.
sm...@gmail.com <sm...@gmail.com> #167
[Comment deleted]
sm...@gmail.com <sm...@gmail.com> #168
To add to my above post..
To fix the issue of the distorted audio, increase the buffer size on your music playback application. I also increased my minimum CPU freq, but I think the increase in buffer size fixed it.
It may also help to increase the priority of the audio stream.
I user PowerAmp, and I set the buffer size to "Huge (+750ms)". I haven't had any distortion since that change.
To fix the issue of the distorted audio, increase the buffer size on your music playback application. I also increased my minimum CPU freq, but I think the increase in buffer size fixed it.
It may also help to increase the priority of the audio stream.
I user PowerAmp, and I set the buffer size to "Huge (+750ms)". I haven't had any distortion since that change.
sm...@gmail.com <sm...@gmail.com> #169
To yet again add to my above post:
I spoke to soon. I'm still getting distortion after a few minutes of playback. Pausing for at least 5 seconds and playing again temporarily fixes it. It seems like a buffer issue, but I can't increase the buffer past 750ms in power amp.
It isn't app specific either. WinAmp does the same. I think it has to do with the higher bitrate implemented by the change to the bluetooth file in the first place.
I spoke to soon. I'm still getting distortion after a few minutes of playback. Pausing for at least 5 seconds and playing again temporarily fixes it. It seems like a buffer issue, but I can't increase the buffer past 750ms in power amp.
It isn't app specific either. WinAmp does the same. I think it has to do with the higher bitrate implemented by the change to the bluetooth file in the first place.
ga...@gmail.com <ga...@gmail.com> #170
[Comment deleted]
[Deleted User] <[Deleted User]> #171
Using files from post #158 and #163 fixed things for me on my Galaxy Nexus with RootBox ROM.
Brilliant... and what a relief! Finally the dull sound is gone and I can enjoy listening to music again using my bluetooth headset (SE MW-600 in my case).
Many thanks to the poster for the fix!
Brilliant... and what a relief! Finally the dull sound is gone and I can enjoy listening to music again using my bluetooth headset (SE MW-600 in my case).
Many thanks to the poster for the fix!
te...@gmail.com <te...@gmail.com> #172
If Android users can find and release a fix in less than a week, why can't Google? Please release an official fix for those of us who aren't technically capable enough to implement the above fix!
cb...@gmail.com <cb...@gmail.com> #173
Looks like akellar has submitted a commit that has been merged into AOKP. I have been using his ROM (on xda and rootwiki, with cherry picks, including the bluetooth fix) since yesterday on my verizon gnex and the problem is gone. Looks like the problem should be gone in any AOKP ROM built after today. Hopefully. Good to finally be on 4.2.2.
cb...@gmail.com <cb...@gmail.com> #174
Also, I just want to add that I ha entry noticed any popping. Only listened in my car with road noise, and I am not sure how prevalent it is supposed to be. Also haven't noticed music slow down, but again haven't listened that much, just enough to realize the high end distortion is gone.
sm...@gmail.com <sm...@gmail.com> #175
[Comment deleted]
sm...@gmail.com <sm...@gmail.com> #176
Hooray, my branch got merged.
Task650's ROM had a new release today which incorporates the change in AOKP.
http://forum.xda-developers.com/showthread.php?t=1766684
Downloading and flashing as I type this....
Task650's ROM had a new release today which incorporates the change in AOKP.
Downloading and flashing as I type this....
be...@bekit.net <be...@bekit.net> #177
Michael's change has been merged into the CyanogenMod 10.1 sources as well. This should be resolved for all future nightlies. Thanks, Michael!
bu...@gmail.com <bu...@gmail.com> #178
@ #177, the problem is that the sampling rate in CM 10.1 is still 48khz. Either the sampling rate needs to get dropped back to 44.1khz, or the bitrate update needs to be increased to 345kbps.
dj...@gmail.com <dj...@gmail.com> #179
Re #177, you're quite welcome! I'm all smiles for the past couple days, it's nice to be able to do something that helps a wide audience. Even if it's not a complete fix for everyone, at least we made some progress on our own here, and may be pointing Google in the right direction for a full set of fixes.
Re #178: I checked the A2DP spec, and while 345kbps is listed as the value for High Quality @ 48KHz, the way bluedroid uses that particular constant we've been changing only affects the calculation for the bitpool size. I may not have the latest spec (I'm looking at v10), but it says the bitpool for High Quality @ 48Khz is actually *smaller* than it would be for 44.1Khz. 51 instead of 53. Changing the constant to 345 will yield a slightly larger bitpool setting, but that may not be of any value to the audio quality for that sample rate. It's certainly worth trying, of course!
Re #178: I checked the A2DP spec, and while 345kbps is listed as the value for High Quality @ 48KHz, the way bluedroid uses that particular constant we've been changing only affects the calculation for the bitpool size. I may not have the latest spec (I'm looking at v10), but it says the bitpool for High Quality @ 48Khz is actually *smaller* than it would be for 44.1Khz. 51 instead of 53. Changing the constant to 345 will yield a slightly larger bitpool setting, but that may not be of any value to the audio quality for that sample rate. It's certainly worth trying, of course!
bu...@gmail.com <bu...@gmail.com> #180
@ #179, thanks for clarifying.
And a big thanks to both #179 and #177 for their work making the improvement and getting it merged into CM 10.1, respectively :)
And a big thanks to both #179 and #177 for their work making the improvement and getting it merged into CM 10.1, respectively :)
de...@gmail.com <de...@gmail.com> #181
Confirmed! CM 10.1 is streaming crystal clear audio!
ma...@android.com <ma...@android.com> #182
Hi think you for the invaluable discussion and suggestion here. Please keep it going!
We are also experimenting the changes here, like 229 to 328 - 53 bit pool. But we have to be careful not to introduce the stuttering problem, discussed in another thread. More testing and optimizing...
In short, we are working on it.
We are also experimenting the changes here, like 229 to 328 - 53 bit pool. But we have to be careful not to introduce the stuttering problem, discussed in another thread. More testing and optimizing...
In short, we are working on it.
br...@gmail.com <br...@gmail.com> #183
Has this change come through to CM10.1 M2? I'm downloading a rom now based on this (dated 6th of MAR) for my Nexus7 so hopefully this will fix :)
br...@gmail.com <br...@gmail.com> #184
I can confirm it is fixed on CM10.1 M2 !!!
Awesome work guys, sounds like 4.1 again. Very happy
Awesome work guys, sounds like 4.1 again. Very happy
te...@gmail.com <te...@gmail.com> #185
@182 - Thanks for replying Matthew! I'm glad to know you guys are working on an official fix. It appears as if the fix has been incorporated into Cyanogenmod 10.1, and no one seems to be complaining about the stuttering issue. Personally, I never experienced the stuttering ever, in any version of Android on any device.
Do you think it would make sense to check out what was done for CM 10.1, test it on your end, and then incorporate it into an official Android release?
Do you think it would make sense to check out what was done for CM 10.1, test it on your end, and then incorporate it into an official Android release?
br...@gmail.com <br...@gmail.com> #186
Just updated to 4.2.2 on my VZW GNex and noticed the BT Streaming quality issue as well. I am considering going back to 4.1.2 because of this. FIX IT GOOGLE!
ar...@gmail.com <ar...@gmail.com> #187
Those files didn't work for me. Thanks for the effort!
Galaxy Nexus GSM, Carbon-JB-1.5 ROM, 710.422.Cylon kernel.
Galaxy Nexus GSM, Carbon-JB-1.5 ROM, 710.422.Cylon kernel.
tk...@gmail.com <tk...@gmail.com> #188
te...@gmail.com <te...@gmail.com> #189
@188 I think that fix is specific to Windows phone because of registry edits. But it's very interesting to hear that other mobile operating systems are also experiencing this issue. I've heard similar problems from friends with iPhones.
Come on Google, be the first to fix this issue! How hard is it to change the sample rates?
Come on Google, be the first to fix this issue! How hard is it to change the sample rates?
bu...@gmail.com <bu...@gmail.com> #190
I'd just like to add that though music sounds incredible streaming now, low quality audio (specifically phone calls) are still horribly distorted and amplified. This change may just be a bandaid, and I hope the google engineers are looking into this case as well.
But for serious... please get AVRCP 1.3 working while you guys are tweaking this code :D
But for serious... please get AVRCP 1.3 working while you guys are tweaking this code :D
ju...@gmail.com <ju...@gmail.com> #191
Files from 158 and 163 made clear improvement on my stock rooted 4.2.2 Galaxy Nexus GSM. Just renamed old files, copied new ones using Root Explorer and set permissions to same as old files had. Then reboot.
ar...@gmail.com <ar...@gmail.com> #192
AOKP and CM10.1 fixed the issue on my GNex GSM.
k....@gmail.com <k....@gmail.com> #193
cm10.1 did not fix the audio quality. The high frequentie sounds are stil distorted
k....@gmail.com <k....@gmail.com> #194
I have to take that back.... The last nightly version sounds very very good!
k....@gmail.com <k....@gmail.com> #195
[Comment deleted]
ar...@gmail.com <ar...@gmail.com> #196
The latest ParanoidAndroid ROM works.
ap...@gmail.com <ap...@gmail.com> #197
Just upgraded to 4.2.2 on Verizon Galaxy Nexus last night and noticed the degraded sound quality this morning. Kind of discouraging that this has been going on for months. Please fix this. Running 4.2.2 JDQ39
st...@gmail.com <st...@gmail.com> #198
GS3 LTE (i9305)- moved from stock 4.1.2 to ROM4.2.2 and 2 problems have appeared:
1. headphone mic gain is horrible (http://code.google.com/p/android/issues/detail?id=41860 ), this was not an issue on the stock 4.1.1 and the upgrade to 4.1.2; i noticed this immediately after uprading to LiquidSmooth 4.2.2
2. bluetooth - as discussed in this thread it is clearly a problem related to sample rate and bit pool
Would like to see some android updates to address these 2 issues. Its clear that the issue SHOULD be fixable, as the coders from Samsung had obviously fixed it with their stock 4.1.1 and 4.1.2. Anyway have access to their code and can incorporate into the ROMs that are out there?
I'm not keen on reverting back to the stock flavour but am thinking that i have no choice as these 2 issues are deal breakers.
1. headphone mic gain is horrible (
2. bluetooth - as discussed in this thread it is clearly a problem related to sample rate and bit pool
Would like to see some android updates to address these 2 issues. Its clear that the issue SHOULD be fixable, as the coders from Samsung had obviously fixed it with their stock 4.1.1 and 4.1.2. Anyway have access to their code and can incorporate into the ROMs that are out there?
I'm not keen on reverting back to the stock flavour but am thinking that i have no choice as these 2 issues are deal breakers.
da...@googlemail.com <da...@googlemail.com> #199
@198
I don't know about 1. but 2. was not present in any Version of 4.1.x or 4.0.x be it
Samsung or Nexus devices. It was introduced in 4.2.0 with the switch to another bluetooth stack.
I don't know about 1. but 2. was not present in any Version of 4.1.x or 4.0.x be it
Samsung or Nexus devices. It was introduced in 4.2.0 with the switch to another bluetooth stack.
ar...@gmail.com <ar...@gmail.com> #200
CarbonROM also fixed this issue.
tu...@gmail.com <tu...@gmail.com> #201
Upgraded to 4.2.2 today thanks to the Verizon rollout. Bluetooth Music streaming is an integral part of my day (I'm an unlimited data plan user that streams up to 4 times daily, anywhere from 1-4 hours worth of play depending on my rides.)
The Bluetooth streaming problem is a major issue for an audiophile like myself. Stuttering is not an issue, but the scratchy paperlike audio quality is a deal breaker.
I'm extremely concerned because since I got my Galaxy nexus back in December of 2011 I've never once rooted it nor flashed it. I've waited very patiently for this update, and now that it has happened, because of Verizon's slow upgrade time I'm terrified that I'll be waiting another 6 months after its resolution for it to roll out.
Hoping for a speedy fix. Definitely a big issue for me!
The Bluetooth streaming problem is a major issue for an audiophile like myself. Stuttering is not an issue, but the scratchy paperlike audio quality is a deal breaker.
I'm extremely concerned because since I got my Galaxy nexus back in December of 2011 I've never once rooted it nor flashed it. I've waited very patiently for this update, and now that it has happened, because of Verizon's slow upgrade time I'm terrified that I'll be waiting another 6 months after its resolution for it to roll out.
Hoping for a speedy fix. Definitely a big issue for me!
ni...@gmail.com <ni...@gmail.com> #202
Yep, one of my music apps (ReLoop sequencer) outputs a staticy sound, especially when playing Bass loops. It sounds almost like off by one buffer errors. It DID NOT sound like this until after I updated to 4.2.2 this morning (Galaxy Nexus).
The app sounds correct on an old Original droid (2.2.2), and on my Galaxy Tab 10.1 (4.0.2).
It seems to be some problem with the audio buffers on 4.2.2.
ReLoop uses the AudioTrack object in Streaming mode, outputting 44100khz.
My other app, Electrum Drum, outputs at 22050Khz, and it sounds great yet. Seems like a problem with 44100Khz
The app sounds correct on an old Original droid (2.2.2), and on my Galaxy Tab 10.1 (4.0.2).
It seems to be some problem with the audio buffers on 4.2.2.
ReLoop uses the AudioTrack object in Streaming mode, outputting 44100khz.
My other app, Electrum Drum, outputs at 22050Khz, and it sounds great yet. Seems like a problem with 44100Khz
ni...@gmail.com <ni...@gmail.com> #203
Just to clarify, at 44100Khz audio output, the sound crackles.
ek...@gmail.com <ek...@gmail.com> #204
I recently upgraded to the HTC Droid DNA from the Galaxy Nexus and experienced the same high end frequency sound quality issues via bluetooth. The Droid DNA though is using 4.1.2 so this may just be an HTC issue as I know they use a different bluetooth driver. I have since returned the phone and gone back to my Galaxy Nexus. The audio was fine until today when I received the 4.2.2 update at which point I noticed the high frequency degradation in sound quality similar to that of the Droid DNA.
Music and bluetooth streaming are a huge part of my day so hopefully a quick fix is coming.
Music and bluetooth streaming are a huge part of my day so hopefully a quick fix is coming.
an...@googlemail.com <an...@googlemail.com> #205
N4 like everyone else here, please Google fix this issue it is ruining the best phone made!
dr...@gmail.com <dr...@gmail.com> #206
I had to go back to 4.1.1 because the Bluetooth audio will not stay connected in my car. I even tried a factory reset, which didn't work. The main reason I bought a smart phone was to run Pandora in the car without wires. So Verizon delayed the 4.2.2 OTA for 2 months longer than other carriers, claiming testing, and never caught the fact a fundamental piece of the phone, the Bluetooth stack, was broken. Also, anyone else notice all the GN's are getting the same build now?
wi...@gmail.com <wi...@gmail.com> #207
Confirmed along with 200+ other users who paid a lot of money for our phones. VZW Nexus upgraded to 4.2.2. Not an issue on previous build. Making me want to run over my Nexus now due to crappy A2DP audio quality. Please fix this, Google!
wi...@gmail.com <wi...@gmail.com> #208
Confirming that the combined fix of #158 and #163 resolves this issue on my recently upgraded 4.2.2 VZW Galaxy Nexus. Shame on you, Google. As a manager of software development and engineer, I am sad that a company with your resources and testing capabilities allows issues like this to remain open for 4+ months when the simple fix is vetted by community members with no action by you.
ab...@gmail.com <ab...@gmail.com> #209
Adding my 2 cents in as well that I am experiencing this Bluetooth Audio static issue as well. Google, Please Fix ASAP...
co...@gmail.com <co...@gmail.com> #210
After the installation of 4.2.2 on my Galaxy Nexus, Bluetooth did not work with car audio. While the car audio showed that it was paired with the phone, only the microphone would work occasionally. Sound came from the Galaxy Nexus. Most of the time, Bluetooth did not work at all.
te...@gmail.com <te...@gmail.com> #211
@210 - You seem to be experiencing an issue different from this one. This issue is specifically regarding poor Bluetooth audio quality on Android 4.2 and later.
Although since this affects every single device running 4.2+, as soon as you are able to fix your connection issue, you will likely find the terrible sound quality unbearable.
I mean, how could you not? Unless of course you are an Android developer, since they seem to think this is an issue that can wait 5 months.
Although since this affects every single device running 4.2+, as soon as you are able to fix your connection issue, you will likely find the terrible sound quality unbearable.
I mean, how could you not? Unless of course you are an Android developer, since they seem to think this is an issue that can wait 5 months.
da...@googlemail.com <da...@googlemail.com> #212
Are the users of bluetooth audio such a minority that google can just ignore us?
te...@gmail.com <te...@gmail.com> #213
They're not technically ignoring it. The dev assigned to this issue replied back at #182 saying they're working on it. He says they're experimenting with modifying the bit pool, but they have to be careful not to reintroduce the stuttering issue.
Personally I've never experienced stuttering with any version of Android on any device, so I'm not sure how prevalent that issue was. Maybe they could just add a toggle for the quality settings. It could be high quality by default, then toggle to lower quality if you experience stuttering.
Personally I've never experienced stuttering with any version of Android on any device, so I'm not sure how prevalent that issue was. Maybe they could just add a toggle for the quality settings. It could be high quality by default, then toggle to lower quality if you experience stuttering.
an...@gmail.com <an...@gmail.com> #214
really? issue was reported almost 6 month ago, but we still here
good job, google!
good job, google!
wg...@gmail.com <wg...@gmail.com> #215
No problem with Nexus 7 but Galaxy Nexus from V must be paired each time I drive auto. Not recognized by car after ignition off and restarted.
bs...@gmail.com <bs...@gmail.com> #216
My god! Bluetooth audio is terrible on my Nexus 4 on 4.2.2... please fix this google!
ki...@gmail.com <ki...@gmail.com> #217
Seems to be happening to my (rooted) GNex GSM model as well when paired with Jaybird's Bluebuds X earphones (crackling). I initially thought it was an unlucky purchase. After reading this thread and tested it on my iPad, audio output showed no signs of crackling noise.
Can anybody else confirm suggestion #191 solves this issue for GNex ?
Can anybody else confirm suggestion #191 solves this issue for GNex ?
wi...@gmail.com <wi...@gmail.com> #218
#217: I confirmed this in post #208 above. All is well after overwriting those files on a rooted device running 4.2.2
ki...@gmail.com <ki...@gmail.com> #219
@218 - Sweet! thanks man!! I'll try it out now :D
ni...@teknister.nu <ni...@teknister.nu> #220
For "#¤%#% sake Google! Fix this!
It's been 5 months now. Are you freaking kidding me?
It's been 5 months now. Are you freaking kidding me?
th...@gmail.com <th...@gmail.com> #221
Are there any fixes for HTC/Sense devices? I want to keep Sense but the BT Audio Streaming is too bad...
te...@gmail.com <te...@gmail.com> #222
@221 - You won't see any fixes for your non-Nexus device coming from Google. Your best bet is to bug HTC. Any fix Google implements will be delayed by your carrier and manufacturer by at least several months. That's how long it takes them to bastardize the vanilla Android interface with things like HTC Sense.
The only devices that will receive this update in a timely manner (I'm being generous with the word 'timely') will be GSM Nexus devices. CDMA Galaxy Nexus owners will likely have to wait as long as they did to get Jellybean. Verizon was incredibly late with 4.2 and I'm not sure what happened with Sprint.
The only devices that will receive this update in a timely manner (I'm being generous with the word 'timely') will be GSM Nexus devices. CDMA Galaxy Nexus owners will likely have to wait as long as they did to get Jellybean. Verizon was incredibly late with 4.2 and I'm not sure what happened with Sprint.
ry...@gmail.com <ry...@gmail.com> #223
Same problem here with Verizon Samsung Galaxy Nexus on 4.2.2. What a bummer.
cb...@gmail.com <cb...@gmail.com> #224
#223 Your choices are to go with cm or aokp on your Verizon gnex, or try changing the files mentioned above. Once you go to aokp or cm you will wonder why you waited so long. Both blow stock away with feature sets.
bn...@gmail.com <bn...@gmail.com> #225
I installed the modified libraries in #157 and #163 on my stock OTA Jelly Bean 4.2.2 and there seems to be a noticeable improvement in A2DP audio quality. There is still some aliasing in high frequencies but it's fairly slight, and over all it's much improved. There were no noticeable side effects or incompatibilities. I am running a completely stock, unmodified (until now) takju build on GSM/HSPA+ Galaxy Nexus.
ed...@yahoo.com <ed...@yahoo.com> #226
[Comment deleted]
ed...@yahoo.com <ed...@yahoo.com> #227
The new HP Slate 7 suffers from the same issue. Sounds like digital clipping to me, mostly during loud moments or high frequencies (symbols crashing). Ironically, the HP TouchPad (webos) has the same issue. An ipod touch, however, works fine on the same bluetooth speakers being used. The HP Slate 7 hasn't been rooted yet (so i can't try the proposed fixes to the bluetooth shared object).
--edfardos
--edfardos
te...@gmail.com <te...@gmail.com> #228
[Comment deleted]
te...@gmail.com <te...@gmail.com> #229
It has been almost 6 months. Could we get an update on the status of this fix? Or do you just want us to wait for the Nexus 5?
aa...@gmail.com <aa...@gmail.com> #230
I have a VZW Galaxy Nexus running 4.2.2, and I had a problem with my Bluetooth stereo headset disconnecting frequently. Also, sometimes Bluetooth would lock up while turning off, and the only solution was a reboot. I noticed some sound issues as well, but that was overshadowed by the connectivity issues. Both these other problems have been reported elsewhere by other users. I took a chance and tried implementing the fix in #158 & #163. Turns out this solved my connectivity problems! My GNex's Bluetooth is now operating as well as it did in 4.1.2.
I should also note that I'm running CyanogenMod 10.1 M3 (released 4/11/13), and although it was mentioned in other posts that CyanogenMod had incorporated the fix, I was still having these problems until I replaced the .so files myself.
Thank you so much to the users who developed this fix! It should be really embarrassing to Google that some power users were able to fix this while Google dragged their feet for months.
I should also note that I'm running CyanogenMod 10.1 M3 (released 4/11/13), and although it was mentioned in other posts that CyanogenMod had incorporated the fix, I was still having these problems until I replaced the .so files myself.
Thank you so much to the users who developed this fix! It should be really embarrassing to Google that some power users were able to fix this while Google dragged their feet for months.
pg...@gmail.com <pg...@gmail.com> #231
I have a Verizon Wireless Galaxy Nexus LTE/CDMA with stock Android 4.2.2 build JDQ39, and I was having the Bluetooth audio problem where it made a lot of music sound "raspy". I was able to place bluetooth.default.so and audio.a2dp.default.so from posts #158 and #163 into /system/lib/hw/, overwriting the files that were there, and this fixed my audio problem. Thank you yuxu...@gmail.com.
For those wondering how to go about doing this, here are some hints. I unlocked my phone using Wug's Nexus Root Toolkit a long time ago. After doing the Over The Air upgrade to 4.2.2, I rooted my phone using the Nexus Root Toolkit. I installed an app called "[root] adbd Insecure". I used an app called AirDroid to copy the above files into /sdcard/ (there are lots of other ways to do this, too). On my computer, I downloaded and extracted the ADT Bundle. I ran the adbd Insecure app on my phone, and I used the ADB tool on my computer from ADT to open a console onto my phone. Once there, I used my Linux command line know how to backup the current files in /system/lib/hw/, copy the new files from /sdcard/ to there, and make sure the file permissions were correct. Then I rebooted the phone.
For those wondering how to go about doing this, here are some hints. I unlocked my phone using Wug's Nexus Root Toolkit a long time ago. After doing the Over The Air upgrade to 4.2.2, I rooted my phone using the Nexus Root Toolkit. I installed an app called "[root] adbd Insecure". I used an app called AirDroid to copy the above files into /sdcard/ (there are lots of other ways to do this, too). On my computer, I downloaded and extracted the ADT Bundle. I ran the adbd Insecure app on my phone, and I used the ADB tool on my computer from ADT to open a console onto my phone. Once there, I used my Linux command line know how to backup the current files in /system/lib/hw/, copy the new files from /sdcard/ to there, and make sure the file permissions were correct. Then I rebooted the phone.
te...@gmail.com <te...@gmail.com> #232
Happy 6 month anniversary, Issue 36949180 .
Maybe at I/O tomorrow Google will talk about how it took 6 months to fix this one little bug.
Maybe at I/O tomorrow Google will talk about how it took 6 months to fix this one little bug.
cl...@gmail.com <cl...@gmail.com> #233
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #234
High range sounds are garbled and sound pretty terrible on my Samsung Galaxy Nexus (VZW).
Basbeand: l1515.10 V.FK01/l1515.FK02
Kernel Version: 3.0.31-g9f818de
android-build@vpbs1.mtv.corp.google.com #1
Wed Nov 28 11:20:29 PST 2012
Build Number: JDQ39
Basbeand: l1515.10 V.FK01/l1515.FK02
Kernel Version: 3.0.31-g9f818de
android-build@vpbs1.mtv.corp.google.com #1
Wed Nov 28 11:20:29 PST 2012
Build Number: JDQ39
an...@gmail.com <an...@gmail.com> #235
Have the same problem with my Galaxy s3 (SGH-I747M) Jelly bean. I can pair the device and hear music when streaming over bluetooth (car and jawbone) but soon after playing any song, it just start with these unbearable crackling noises.
a....@gmail.com <a....@gmail.com> #236
[Comment deleted]
a....@gmail.com <a....@gmail.com> #237
I just realised I have the same problem with my Galaxy Nexus with Android 4.2.2... the Bluetooth quality sucks... with Soundcloud everything sounds ok... but with Google Music the Quality is very low and there are a lot of crackling noises and breaks... even more when you use the phone for other things... Please improve this soon!!!
Thank you.
Btw... with the Nexus 7is the same bad Quality but with out the crackling noises.
Thank you.
Btw... with the Nexus 7is the same bad Quality but with out the crackling noises.
st...@gmail.com <st...@gmail.com> #238
Has anyone heard whether or not the upcoming Android 4.3 release will address this problem?
ni...@teknister.nu <ni...@teknister.nu> #239
How is 39632 a duplicate of 39633?
Issue 36949180 : Bluetooth sound quality suffer after upgrade to 4.2 with Galaxy Nexus
Issue 36949180 : 4.2.x Bluetooth audio stuttering every few seconds
Both are bluetooth issues but the symptoms are totally different.
Both are bluetooth issues but the symptoms are totally different.
da...@googlemail.com <da...@googlemail.com> #240
I really would have thought better of google.
Come on, these are clearly two different bugs.
At least give an explanation to the merge.
Come on, these are clearly two different bugs.
At least give an explanation to the merge.
te...@gmail.com <te...@gmail.com> #241
This is a completely different issue than the Bluetooth stuttering issue. This issue concerns low-quality audio on Android 4.2. I have never experienced stuttering, but the low-quality audio has been present ever since I upgraded to 4.2. Please address this issue specifically instead of merging them.
ni...@teknister.nu <ni...@teknister.nu> #242
Google! Will this be solved in 4.3 (or whatever it will be called)?
Please let us know if it's worth the wait?
Please let us know if it's worth the wait?
do...@gmail.com <do...@gmail.com> #243
Nexus 7 running 4.2.2: Cannot stream audio over BT at all. All audio is crackly and unintelligible. I tested my headset on my droid phone (which is running 2.6) and it works flawlessly. I did not try to stream audio over BT before 4.2.1 so I cannot say if it worked before then.
Please fix this issue and give us updates to let us know you're working on this?
I love Android and my N7 -- so far this is the only issue.
Please fix this issue and give us updates to let us know you're working on this?
I love Android and my N7 -- so far this is the only issue.
op...@gmail.com <op...@gmail.com> #244
I recently upgraded from a Nexus S 4G to a Nexus 4, and am now experiencing this issue. The sound quality over bluetooth has the same crackling/static noise at higher frequencies, definitely noticeable on cymbal crashes and the like.
I've come to understand that it was most likely the software version (now 4.2.2) that is causing the problem.
I notice it when connecting to my Mazda 3's bluetooth audio system for music playback. I've tested that it is indeed the bluetooth causing it by connecting via an AUX cable, which sounds just fine.
I've come to understand that it was most likely the software version (now 4.2.2) that is causing the problem.
I notice it when connecting to my Mazda 3's bluetooth audio system for music playback. I've tested that it is indeed the bluetooth causing it by connecting via an AUX cable, which sounds just fine.
pa...@gmail.com <pa...@gmail.com> #245
I built the bluetooth.default.so library with the DEFAULT_SBC_BITRATE adjustment described in #157 for the Sprint Galaxy Nexus (toroplus) running android-4.2.1_r1 (JOP40D).
ra...@gmail.com <ra...@gmail.com> #246
I just installed the stable CM 10.1 release and it still has this issue. Is there any 4.2.2 based ROM for the Galaxy Nexus that has the CD-like quality with A2DP audio that we had before 4.2?
te...@gmail.com <te...@gmail.com> #247
So will this issue be fixed in Android 4.3? It should be out before the end of July, right?
ed...@gmail.com <ed...@gmail.com> #248
[Comment deleted]
ed...@gmail.com <ed...@gmail.com> #249
I finally rooted my HP Slate7, but couldn't find bluetooth.default.so anywhere on the filesystem? HP is loading 4.1.1 at this time. Did the shared libraries go through a name change? All I see is a libbluetooth.so and very few symbols match but the size is similar.
# find / -name "bluetooth.default.so "
<nothing>
/system/lib/hw # ls
audio.a2dp.default.so gpu.rk30board.so local_time.default.so
audio.primary.default.so gralloc.default.so power.default.so
audio.primary.rk30board.so gralloc.rk30board.so power.rk30xx.so
audio_policy.default.so hwcomposer.rk30board.so sensors.rk30board.so
audio_policy.rk30board.so keystore.default.so
camera.rk30board.so lights.rk30board.so
curiously,
-edfardos
# find / -name "
<nothing>
/system/lib/hw # ls
curiously,
-edfardos
te...@gmail.com <te...@gmail.com> #250
Did anyone get 4.3 yet? Is this issue fixed?
ho...@gmail.com <ho...@gmail.com> #251
Confirmed... This issue is not fixed in today's 4.3 image for the N4.
ag...@gmail.com <ag...@gmail.com> #252
Galaxy Nexus 4.3 A2DP issue not fixed.... Goodbye Google.
ni...@teknister.nu <ni...@teknister.nu> #253
Google, you suck! I can't believe this is not fixed yet... Unacceptable...
te...@gmail.com <te...@gmail.com> #254
Over 8 months without an update or any sort of progress. 3 operating system iterations without improvement. It's time to start emailing the developers directly. So far I have found these email addresses associated with this issue. Feel free to send them your complaints directly.
jaikumarg@android.com
mattx@android.com
jbq@android.com
jaikumarg@android.com
mattx@android.com
jbq@android.com
ad...@gmail.com <ad...@gmail.com> #255
This is unreal.
#158 yuxu...@gmail.com Are you do another fix for v4.3 for the Nexus 4. Or outline how to do it? I'm up for trying.
#158 yuxu...@gmail.com Are you do another fix for v4.3 for the Nexus 4. Or outline how to do it? I'm up for trying.
te...@gmail.com <te...@gmail.com> #256
I got 4.3 this weekend and I can also confirm that the low audio quality issue has not been fixed. Although I was happy to see that track titles now appear on my car's display.
te...@gmail.com <te...@gmail.com> #257
I realize that the Android devs are hesitant to implement the fix that several users and developers have discovered, because they don't want to reintroduce the Bluetooth Audio stuttering issue.
But couldn't they implement a change to the settings where users could manually lower the quality if they experience stuttering, but still allow users to select the settings that produced crystal clear audio in Android 4.1?
But couldn't they implement a change to the settings where users could manually lower the quality if they experience stuttering, but still allow users to select the settings that produced crystal clear audio in Android 4.1?
bn...@gmail.com <bn...@gmail.com> #258
Confirming that the audio quality is still an issue in OTA 4.3 on Galaxy Nexus (maguro). Can someone who has the 4.3 AOSP source tree rebuild the two shared object files with the corrected values as djp in #151 did for 4.2.2? I was using those libs prior to the update, and the audio quality was great.
dj...@gmail.com <dj...@gmail.com> #260
Wow, when I finished building 4.3 for my VZW GNex, I was pretty freaking disappointed to see, er, hear, my/our/the fix wasn't included! Geez, I posted that back on 2/28. I followed the change for a while as it made the rounds and trust us Google -- it's good! It comes from the A2DP specification, the current default is clearly set to sub-optimal "Medium" quality (says so right in the comment).
Anyway, I'm glad to see that folks have picked it up for 4.3 and it's still working for them. I attached theaudio.a2dp.default.so and bluetooth.default.so files from my GNex build (JWR66V / android-4.3_r1) here, in case they are of value like they were for 4.2.x when others posted them. They would both go into /system/lib/hw and have 0644 permissions. XDA's cbaronne (link in Post #260 above)
Comparing it to the same change in Android 4.2.2, I think it has the same positive results. Hope that's the case for everyone.
Google, you guys have to take this stuff more seriously, it's really important to a lot of people that their device "just works" or is made to work in a reasonable timeframe. In this case, the community provided a fix and tested it across many many many devices with no cost to you; it's pretty insulting that it wasn't included based on just the feedback posted here! Ah well, I still get to keep posts #151 and #155 on my resume -- woot!
Anyway, I'm glad to see that folks have picked it up for 4.3 and it's still working for them. I attached the
Comparing it to the same change in Android 4.2.2, I think it has the same positive results. Hope that's the case for everyone.
Google, you guys have to take this stuff more seriously, it's really important to a lot of people that their device "just works" or is made to work in a reasonable timeframe. In this case, the community provided a fix and tested it across many many many devices with no cost to you; it's pretty insulting that it wasn't included based on just the feedback posted here! Ah well, I still get to keep posts #151 and #155 on my resume -- woot!
an...@stanisci.ca <an...@stanisci.ca> #261
This issue has been bugging me and certainly a lot of others for over a year and it's still not fixed? This is ridiculous. I can't use my phone at all in BT mode because the quality is so bad. I'm on a Nexus 4 now and it's still the same problems as before.
Google, c'mon! This is an important fix, because it's currently nullified the ability to stream music at all.
Google, c'mon! This is an important fix, because it's currently nullified the ability to stream music at all.
ma...@android.com <ma...@android.com> #262
We are still working on the issue. Increasing bitpool impacted some devices interaction with some carkits. We had to be cautious.
te...@gmail.com <te...@gmail.com> #263
SOME devices. That's the key word. Why not provide a setting for it and let the user toggle between different qualities.
I never experienced the stuttering on any phone, tablet, or Bluetooth device. I'm guessing many users here haven't either. Why not provide an option? Why do we all have to suffer because of lower quality devices?
I never experienced the stuttering on any phone, tablet, or Bluetooth device. I'm guessing many users here haven't either. Why not provide an option? Why do we all have to suffer because of lower quality devices?
te...@gmail.com <te...@gmail.com> #264
I really don't understand why adding a quality slider for this isn't an option.
Set "medium" quality as the default (as it exists now). Then add a slider in the Bluetooth settings menu that allows users to increase the quality, which increases the bitpool.
I'll even give you some copy for it, free of charge: "Increase this setting to improve quality on Bluetooth Audio devices. If stuttering occurs, reduce the quality."
Some transparency on this issue would go a long way to making your users happy. This has been a problem for NINE MONTHS. The only update we've received is "we're working on it", and it seems like that only comes after I send an email to the developers attached to this issue.
By the way, their email addresses are jaikumarg@android.com, mattx@android.com, and jbq@android.com. Feel free to contact them personally.
Set "medium" quality as the default (as it exists now). Then add a slider in the Bluetooth settings menu that allows users to increase the quality, which increases the bitpool.
I'll even give you some copy for it, free of charge: "Increase this setting to improve quality on Bluetooth Audio devices. If stuttering occurs, reduce the quality."
Some transparency on this issue would go a long way to making your users happy. This has been a problem for NINE MONTHS. The only update we've received is "we're working on it", and it seems like that only comes after I send an email to the developers attached to this issue.
By the way, their email addresses are jaikumarg@android.com, mattx@android.com, and jbq@android.com. Feel free to contact them personally.
ag...@gmail.com <ag...@gmail.com> #265
After waiting for such a long time, i was finally forced to follow the solution given above, although i never intended to root my nexus. The files are working on 4.3. The sound is now perfect on my xplod car stereo and Sony Ericsson mw600 bluetooth headset. But I think that the solution should have been given by Google, so that we didn't have to root.....
te...@gmail.com <te...@gmail.com> #266
A new firmware update was pushed to my Nexus 4 yesterday. It did not change the version number (it's still 4.3). I'm not sure what the update was for, but I can definitely confirm that the Bluetooth Audio issue still exists.
ra...@gmail.com <ra...@gmail.com> #267
Same problem with my HTC One (M7). The music quality through BT is horrible now.
te...@gmail.com <te...@gmail.com> #268
Will Bluetooth Audio quality be fixed in Android 4.4?
ra...@gmail.com <ra...@gmail.com> #269
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #270
Same problem here. Terrible sound quality on bluetooth MW600 earphones. I am so disappointed. I bought Nexus 4 yesterday because I had audio problems with SGS3 (hiccups) and now this!!! I've overwritten the both files from #261, audio quality is a lot better but I am experiencing hiccups again. They are not as bad as on Galaxy S3 but still... If iPhones were not so expensive I'd go back to iOS without any hesitation. Unfortunately I am still on contract and have to wail till summer next year. If Google won't fix this issue I am going back to iOS as soon as possible.
PS. I did not have any audio related problems on ICS. Have any of you tried to copyaudio.a2dp.default.so and bluetooth.default.so from ICS to android 4.3?
PS. I did not have any audio related problems on ICS. Have any of you tried to copy
sc...@gmail.com <sc...@gmail.com> #271
I have had a Nexus 4 for about a month now. I've run stock 4.2, 4.3, and Cyanogenmod 10.1.2, 10.2 (nightlies) and have had this issue since day 1. I never had this issue with my Galaxy S2. I now cringe when I have to get in my 2012 Mazda to listen to tinny distortion.
an...@gmail.com <an...@gmail.com> #272
This is absurd, how has this issue not been fixed? It is an absolute deal breaker for me and now I have to revert back to and old firmware which is such a pain in the ass. Really reflects poorly on Google and and Android team.
jo...@gmail.com <jo...@gmail.com> #273
I have this same issue with my Galaxy S4, in my car (2012 Audi A4). Static noise only while connecting BT with Voice AND Media audio. When I connect only to Media audio I do not experience static. This problem did not occur with my old galaxy S3 running 4.1.2. Google please fix!
tv...@gmail.com <tv...@gmail.com> #274
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #275
Got the nexus 7 FHD LTE and returned it because of of the crackling sound on BT at high frequencies (vocals, cymbals). It runs on 4.3.
Now I have the Vz note 3. Same issue - BT sound is useless - especially when you play it on bose, yamaha in the home and JBL in the car.
On the note 2, while I could tell the difference between aux cable and BT audio, it was ok.
how can this be a year old issue and not be fixed. BT audio is the way forward.
Now I have the Vz note 3. Same issue - BT sound is useless - especially when you play it on bose, yamaha in the home and JBL in the car.
On the note 2, while I could tell the difference between aux cable and BT audio, it was ok.
how can this be a year old issue and not be fixed. BT audio is the way forward.
kb...@gmail.com <kb...@gmail.com> #276
After reading so many complaints and seeing no fix from Google, I see no value in adding my own two cents except to make myself feel better. So, here goes. I always got great sound from my phone calls on my Galaxy Nexus using a Plantronics 925 which cost me around $100. When 4.2 came out and my conversation sound quality became horrible, I thought my earpiece had gone bad. So, I then bought a new BT earpiece, a Plantronics Legend reviewed as one of the best sounding headsets. When the sound was equally bad, I figured I had a lemon and exchanged it for the same model. Of course, there was no improvement. I primarily use my Nexus for phone calls. Google clearly has become more interested in making money than in having good customer service. Of course, they have the technical ability to fix this. They are just not willing to put the money in to fixing this problem. If 4.4 fixes it, it is not even certain that the Verizon Galaxy Nexus will get any more updates. I'm totally disgusted with Google.
bc...@gmail.com <bc...@gmail.com> #277
Same issue with bluetooth here on s3, auxiliary sound amazing though...
bc...@gmail.com <bc...@gmail.com> #278
Heres a solution for google, either roll back to 4.1.2 bluetooth settings or make a menu where people can choose between medium or high quality. Whats so hard about that? Im starting to seriously look at device alternatives because bluetooth mp3 is a MUST. Since im rooted im going to try the 2 files mentioned above but its a shame that we have to do that.
te...@gmail.com <te...@gmail.com> #279
Well, hopefully when Android 4.4 KitKat rolls out in a few days, the issue will be fixed. If it's not fixed by then (ONE YEAR after it was reported), then let the slew of "give me a break" puns commence.
bc...@gmail.com <bc...@gmail.com> #280
So i tried the 2 files above and it changed nothing besides add more static, i even rolled back to CM 4.1.2 and that made it even wrose, i have no bass and static sound. Last thing to try is to go back to my TouchWiz rom ewwww but who knows if that will change anything.
ra...@gmail.com <ra...@gmail.com> #281
Rolling back to 4.1.2 is not a solution because of stuttering issue - https://code.google.com/p/android/issues/detail?id=39633 .
If they won't fix both these issues in KitKat I am going back to iOS next summer.
If they won't fix both these issues in KitKat I am going back to iOS next summer.
te...@gmail.com <te...@gmail.com> #282
Actually, the stuttering issue and the low-quality audio issue were not introduced until 4.2. 4.1 had perfect audio.
dj...@gmail.com <dj...@gmail.com> #283
Just got AOSP 4.4_r1 downloaded -- the default was changed to high quality! THANK YOU GOOGLE! (You should change the comment in the code to say "High Quality" instead of "Middle Quality Quality", but who cares about that - lol)
Out of curiosity, were you able to resolve the stuttering issues on some devices with additional changes or did that turn out to be something different?
Regardless, thank you, I'm certain a lot of people are going to very happy when their devices hit KitKat.
Out of curiosity, were you able to resolve the stuttering issues on some devices with additional changes or did that turn out to be something different?
Regardless, thank you, I'm certain a lot of people are going to very happy when their devices hit KitKat.
te...@gmail.com <te...@gmail.com> #284
^ Good to know, thanks for reporting back on that. My Nexus 5 shipped over the weekend. Now I'm even more psyched to get it this week.
te...@gmail.com <te...@gmail.com> #285
Finally got to try out my Nexus 5 (Android 4.4) in my car with Bluetooth Audio. As far as I can tell, it sounds perfect now! Music and phone calls sound very crisp, even at high volumes. Thank you so much for finally fixing this.
ch...@gmail.com <ch...@gmail.com> #286
^ I really hope KitKat fixes this issue.
My N4 is running 4.3 Paranoid Android - the provided files in #261 improved the sound quality, but the higher frequencies still sound "ugly".
I'm using a Kenwood BT43U radio.
The Bluetooth audio quality of my 30€ U8160 is better than the one my N4 produces.
My N4 is running 4.3 Paranoid Android - the provided files in #261 improved the sound quality, but the higher frequencies still sound "ugly".
I'm using a Kenwood BT43U radio.
The Bluetooth audio quality of my 30€ U8160 is better than the one my N4 produces.
te...@gmail.com <te...@gmail.com> #287
@287, as far as I can tell, KitKat does fix the issue. At least on the Nexus 5. When 4.4 rolls out to your Nexus 4, please be sure to post your results for the benefit of the rest of the group.
ad...@gmail.com <ad...@gmail.com> #288
Unfortunately, it looks like it's NOT fixed on Android 4.4. On my Nexus 5, the audio distortion at high frequencies is still there when using A2DP on my pioneer car deck. This is getting crazy. This has been around since 4.2.
bc...@gmail.com <bc...@gmail.com> #289
i just tried a CM11 4.4 beta build for galaxy s3 d2tmo and bluetooth audio is HORRIBLE (static and poping noise) in my car, probably worse then on 4.2 and 4.3 roms =(
ch...@gmail.com <ch...@gmail.com> #290
Updating #287
I also own a N7 2012 grouper, which gave me horrible bluetooth audio output in my car.
I updated to the offical 4.4 yesterday (fullwipe, adb sideload), copied one song on it... and it seems like it is fixed! :)
To be absolutely sure I'm going to test some more audiofiles.
I'll report back later today.
I also own a N7 2012 grouper, which gave me horrible bluetooth audio output in my car.
I updated to the offical 4.4 yesterday (fullwipe, adb sideload), copied one song on it... and it seems like it is fixed! :)
To be absolutely sure I'm going to test some more audiofiles.
I'll report back later today.
ch...@gmail.com <ch...@gmail.com> #291
In the meantime I updated my N4 to the offical 4.4, too.
Bluetooth audio now sounds excellent with both N4 + N7.
Thanks Google, problem is solved for me.
Bluetooth audio now sounds excellent with both N4 + N7.
Thanks Google, problem is solved for me.
bc...@gmail.com <bc...@gmail.com> #292
still sounds like crap for me =( stuck with using aux cable.
bc...@gmail.com <bc...@gmail.com> #294
lol i am a musicien, i can trust my ears =)
sounds AMAZING on AUX CABLE
sounds AMAZING on CD PLAYER
sounds like SHIT on bluetooth.
Its very easy to tell the difference.
If its fixed why am i not the only one with the problem? Others are reporting that its still broken and some say its fixed =(
sounds AMAZING on AUX CABLE
sounds AMAZING on CD PLAYER
sounds like SHIT on bluetooth.
Its very easy to tell the difference.
If its fixed why am i not the only one with the problem? Others are reporting that its still broken and some say its fixed =(
ra...@gmail.com <ra...@gmail.com> #295
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #296
On my N4 KitKat fixed the issue with audio quality. It is a lot better than it was on 4.3.
Unfortunately I am still experiencing music stuttering.
Unfortunately I am still experiencing music stuttering.
da...@googlemail.com <da...@googlemail.com> #297
At @295
The source code implies there are 2 modes.
The higher bitrate is only used when both devices support Blutooth EDR (http://en.wikipedia.org/wiki/Bluetooth#Bluetooth_v2.0_.2B_EDR ).
When there is not EDR support, it falls back to the bitrate used in versions before.
So perhaps you have hardware with old Bluetooth versions or your smartphone and audio device are unable to establish an EDR link because of other reasons.
The source code implies there are 2 modes.
The higher bitrate is only used when both devices support Blutooth EDR (
When there is not EDR support, it falls back to the bitrate used in versions before.
So perhaps you have hardware with old Bluetooth versions or your smartphone and audio device are unable to establish an EDR link because of other reasons.
bc...@gmail.com <bc...@gmail.com> #298
im guessing all new hardware support EDR though... youd think that a brand new car of the year would support that no?
im...@gmail.com <im...@gmail.com> #299
My car's bluetooth stereo is v1.2 and so it does not have EDR support. This must be why I'm still hearing the crackling audio...
[Deleted User] <[Deleted User]> #300
2010 Nissan Maxima evidently has v1.2 A2DP.
Why can't we have control over the bitrate on our phones with the previously mention slider or switch? Not even an option from the developer menu?
Why can't we have control over the bitrate on our phones with the previously mention slider or switch? Not even an option from the developer menu?
xa...@gmail.com <xa...@gmail.com> #301
Last week i've upgraded my MotoX (4.4.2) hoping it fix the audio quality specially to use my Scala Rider Q1...but it seems the problem is not fixed in kitkat yet...Using a older phone that i have (Galaxy Ace w/ Froyo) works just perfect eith all my bluetooth devices...
gu...@c-one.cc <gu...@c-one.cc> #302
I am using a Nexus 4 with 4.4.2 - The problem still subsists with an EDR Infiniti Q56 car kit. It makes my Bluetooth Carkit almost unusable, very dissappointing!
ab...@gmail.com <ab...@gmail.com> #303
+1 to the ones that can't believe how long this bug survives.
da...@gmail.com <da...@gmail.com> #304
please google
do some thing
this has been such a draw back on my nexus 10
do some thing
this has been such a draw back on my nexus 10
mr...@gmail.com <mr...@gmail.com> #305
I hate google nobody cares
bf...@gmail.com <bf...@gmail.com> #306
My android phone (Note 2) just upgraded itself to 4.2.2 and now my Plantronics bluetooth is crackling and popping. Is there a workaround? Hope I'm on the right forum for this question.
Thx.
Thx.
su...@gmail.com <su...@gmail.com> #307
I have the same issue as #307 : Exact situation.
su...@gmail.com <su...@gmail.com> #308
Another point : Lets say you have the headset on the right ear, bring the phone close , the quality improves. Second if you bring the phone to the left now, the crackling starts
mt...@gmail.com <mt...@gmail.com> #309
Same on Nexus 5 with 4.4.4.
All i can say is SHAME.
All i can say is SHAME.
ra...@gmail.com <ra...@gmail.com> #310
Same on Sony Xperia L with Android 4.2.2. When in a call, I am able to hear the call reasonably OK, but others listening to me have complained about the call quality. Can't imagine such a basic thing is broken
ry...@gmail.com <ry...@gmail.com> #311
I too am experiencing skipping when using my Bluetooth speaker. Have a Droid Razr Maxx HD running 4.4.2. My Nexus 7 2nd Gen seems to be working fine. I've tried disabling all amazon apps, clearing memory so used doesn't dip below 100 Mb. Any help or news on this issue?
sb...@gmail.com <sb...@gmail.com> #312
I have this issue using a Nexus 4 in my car. The music seems to randomly slow down, and frequently mutes for a second and then continues playing.
Description
Phone Model: Galaxy Nexus
Bluetooth Device : LG HBS-700
Andriod Version : 4.2
Baseband Version : I9250XXLH1
Kernel Version : 3.031-gd5a18e0
andriod-build@vpbs1.mtv.corp.google.com #1
Fri Nov 2 11:02:59 PDT 2012
Build Number : JOP40c