Bluetooth Headset AD2P skipping - Touch Cruise General

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...

Related

[very improtant]Blueplaye makes any wm machine support a2dp

wm5 version:
http://download.msi.com.tw/support/swr_exe/cmu_swr/MSI_PPC50_0510.exe
wm2003 version:
http://download.msi.com.tw/support/swr_exe/cmu_swr/MSI_PPC42_0509.exe
open the software, swith your headset to pairing mode, and select option -select device- refresh- ok
and then add sounds and enjoy.
but there is such a pity that Blueplayer doesn't support headset other than MSI headset. It can only play 30 second per music.. Seems it has an MAC limited, hope someone will make a crack soon.
If this is true, then it might be possible to reverse the app and rip out the bluetooth record and create a new generic profile..
Does the music play on any headset for 30 seconds? If so, that should be quite easy to crack.
V
any headset except the MSI headset
So any headset works for 30 seconds?
V
yes you r right
I had test the programme with my i tech clip s35,it only could play 30s.it there any crack file?
waiting for the crack!
any cracks now? or anybody has a plan to crack this?
waiting

			
				
I'm looking at the program right now. A couple of things: Wow, it's big at 3MB! I noticed two files, CHS.dll and TW.dll. My guess is that these are additional language files for Chinese and Taiwanese, considering the origin of the company. It may be safe to remove it, saving 2MB!
If you can't get the program to launch properly, and it comes up with an "MPOBCE: !pl2CAPLoad. 1062" error message, you have to perform a soft-reset and try again.
In theory, if you're looking for a 30-second time-limit, a simple hexidecimal string you could be looking for is "1E 00." Of course, the file is replete with this string, so it could just be a matter of time until you find the right one. Once you do find the right one, you could change it to "FF FF" meaning 65,535. That will make the time limit 65,535 seconds = 1,092 minutes = 18.20 hours time allotted per playback. Sounds feasible?
I have a Bluespoon AX2, but no Bluetooth Stereo Headset, and it doesn't seem to want to pair it. It detects it during the scan/refresh, but there's nothing I can do afterwards, can't enter a PIN or anything.
Blueplayers time limit for non MSI headphones
BeyondtheTech wrote:
In theory, if you're looking for a 30-second time-limit, a simple hexidecimal string you could be looking for is "1E 00."
Click to expand...
Click to collapse
That sure is too simple. Who says that it isn't 31 secs or min/60 or hr/3600. That would result in different codes.
I checked the disassembled code but didn't come further than turning off the popup bubbling: "This player is only for MSI-headsets". No clue where the limit is coded (but on the other hand: I'm not asm expert).
The real hardore coding boyz should be able to make a workaround. But maybe there is no interest.
All in all there is the question what BluePlayer makes better than WMP.
Blueplayers time limit for non MSI headphones
BeyondtheTech wrote:
In theory, if you're looking for a 30-second time-limit, a simple hexidecimal string you could be looking for is "1E 00."
Click to expand...
Click to collapse
That sure is too simple. Who says that it isn't 31 secs or min/60 or hr/3600. That would result in different codes.
I checked the disassembled code but didn't come further than turning off the popup bubbling: "This player is only for MSI-headsets". No clue where the limit is coded (but on the other hand: I'm not asm expert).
The real hardore coding boyz should be able to make a workaround. But maybe there is no interest.
All in all there is the question what BluePlayer makes better than WMP.
Re: Blueplayers time limit for non MSI headphones
DTR said:
BeyondtheTech wrote:
In theory, if you're looking for a 30-second time-limit, a simple hexidecimal string you could be looking for is "1E 00."
Click to expand...
Click to collapse
That sure is too simple. Who says that it isn't 31 secs or min/60 or hr/3600. That would result in different codes.
I checked the disassembled code but didn't come further than turning off the popup bubbling: "This player is only for MSI-headsets". No clue where the limit is coded (but on the other hand: I'm not asm expert).
The real hardore coding boyz should be able to make a workaround. But maybe there is no interest.
All in all there is the question what BluePlayer makes better than WMP.
Click to expand...
Click to collapse
Any expert cracked this software?? I'm very desirous to find out a solution for my 818pro. Thxxxxx
I dunno... despite having to convert everything to wma and wmv... I can't complain about WMP.
Jed - the piece they're interested in is the apparent 'A2DP' profile. A2DP allows for, among other, stereo audio to bluetooth audio devices. The default profile with Windows Mobile doesn't allow this. It was present in a Qtek test ROM, but it was removed again for the final AKU2 ROM. It may be back in AKU2.2 once whatever issues they found are addressed.
Overall...
If you're not using a bluetooth audio device, you won't care
If you do, but it's a mono device, you won't care
If you do, and it's stereo, but you don't care about stereo sound - duh
Has anyone been able to get this working on a Wizard? I have an Imate KJAM and since Imate is retarded and ripped the A2DP support out of their lastest firmware update, I am still looking for a stereo bluetooth solution.
I tried installing it and it seems to run ok, but after I pair it with my stereo bluetooth headset and press the PLAY button, nothing much happens, my headset LED changes to paired mode, but the time counter doesn't start incrementing and I get no audio. Not sure if it's my Bluetooth Stereo headphones or the KJAM. Any ideas?
I also try this program in my eten m500 & It's work.
However I think this 30 second problem 's not the limit of time. It's limit of song's length. since I try to play my ringtones that shorter than 30 second continously 3-4 song ( It mean 2-3 min.). It can run without any error. The error will be shown when any song run to 00.31
Paladin27 , I think you have to check in option- select device , I think your bluetooth device still not in the list.
ZeBoxx said:
Jed - the piece they're interested in is the apparent 'A2DP' profile.
Click to expand...
Click to collapse
Um, I know. I was wondering why people seem so adamant to NOT use WMP when it seems to do the job just fine with an updated BT stack.

Compatibility test: Bluethooth gear

Tested following:
Headsets
Sony Ericsson:HBH-610a: Works without any problems
HBH-IV835: Works without any problems
HBH-DS970: Works without any problems. Music-buttons(pause, play, skip) worked with pocket music(have not tested with any other), and the display on the headset shows the number calling.
HBH-GV435: Works without any problems
Nokia:
BH-300: Works without any problems
BH-800: Works without any problems
Others:
MBW-100: (Bluethooth watch) Will not pair
MTU TECH Virtual Bluethooth keyboard : Able to pair and discover services, but having some issues with the software that is needed for it to work... Will post a update soon
... To be updated.
Edit: Added BH-300, 800 and HBH-GV435
Audio
Motorola HT820 works fine
works fine on Samsung WEP200
Audio -
Works great with Motorola H700
Nokia HDW-3: works fine
Motorola H350 also works fine.
Compatability
Scala 700 works fine
Nokia hs-12w is also working fine.
With my SonyEricsson k800i I can use HID and control the P3600.
Plantronics 590A - perfect. It even switches from TV source to phone when somebody is calling. Previous/next track works. Redial works. All features fully work with Trinity. EXCELLENT
One strange thing though: I was listening to music on Trinity and paused it from the headset. After one minute Trinity went to sleep, screen went off. I pressed resume on headset and the music started again with screen remaining COMPLETELY OFF. However, a few seconds later the music stopped just when I was beginning to think I discovered a way to keep music playing with screen light off .
Next few tries whenever I press resume on headset screen starts and music resumes normally.
Successfully tested with a samsung WEP185 !
Motorola
H-350 - working great
H-500 - working great
HS-830 - working great
HT-820 - working great
Nadavi
neofix said:
HBH-DS970: Works without any problems. Music-buttons(pause, play, skip) worked with pocket music(have not tested with any other), and the display on the headset shows the number calling.
Click to expand...
Click to collapse
Music buttons work also with Windows Media Player.
Hi All,
I also have the DS970 bluetooth kit, and it works like a charm, but i have a question. Anyone managed to have the current music playing displayed on the screen? And the name of the called, instead of the caller id? Anyone?
thanks,
Luís
JABRA BT-320s Stereo Headphone.
I bought this 2 days ago and I struggled to connect it with the Trinity. Here are the problems I came up against.
1. Mono (not stereo) sound using Media Player (WMP). Found this registry hack in other threads ---> Set HKLM/Software/Microsoft/Bluetooth/A2DP/Settings/[UseJointStereo = 0] (was 1 decimal).
2. WMP stalls briefly from time to time. From the same thread:
HKLM/Software/Microsoft/Bluetooth/A2DP/Settings/[BitPool = 45] (was 30decimal).
HKLM/Software/Microsoft/Bluetooth/A2DP/Settings/[MaxSupportedBitPool = 45] (was 30 decimal).
3. When handsfree to phone, the bt320s would drop out while the caller was connected. I tried a hard reset of Trinity in case there was a conflict with other software. This didn't help. I then found an undocumented way to reset the bt320s and that fixed it. It is now working well for listening to music, handling calls or using the Voice Speed Dial . To reset the bt320s:
a. Turn off the bt320s.
b. Connect and disconnect the bt320s to its charger 3 times leaving it on the charger for 3-5 seconds each time.
c. Delete the bt320s partnership on the PDA
d. Pair the bt320s to the PDA again.
Big thanks to all others on this forum and other forums for their help.
lmbranco said:
Hi All,
I also have the DS970 bluetooth kit, and it works like a charm, but i have a question. Anyone managed to have the current music playing displayed on the screen? And the name of the called, instead of the caller id? Anyone?
thanks,
Luís
Click to expand...
Click to collapse
Unfortunately these features are not supported.
I THINK that the A2DP profile doesn't cover sending music file metadata at all (I am not sure)
Thanks for your help, but i am curious about this functionality. Does anyone know if these headset show the song playing when used with a sony mobile?
thanks,
Luís
lmbranco said:
Hi All,
I also have the DS970 bluetooth kit, and it works like a charm, but i have a question. Anyone managed to have the current music playing displayed on the screen? And the name of the called, instead of the caller id? Anyone?
thanks,
Luís
Click to expand...
Click to collapse
This doesn't work with the Nokia HS-12W either on any of the Windows Mobile BT stacks and versions I've ever tested.
Did anyone successfully manage to listen to music via A2DP on the Plantronics Pulsar 260?
anonimo said:
Music buttons work also with Windows Media Player.
Click to expand...
Click to collapse
And with mortplayer, with coreplayer in a future revision and with 40th iplay.
By the way, I have a DS970 too, and when I receives an incoming call I can see the caller ID but then the handsfree hangs up. Do someone has the same problem? I have this problem when I'm listening music and when I'm only connected waiting a call.
G'Day ,
Just purchased the BlueAnt Micro X3 Bluetooth Headset for my Dopod D810. So far very nice, works extremely well, great range and no static. Only very slight echo. I will be sending Blueant an email to see if they have a solution or fix.
Here is a link:
http://www.blueant.com.au/X3_micro_Bluetooth_Headset.htm
The unit itself is very small, but comfortable a lot nicer than my previous Nokia 202 which produced a lot of static.
Regards,
BIQ

Bluetooth headset with WM6

hi,
i resently bought a heaset sagem BT sh1, (BT stereo headphone) and tryed to use them on my universal originaly with the 02 uk latest vanila rom, but it didn't reconised the headphone as such only headset, so i search on the forum and find that it was because of the missing A2Dp stuuf, so i upgraded and flashed the rom to WM6 wich resolved some of the problem but not totaly,
The headset work not problem to Lisen phone call and stuff, i can even lisen to the sound of the universal ok, screen tap and so one,
but when i start media player to lisen music, it does work for 4 second and then it stop, it doesn't shutter, it just stop, and work again for 4 second only if i close mediaplayer, and it work again for 4 second, i try the reg hack but didn't change anything, i try the a2dp upgrade as well no success,
i try other player no success, what get me is the fact that i cannot lisen any sound that are longer than a few second,
can anyone help me,
thanks a lot
ps i did pass almost all day looking for a solution on my own, without result.
my rom of my universal is Jwrightmcps Crossbow ROM Update 2.02.00 WWE
the O2 XDA Exec WWE Download to be exact.
If you hold it close, does it still happen?
dewild1 said:
If you hold it close, does it still happen?
Click to expand...
Click to collapse
yes it still happen, when i installed it and tested the phone was in my hand and the headphone on my head no more than 60 cm, i do have also a magician and it work perfect with it (i installed the bt stact o2 mini patch) so no problem from the headset, i also have the alpin and i will try to see if it work as well tomorow i to lasy now.
A2DP
Sigiel said:
yes it still happen, when i installed it and tested the phone was in my hand and the headphone on my head no more than 60 cm, i do have also a magician and it work perfect with it (i installed the bt stact o2 mini patch) so no problem from the headset, i also have the alpin and i will try to see if it work as well tomorow i to lasy now.
Click to expand...
Click to collapse
Hi!
Using "Resco Registry" or another registry editor program, find the following key:
HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtA2dpSnd
add new DWORD:
Priority256 with value 250 (decimal)
This should solve any lag problems. But to get hi-quality sound, you also need to tweak parameters here:
HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\A2DP\Settings
These are the values that result in the best possible sound:
UseJointStereo = 0
BitPool = 58
MaxSupportedBitPool = 60
MinSupportedBitPool = 30
Good luck
WBR, Draco.
hey thanks for the tips but it didn't work, the probleme isn't that i have lag, but that i simply have no sound that is longer than a few second. exept on headset phone mode, and the quality is very good anyway, after i did that reg hack it was even worse, (no offance intended) no i can't have any sound longer than one sec, and in the registery under HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\A2 DP\Settings
i didn't have any settings, not one. can it be sommthing missing in my wM6 rom ?
Hi,
I have a similar problem using Helmi WM6 rom...I have been using itech bluetooth headset for almost a year now without problems, after switching to WM6, each time my phone rings, i have to press once to connect the bluetooth to the phone and another time to answer,,,It was fine with the WM5 roms..any ideas?
Cheers!

A2DP Issues

Hi all,
Laurentius and I are looking at resolving the current issues with A2DP (Many fixes will be in our latest rom, however issues vary from headset to headset.
Some work fine, others are poor quality and some receive PDA lockups or long pauses between streams.
Please could those with A2DP issues, and the need for this protocol to work properly, post the following information.
The current Rom you are you using
The make and Model of your headset
A list of issues you are currently having with A2DP.
Please also try the following to resolve the issue.......
HKLM\Software\Microsoft\Bluetooth\A2DP\Settings\
Remove (Delete the following entries)
BitPool
MaxBitpool
and add the following
[HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\AudioGateway]
"Capability"=dword:0000003C
[HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\A2DP\Settings]
"SampleRate"=dword:0000BB80
"UseJointStereo"=dword:00000001
Please then remove (un-pair) your headset and Soft Reset
After SR please re-pair Headset and test A2DP again.
Please keep this thread clean and only post A2DP issues with the required information listed above.
Thanks,
Cheers,
Beast
Hi Beast,
Isn't:
"UseJointStereo"=dword:00000000
to get proper stereo sounnd?
Regards,
KOR!
I have latest V1 rom from Lt.Cmdr.Ivan - BT headset is Philips SHB7102 (works great with my Wizard and SEk800i). I did exacetely what U have asked for (but i have left jointstereo=0) and nothing happend. It sounds like 2s of music folowed by 15s of silence, then again 2s of music and 15s of silence. I messed with bitpool walues and couldn't find any working set. I'm afraid that's something wrong with max BT speed and not with A2DP implementation. I had BT speed switch app when I used broadcom BT stack and A2DP works great. Unfotunatelly normal mono BT headset doesnt work at all with this BT stack so I'm back to original stack
jarekt said:
I have latest V1 rom from Lt.Cmdr.Ivan - BT headset is Philips SHB7102 (works great with my Wizard and SEk800i). I did exacetely what U have asked for (but i have left jointstereo=0) and nothing happend. It sounds like 2s of music folowed by 15s of silence, then again 2s of music and 15s of silence. I messed with bitpool walues and couldn't find any working set. I'm afraid that's something wrong with max BT speed and not with A2DP implementation. I had BT speed switch app when I used broadcom BT stack and A2DP works great. Unfotunatelly normal mono BT headset doesnt work at all with this BT stack so I'm back to original stack
Click to expand...
Click to collapse
I've found that with MS stack and my Jabra BT620s the best bitpool is 33... good quality and good range (no interruptions)... jointstereo must be 1 otherwise the sound uses too bandwidth...
jarekt said:
I have latest V1 rom from Lt.Cmdr.Ivan - BT headset is Philips SHB7102 (works great with my Wizard and SEk800i). I did exacetely what U have asked for (but i have left jointstereo=0) and nothing happend. It sounds like 2s of music folowed by 15s of silence, then again 2s of music and 15s of silence. I messed with bitpool walues and couldn't find any working set. I'm afraid that's something wrong with max BT speed and not with A2DP implementation. I had BT speed switch app when I used broadcom BT stack and A2DP works great. Unfotunatelly normal mono BT headset doesnt work at all with this BT stack so I'm back to original stack
Click to expand...
Click to collapse
I also have Ivan's V1 Rom and have an Itech Radio headset. I completed the changes that you suggested and found that A2DP works well it did before the changes too. I have noticed that the sound quality may be a little better and the pauses are slightly reduced.
The main problem I have found with A2DP with all AKU0.5 ROMS is the pairing of the headset. If you soft reset you phone while the headset is on, A2DP will be auto detected when the phone comes up. If you play music then the music starts and stops and the phone becomes unstable. The work around is to turn your headset off, soft reset the phone. When the phone comes up turn the headset on and activate A2dp by pressing the button on the phone. Music then plays fine.
The registry changes you suggested did not help the above problem. AKU0.5 ROMS all seem to have this A2DP autodetect error on reset at least with my headset. Very frustrating.
gewin said:
I also have Ivan's V1 Rom and have an Itech Radio headset. I completed the changes that you suggested and found that A2DP works well it did before the changes too. I have noticed that the sound quality may be a little better and the pauses are slightly reduced.
The main problem I have found with A2DP with all AKU0.5 ROMS is the pairing of the headset. If you soft reset you phone while the headset is on, A2DP will be auto detected when the phone comes up. If you play music then the music starts and stops and the phone becomes unstable. The work around is to turn your headset off, soft reset the phone. When the phone comes up turn the headset on and activate A2dp by pressing the button on the phone. Music then plays fine.
The registry changes you suggested did not help the above problem. AKU0.5 ROMS all seem to have this A2DP autodetect error on reset at least with my headset. Very frustrating.
Click to expand...
Click to collapse
Sorry I meant to say " When the phone comes up turn the headset on and activate A2DP by pressing the button on the HEADSET."
mamiware said:
I've found that with MS stack and my Jabra BT620s the best bitpool is 33... good quality and good range (no interruptions)... jointstereo must be 1 otherwise the sound uses too bandwidth...
Click to expand...
Click to collapse
Hi Maniware,
Can you please further shed light in detail on the jointstereo?
Why jointstereo to be 1 or 0?
Thanks in advance!
KOR!
It goes well with joint stereo. Seems that it needs much less bandwidth. I've heard that jointstero=1 means that there is mono sound in effect.
"UseJointStereo"=dword:00000001 << mono
"UseJointStereo"=dword:00000002 << joint stereo
"UseJointStereo"=dword:00000000 << stereo
AFAIK
qtek 9000 - Logitech Mobile Bluetooth Headset
I'm not quite sure if my problem is right here - because i still have the original (last build) WM5 ROM (130.96 GER, Radio 1.09.00, ExtROM 1.30.185 GER).
I encounter statics while using the Logitech bluetooth headset, which is a mono one, making phone calls impossible due to stressed phone partners ... Only the person on the other end of the line encounters interruptions, me, as calling, not.
This is the main issue for me to update the ROM, and I'm trying to find out if any of your nice new ROMs will be of help.
Anyway, I haven't tried yet I'm afraid to destroy my device ...
thanx
Anna
my feedback:
device:
itech r35
Problems:
sound muted after 2 seconds of music.
audio players used:
audio manager
windows media player
i tried your advices, but not worked for me....
Sometimes it works when i put 70 (binary) on both Maxbitpool and bitpool...but on next device activation or reboot it just stop working...
A2DP and wireless
Just to be clear, my results are when I do not have wlan activated.
I changed UseJointStereo=dword:00000000.
Quality is good and it is definitely stereo.
Still have the auto detect problem. Interesting though, if I walk out of range for a while with the headset on, when I come back into range the A2dp is autodetect and the music starts playing through the headset again, quality is good. If I soft reset with the headset on and A2DP is autodetected, the headset is unusable.
If you do any of this with wlan on the quality is very poor with starts and stops.
Also noticed that audio manager does a better job with bluetooth than gsplayer, I think audio manager may have better caching.
Freezing
I think there's a problem with the latest core os files (AKU 0.7.0)... i havent' tried the MS BT stack, but with the Widcomm, using the bluetooth for anything more than 1 min, completely freezes the phone.
It does when listening music, transferring files, etc... if BT is idle, nothing happens (except than freezing the device when the Comm Manager gets confused and enables BT instead of gsm radio).
So it seems related to the core files.
Switching on and off, transferring data thru BT is a critical task and subject to lockups.
For the record, i used to use the BT A2DP and file transfer without ANY problem whatsoever in my old and horribly-underpowered HTC Tornado (omap850 @195mhz) so IT MUST WORK!
im using your latest rom and Motorola HT820 does not have a problem with it... even in the earlier roms you cooked... even tried it in indra's xoj version and darkforce's rom..
just wanted to clear it out just so you can rule something out...
rnzk8 said:
im using your latest rom and Motorola HT820 does not have a problem with it... even in the earlier roms you cooked... even tried it in indra's xoj version and darkforce's rom..
just wanted to clear it out just so you can rule something out...
Click to expand...
Click to collapse
Hi,
Now that sucks,
I have the same headset HT820 and audio sucks, long pauses etc etc.
Can you post your firmware Revision for me please, it should be printed on the inside of the headband.
Cheers,
Beast
Haha.. can you help my friend Beasty please
He's so happy with his new headset.
rofl......
Cheers,
Leo
@Beast J.K.
rnzk8 said:
im using your latest rom and Motorola HT820 does not have a problem with it... even in the earlier roms you cooked... even tried it in indra's xoj version and darkforce's rom..
just wanted to clear it out just so you can rule something out...
Click to expand...
Click to collapse
Plantronics Pulsar 260
Sound stops coming fter about 1 second of playback (used TCPM,
Audio Manager)
The same result after applying those reg mods....
Please try and install the stack found here: http://forum.xda-developers.com/showthread.php?t=291639
A2DP problems should go away, but then will come the freeze-after-1-min problems, like with my HP Stereo bluetooth headset
I've flash to your latest WM6 AKU 0.7 (WIFI Fix update 3) ROM just now. But sadly to say, the freezing thing still occurs after playing music with Audio Manager. It even freezes when watching videos using WMP. Usually around 1 minute it shall start freezing. FYI:
Bluetooth model: i-tech Clip
AnnaD said:
I'm not quite sure if my problem is right here - because i still have the original (last build) WM5 ROM (130.96 GER, Radio 1.09.00, ExtROM 1.30.185 GER).
I encounter statics while using the Logitech bluetooth headset, which is a mono one, making phone calls impossible due to stressed phone partners ... Only the person on the other end of the line encounters interruptions, me, as calling, not.
This is the main issue for me to update the ROM, and I'm trying to find out if any of your nice new ROMs will be of help.
Anyway, I haven't tried yet I'm afraid to destroy my device ...
thanx
Anna
Click to expand...
Click to collapse
I had the Qtek 9000 with italian version WM5 and i flashed WM6 with no problems. if you dont wanna have any problems unzip the attached file and add in the folder the 3 files (ms_.nbf ; nk.nbf ; radio_.nbf) from your prefered WM6 ROM (I personally use the latest Laurentius & Beast ROM http://forum.xda-developers.com/showthread.php?t=325466) start into bootloader (Power+backlite+softreset) and ROMUpgradeUt.exe
VERY IMPORTANT: you have to charge your batery before any flashing

Stereo bluetooth (A2DP) issue on Polaris

I just bought a bluetooth headset from Sony : DR-BT21G.
The pairing works just fine, I can listen to music or make a phone call. I can even watch a divx on TCMP with the sound in the head set and no problem.
The only thing is that as soon as I put the Polaris in my pocket (jacket our trousers) the sound stops, then comes back, then stops again, etc. The pairing is not broken, but the sound keeps coming and stopping.
This is even worse when I'm walking.
If I take the phone on my hand, the sound does not stop anymore.
I have changed the following registry keys as I read on other posts but it changed nothing:
HKLM/Software/Microsoft/Bluetooth/A2DP/Settings/BitPool - change to 48
HKLM/Software/Microsoft/Bluetooth/A2DP/Settings/MaxSupportedBitPool - change to 58
Any idea were this could come from ? Any other good or bad experience with this combination ? Is it just bad luck and I have to change my headset ?
Thanks for your help.
_________
WM 6.1 (bepe 0.66)
CE OS 5.2.19202 (Build 19202.1.0.0)
ROM Version : 1.52.751.2WWE
RadioVersion : 1.70.OliNex
Protocol Version : 25.65.30.04H
Quick update
I have installed the two patches for bluetooth, released by HTC official web site.
But this did not fix anything...
Yo dude,
I've got the same problem with a Sony Ericsson HBH-DS980.
I've not tryed to install the patches because i just received my cruise from repairing service.
I'll try and tell u.
Bye
i too have this annoying problem with no joy from the hotfix.... ring htc tell them you want it fixing under waranty i am!
1. Did you either restart your phone or restart the blueooth after making the registry changes?
2. If you did and it still didn't work for you, I would reduce both bitrate settings to the 28 and then restart either the blueooth or the phone which should fix your issue pretty much immediately. I would then up the A2PD settings at increments of 4 until you figure out the Sony DR-BT21G bitrate threshold. (Again be sure to restart either the phone or the bluetooth after each increase.)
FYI: The hotfixes aren't supposed to fix A2DP issues.
Thank you very much Sonus for your help.
Unfortunately I tried to tweak the bitrate according to your advice but it does not change anything.
I put the bitrate down to 2. It is true that I have less cut, but still, the connection drops from time to time for somes seconds.
Is the idea of this bitrate to catch the one of the device or is it : the lower, the better connection ?
I did not noticed any effect on the quality of the sound though.
Notice that I restarted the Polaris each time I change the value.
If you have any other idea or comment this will be more than welcome.
Here's the solutions guys.
http://forum.xda-developers.com/showpost.php?p=1296052&postcount=1
After implementing everything in there, I soft resetted the device, reverted the AKU back to .0.4.5(HKLM\System\Versions\AKU) then installed the HTC BT Fix and voila! No more issues. Excellent! Calls notifications are now coming direct to the headset.
By the way, i'm also using Sony Ericsson HBH-DS980
reyjabs said:
Here's the solutions guys.
http://forum.xda-developers.com/showpost.php?p=1296052&postcount=1
After implementing everything in there, I soft resetted the device, reverted the AKU back to .0.4.5(HKLM\System\Versions\AKU) then installed the HTC BT Fix and voila! No more issues. Excellent! Calls notifications are now coming direct to the headset.
By the way, i'm also using Sony Ericsson HBH-DS980
Click to expand...
Click to collapse
Yep i reverted aku to .0.4.5, installed the HTC BT fixes, and now i have no more "holes" in sounds.
But what is this solution ? i don't really understant what is it for?
I have the same headset as you, did u see any difference in the quality with the solution you mensioned?
Thx for ur future answer
David
More tweaking... unsuccessful
I have done all what was written in the thread :
- deleted the two regkey (MaxSupportedBitPool and BitPool)
- set the AKU value back to .0.4.5 (the initial value was .1.0.0)
- reset the TC (many times )
But still, I suffer from cuts in the connection where the sounds just stops in the headset.
I just want to precise that I never suffered from low quality of the music. All the time I can experience very high quality sounds. Only the headset stops playing for half a second, two seconds, then play again, then stops...
Any help more than welcome....
i have same problem but with my non-stereo, non-A2DP headset. when i put the phone in my pocket, sound become "choppy".. anyone know a solution for me?

Categories

Resources