I've just installed the CM10 build #6 ROM on my HTC Pico (explorer) but my bluetooth headphones doesn't work. It shows that they're connected but when I play some song the music comes from my phone. I have a Plantronics BackBeat GO and when I download and install Plantronics app from Google Play, it shows that the headphones are paired but not connected. What I can do? Or is it ROM bug?
XTheMike said:
I've just installed the CM10 build #6 ROM on my HTC Pico (explorer) but my bluetooth headphones doesn't work. It shows that they're connected but when I play some song the music comes from my phone. I have a Plantronics BackBeat GO and when I download and install Plantronics app from Google Play, it shows that the headphones are paired but not connected. What I can do? Or is it ROM bug?
Click to expand...
Click to collapse
Its a ROM bug bro ..
red-devil said:
Its a ROM bug bro ..
Click to expand...
Click to collapse
i seriously doubt that
i have been using cm10 since beta 3 and i often connect my mobile to my car stereo through bluetooth, there has never been a problem
@XTheMike
>try changing the settings if there are any
>try to download a previous version of the app and check if it works
Prash8429 said:
i seriously doubt that
i have been using cm10 since beta 3 and i often connect my mobile to my car stereo through bluetooth, there has never been a problem
@XTheMike
>try changing the settings if there are any
>try to download a previous version of the app and check if it works
Click to expand...
Click to collapse
I cant use bluetooth stereo headsets. I perfectly use it with my Nexus 7. I am beta 3 v2.2 .. I know its an old Beta.. but it has been an issue since a long time . I tried soundabout too. So you can check that out. You do know there are 2 types of audio connections don't you. mono and stereo. A mono connection only has one streaming line of audio. Stereo has two separate lines of audio which are split into left and right. Your computer speakers, for example, are stereo because you have a left speaker and a right speaker, and they don't necessarily play the same thing. A lot of TVs still use mono speakers and possibly your car too. What you are talking about is completely different. It is applicable to bluetooth too. Do some googling and find out. Cant find any links at the moment ..I came to know from here.
i did mention , car "stereo" bro
yes, i know the difference and no, i never had the problem with cm10b3, b3v2.2 also
Prash8429 said:
i did mention , car "stereo" bro
yes, i know the difference and no, i never had the problem with cm10b3, b3v2.2 also
Click to expand...
Click to collapse
Car stereo and Headset maybe different. I am telling you from a firsthand experience. :\
yea.. it could be..
no problem
flash cm10 beta 6 and den try. In my case,i easily route my phone's audio to laptop via bluetooth... :thumbup:
Sent from my HTC Explorer A310e using xda premium
Thanks to everybody, but it still dont work :/ I think it is problem in most of the JB (4.1.2) ROMs, cause in every of JB ROM I've installed, headphones doesn´t work :/
Samsung galaxy tab 2 7.0
I read the thread and it sounds like you guys had a similar problem as me, the Bluetooth wont connect to my keyboard, but t did before i Installed CyanogenMod 10.1
Looks like sample rate is missing in the at a2dp line in the "audio_policy.conf"(/etc) line "sampling_rates 48000" and the 44100 needs to added before the 48000 with this "|" symbol and it should look like this "sampling_rates 44100|48000".
After changing the sampling rate reboot your device in order for it to take effect.
Edit file with root explorer text editor.
Before:
sampling_rates 48000
After:
sampling_rates 44100
File is located at root of system you can use Root Browser or Solid Explorer and open as Text Editor to edit. Make a back up of the file just in case.
File location:
/system/etc/audio_policy.conf
Press thanks if it helped
kunaltyagii said:
Looks like sample rate is missing in the at a2dp line in the "audio_policy.conf"(/etc) line "sampling_rates 48000" and the 44100 needs to added before the 48000 with this "|" symbol and it should look like this "sampling_rates 44100|48000".
After changing the sampling rate reboot your device in order for it to take effect.
Edit file with root explorer text editor.
Before:
sampling_rates 48000
After:
sampling_rates 44100
File is located at root of system you can use Root Browser or Solid Explorer and open as Text Editor to edit. Make a back up of the file just in case.
File location:
/system/etc/audio_policy.conf
Press thanks if it helped
Click to expand...
Click to collapse
GREAT, IT WORKS!!!!:good::good::good:
I use the terminal of the CM10, by su and with the vi editor. Changed and Running music!!!!
Related
Have any of u experience Skipping when listening to audio via BT headset? Mine skip every 3 secs. any solutions?
i have quite the same problem, but mostly it works fine. Sometimes it skips at the end of the songs or even on the beginning, very annoying
Same here, I'm using Sony Ericsson HBH-DS200 headset. Sometimes it skips during playback (I use pocketplayer). Another annoying thing is that it take forever to find nearby bluetooth devices. A friend of mine also has the TC, but when we both turn on bluetooth it takes really long before we can see each other in 'Bluetooth Explorer'. Anyone knows why that is?
Mine is almost not usable.very 3 sec it will skip not sure what is the problem. Very dissapointed.
The same
Hi guys.
I also have problems with my bluetooth headset.. i have exchanged my phone for a new one but the problem consists.
I cant parre my Sennheiser VMX 100 BT headset to my phone, even though is works perfektly with my HTC P3300 and my HTC Touch??
Further more i cant use my other BT headset eighter. I have tryid
Motorola Miniblue H9
Nokia BH-208
Samsung WEP-200 Headset
but everytime i take a call the headset disconnets after 5-15 seconds ??
there is a setting which controls the size of the buffer. by default it's too small, apparently.
search on xda-devs, there is a fix in one of the tweak and tipps threads.
Edit: Just saw you named the technology wrong. It's called A2DP, Advanced Audio Distribution Profile, thats why you might not find any results because AD2P doesnt exist
Vl-Sher said:
On clean install of WM6 the sound was missing 8 seconds out of 10.
After adding
HKLM\Software\Microsoft\Bluetooth\A2DP\Settings\Bitpool = 20 (DEC)
HKLM\Software\Microsoft\Bluetooth\A2DP\Settings\MaxSupportedBitPool = 20 (DEC)
HKLM\Software\Microsoft\Bluetooth\A2DP\Settings\UseJointStereo = 1 (DEC)
there still are some "whistles", but the sound is more or less stable.
Click to expand...
Click to collapse
blacriderv said:
Yeah it works!
I put a DWORD Value in the same directory of BitPool/MaxSupportedBitPool:
- Name: SampleRate
- Value: 40000 ( Decimal )
Reboot and Enjoy
Click to expand...
Click to collapse
To summarize:
Set BitPool registry values to 40 (not 20)
Create "SampleRate", set value to 40000
Source: http://forum.xda-developers.com/showthread.php?p=1935917&highlight=bitpool#post1935917
Nyx2008 said:
Same here, I'm using Sony Ericsson HBH-DS200 headset. Sometimes it skips during playback (I use pocketplayer). Another annoying thing is that it take forever to find nearby bluetooth devices. A friend of mine also has the TC, but when we both turn on bluetooth it takes really long before we can see each other in 'Bluetooth Explorer'. Anyone knows why that is?
Click to expand...
Click to collapse
Hi
I am using the same Sony and pocketplayer. Using stock ROM with the bitpool set at 64 which is default on this machine, the sound is perfect with no skipping as long as I soft reset, initiate bluetooth, start pocketplayer, then press the headphone play button. It automatically connects and plays. If the phone has been used in a call or any other software first-forget it--bad skipping. This used to happen on my trinity too. Same procedure fixed it. Yes, you can reduce the bitpool but the sound will suffer. The skipping does not happen with my itechs which are bluetooth 1.2. I wonder if the Sony is using EDR or something--the sound is much better--can't even tell its bluetooth.
i have a problem with changing the registry values to try to get rid of the skipping when using a2dp wiht my samsung sbh-500
evertime i softreset the device, the settings are default again...
i use 1.64.08.21 radio and bepes 0.67 rom...
anybody an idea why thsi is happening?
greets and thanks, qoka
-----------------------
ah okay, got it, i made a softreset directly...
I've ran into an issue on my galaxy s3 using my jvc bluetooth car radio. I'm rooted running slimbean rom v2.6 and whenever I would use the stock music app or google play it would still play music through my phones speakers while being connected to the radio (it should stream to the car speakers). It shows the song information and all and the controls still work, but it still seems to play through the phone. The only workaround ive found is using winamp for android, but even then my headunit controls dont work and it only displays "00000 stop" on the unit instead of the song information. Is there a fix to this?
I remember having this issue on my gnex. Flashed a different ROM and it started working. I suggest AOKP.
This helped with cm10 before it got added in.
In your build.prop change
lpa.decode=false
Click to expand...
Click to collapse
And add
lpa.use-stagefright=false
Click to expand...
Click to collapse
I used build.prop editor in the play store to modify the lines.
Sent from my SCH-I535 using xda premium
yea editing the build.prop didnt work so im going to try flashing the aokp rom and see if that works.
One of the quirks of our idol 3 is that when playing music from sd card it occasionally hiccups which can be very annoying. I'm told that Poweramp has the ability to "adjust audio priority" and get around this issue. I'd like to know if there are any free players that can also get around this issue? It's VERY annoying in the car both for music and audiobooks.
i listens to songs everyday to and back from work but yet to hear stuttering with default player. could it be sd card?
saw the other thread your on bluetooth. havent tried that yet.
Sent from my 6045I using XDA Free mobile app
gavolo said:
i listens to songs everyday to and back from work but yet to hear stuttering with default player. could it be sd card?
saw the other thread your on bluetooth. havent tried that yet.
Sent from my 6045I using XDA Free mobile app
Click to expand...
Click to collapse
Guess I need to plug some headphones in and listen for a while to nail down bluetooth as the contributing factor. Thanks for the reply!
Possibly Bluetooth issue
famewolf said:
Guess I need to plug some headphones in and listen for a while to nail down bluetooth as the contributing factor. Thanks for the reply!
Click to expand...
Click to collapse
It may be a Bluetooth issue. I had the exact same issue with my OnePlus One when it was connected to Bluetooth on my Pioneer FH-X700BT stereo in my car. That is a good description of the audio playback "hiccuping". I actually have never tried using an Aux line from the audio jack to this same stereo, but I don't recall it skipping during playback on headphones, but I don't use headphones much either. I have an Aux cable at home. I'll try it later or maybe tomorrow and let you know what I find.
Just found this on Reddit about the same thing happening to others using Galaxy Note 4 and other phones when using Bluetooth as well.
https://www.reddit.com/r/galaxynote4/comments/364vo3/has_anyone_had_any_bluetooth_hiccups_especially/
I use MixZing for static MP3's and I like it. I use Pandora One for streaming audio and love it. Listen everyday. Speaking of Pandora, they just updated their app this weekend and they returned the lock screen widget! I think it was not included on the lockscreen within Lollipop? My KitKat phone had and still has it.
sjketchen said:
It may be a Bluetooth issue. I had the exact same issue with my OnePlus One when it was connected to Bluetooth on my Pioneer FH-X700BT stereo in my car. That is a good description of the audio playback "hiccuping". I actually have never tried using an Aux line from the audio jack to this same stereo, but I don't recall it skipping during playback on headphones, but I don't use headphones much either. I have an Aux cable at home. I'll try it later or maybe tomorrow and let you know what I find.
Just found this on Reddit about the same thing happening to others using Galaxy Note 4 and other phones when using Bluetooth as well.
Click to expand...
Click to collapse
Interesting.. I have the same unit in my car and have experienced this as well. I noticed it would do this with my LG Volt when streaming Spotify on BT. I haven't really tested it with this phone yet so I'm not sure if the issue will still be there. I'll have to check it out.
I read some articles indicating you can either 1) keep screen on or 2) keep wifi off to prevent the skip. Something about bluetooth priority dropping while in sleep mode.....now they may be on to something...the battery saver I use doesn't keep wifi on all the time but it does occasionally turn it on to look for familiar hotspots to connect to....it's possible my skips are occuring when wifi is coming on.....another user reported calls had issues as well on bluetooth when wifi was on.
I listen to media on my sd card through headphones and speakers and I'm still noticing the stuttering when WiFi is off. I have noticed that it's a lot less frequent after the update though.
I use n7player, and what I found out about it amazes me.. The actual sound is better with this app than any other on stock rom, and I tried over 20 players including poweramp,shuttle (similar sound q with no folder search in free ver), equalizer+, google music, jbl music app and all the apps you can find in google play store from 0 to 100 in top section..
The menu is intuitive with name chose method, and also looks nice.. Features like equaliser, play on when headphones plugged in, etc are also here..
Sent from hell
Nikola Jovanovic said:
I use n7player, and what I found out about it amazes me.. The actual sound is better with this app than any other on stock rom, and I tried over 20 players including poweramp,shuttle (similar sound q with no folder search in free ver), equalizer+, google music, jbl music app and all the apps you can find in google play store from 0 to 100 in top section..
The menu is intuitive with name chose method, and also looks nice.. Features like equaliser, play on when headphones plugged in, etc are also here..
Sent from hell
Click to expand...
Click to collapse
Interesting. I'll have to experiment with this a little. I used N7Player for awhile a couple of years ago, but I didn't like the excess of it and all the files it left strewn in every audio directory I had. Mostly, I use Music Folder Player Full and have most of the time over the last few years. It's clean, simple, to the point. What it doesn't offer, I don't want, anyway. But I don't think I've compared audio quality between different apps.
I may install Viper 4 Android on a different phone and see what that does. That's not a player, of course.
This phone + viper4 + music app in your choice is a win combo.. Just wondering if we ever get viper4
Sent from hell
Nikola Jovanovic said:
This phone + viper4 + music app in your choice is a win combo.. Just wondering if we ever get viper4
Sent from hell
Click to expand...
Click to collapse
What's stopping you?
http://forum.xda-developers.com/showthread.php?t=2191223
I'm waiting for custom rom for now
Sent from hell
Nikola Jovanovic said:
I'm waiting for custom rom for now
Sent from hell
Click to expand...
Click to collapse
I've flashed installable zip's of viper4android on some of my other devices....as long as you take a backup first there shouldn't be any issues.
Viper 4 A works on idol3, before that you have to change build.prop lines, selinux to permissive and istall busybox.
EDIT : Now can used without selinux set to permissive, just flash the zip trough recovery
http://forum.xda-developers.com/note-4-tmobile/general/viper4android-stock-kernel-easy-steps-t3130806
famewolf said:
One of the quirks of our idol 3 is that when playing music from sd card it occasionally hiccups which can be very annoying. I'm told that Poweramp has the ability to "adjust audio priority" and get around this issue. I'd like to know if there are any free players that can also get around this issue? It's VERY annoying in the car both for music and audiobooks.
Click to expand...
Click to collapse
I had this problem with my OnePlus One device and the only thing that completely fixed the "hiccuping" was to go to Bluetooth and disable "Phone", only having "Media" selected. It's like it was receiving interference from the phone via bluetooth.
Hi,
Marshmallow running very well on my gt-7275r thanks to Kotzir's great work. [emoji2]
I have found that my car blue tooth audio (Renault radiosat) is behaving strangely.
- phone functions work fine (inc. Bluetooth mic/audio)
- audio functions seem to work fine except that audio stream does not go to radiosat (bt device)! The audio always plays through the phone speaker. Have tried this with 3 different music apps, all with same result. I can use radiosat controls to start/stop music, but the audio will always start on the phone speaker.
I've a logcat to attach as soon as I'm at my PC. Also, I will try it on another Bluetooth audio device to see if I get a similar result.
> update: same problem with a bluetooth audio device - audio is always routed via phone speaker
> logcat on google drive
Sent from my TouchPad using Tapatalk
tpmusicplayer said:
Hi,
Marshmallow running very well on my gt-7275r thanks to Kotzir's great work. [emoji2]
I have found that my car blue tooth audio (Renault radiosat) is behaving strangely.
- phone functions work fine (inc. Bluetooth mic/audio)
- audio functions seem to work fine except that audio stream does not go to radiosat (bt device)! The audio always plays through the phone speaker. Have tried this with 3 different music apps, all with same result. I can use radiosat controls to start/stop music, but the audio will always start on the phone speaker.
I've a logcat to attach as soon as I'm at my PC. Also, I will try it on another Bluetooth audio device to see if I get a similar result.
> update: same problem with a bluetooth audio device - audio is always routed via phone speaker
> logcat on google drive
Sent from my TouchPad using Tapatalk
Click to expand...
Click to collapse
Hi ! You Wanna Need Response From Dev Means You need To Forward This Question To ACE 3 CM13 Dev Discussion Thread
Click Here
I would, but I do not have enough kudos.
Sent from my TouchPad using Tapatalk
tpmusicplayer said:
I would, but I do not have enough kudos.
Sent from my TouchPad using Tapatalk
Click to expand...
Click to collapse
Ohh .....
Kotzir has worked his magic. In 20151122 build bluetooth audio streams to bluetooth as it should. I do notice the odd break in the stream when the phone's processor is busy... i.e. when switching apps, etc. Time (and a long car journey) well allow me to see if this is better than things were under cm12.1. I'm wondering if anyone has any hints about config that would eliminate those tiny breaks when playing bluetooth audio...I'm guessing that greenifying and getting rid of any processor hogs is the best way, but I'm open to suggestions.
Sent from my TouchPad using Tapatalk
I just got a Redmi Note 10 Pro. All is good except when playing PUBG with headphones plugged in.
All the regular gameplay sound goes through the headphones except for when my teammates talk through the voice chat. The voice chat audio gets routed through the phone's speakers instead of going through the headphones like all the other audio.
However, when using Bluetooth headphones, this problem doesn't occur.
I've tried restarting the device, restarting the game, changing game settings, but nothing.
I assume this is a software issue right? Otherwise I'll look to change the device.
Thanks.
raymanh said:
I just got a Redmi Note 10 Pro. All is good except when playing PUBG with headphones plugged in.
All the regular gameplay sound goes through the headphones except for when my teammates talk through the voice chat. The voice chat audio gets routed through the phone's speakers instead of going through the headphones like all the other audio.
However, when using Bluetooth headphones, this problem doesn't occur.
I've tried restarting the device, restarting the game, changing game settings, but nothing.
I assume this is a software issue right? Otherwise I'll look to change the device.
Thanks.
Click to expand...
Click to collapse
Usually Software issue
This app (lesser Audio Switch) will solve it no root required but you have to manually change the settings everytime you want to use Speaker, headphone, int mic or headphone mice/ bluetooth
Google Play link:
https://play.google.com/store/apps/details?id=com.nordskog.LesserAudioSwitch&hl=en&gl=US
note to reset to default phone settings you must reboot your phone
flairepathos.info said:
Usually Software issue
This app (lesser Audio Switch) will solve it no root required but you have to manually change the settings everytime you want to use Speaker, headphone, int mic or headphone mice/ bluetooth
Google Play link:
https://play.google.com/store/apps/details?id=com.nordskog.LesserAudioSwitch&hl=en&gl=US
note to reset to default phone settings you must reboot your phone
Click to expand...
Click to collapse
Thanks, says my device isn't compatible with it however?
raymanh said:
Thanks, says my device isn't compatible with it however?
Click to expand...
Click to collapse
will update you just now , are you by any chance rooted?
Actually I have an idea, download the apk from somwhere on the internet
Download Apk editor
edit the apk
common edit : then change the Sdk? target version to 39
it should work from there
else some of these methods may be viable to your phone
Best answer: How do I change my default microphone on Android?
There is no way to change default microphone. Normally device use the inbuilt microphone as default unless you manually connect another microphone like handfree. How do I change...
ostoday.org