Bluetooth stereo headset buttons doesn't work - General Accessories

Hello
My device is XDA IIi (Alpine).
I got a bluetooth stereo with hands-free capabilities device qstarz BH-Q392S and I had my bluetooth stack updated with the needed profiles. I paired the devices and the stereo (high quality) and the hands-free profiles are working correctly. However, I have two buttons in my bluetooth stereo: "Next" and "Previous" that are used to change tracks. They are not working for me.
Is there a special program I have to install in order to make them work?
Did I miss something, or they cannot be used at all on Pocket PCs ?

The stack that you upgraded your device with, did they come with the headphones? I've got a pair of HP headphones and the track buttons don't work (on my magician) because the stack does not support it. If I had an HP device and installed the proper software the buttons would work.

Now it is working
First of all, my bluetooth stack was downloaded from: http://www.pdagold.com/forums/view_topic.asp?t=5012&fi=0
The buttons did not work with the normal windows media player, so I read that TCPMP has a support for buttons. After installing TCPMP I ran it, clicked "Options>Settings>Select Page>Advanced" and I checked the "Widcomm BT Audio button support" box. After restarting TCPMP the buttons worked !!!
I'm so happy!

Related

Streaming audio to car stereo via bluetooth?

Hi, I'm a first time poster and I'm on the verge of pulling my hair out.
I have an SPV M600 and have just bought a Pioneer DEH P75BT car stereo because of its bluetooth capabilities.
It has two bluetooth modes: Telephone and BT Audio. After a lot of playing around I have managed to get both modes working together....ish!!!
I've installed the A2DP hack from this site enabling the streaming audio which actually sounds fantastic through the car speakers.
The problem is that to get the BT Audio to work I have to delete and repair the phone with the stereo every time I get in the car. This involves the following actions:
Open Comm Manager
Tap settings
Tap bluetooth settings
Tap devices
Tap and hold the Pioneer BT unit
Tap delete
Tap yes to confirm deletion
Tap new partnership
Wait for scanning to complete
Tap the Pioneer BT unit
Tap next
Enter passkey (four taps)
Tap next
Tap finish
As you can imagine, this process is a real pain in the backside every time I get in the car so my question is this.
Can the above actions be automated in just one command? If so how? (bearing in mind I do not really know how to write scripts)
If someone could even point me in the direction of learning to write a script for this I would be grateful. I have downloaded and installed MortScript but I don't really know what I'm doing with it.
Why when you tap and hold the device doesn't the "set as wireless stereo" command work the same as when the stereo and phone are newly paired? Surely it's the same command.
Any help would be gratefully received.
Can't help you except to say that I experienced the same with a pioneer BT radio too. My soolution was to return it to the store and buy myself a parrot BT car kit which works just fine...
JRH said:
Can't help you except to say that I experienced the same with a pioneer BT radio too. My soolution was to return it to the store and buy myself a parrot BT car kit which works just fine...
Click to expand...
Click to collapse
Luckily I don't give up this easily. I have played around with and taught myself the basics of mortscript and have managed to write myself a script that does all of the above in one command. It's not quite perfect yet but it does mean that I can get in my car and start driving whilst the phone is busy pairing itself with the stereo.
The problems I am having so far are as follows:
I have to soft reset the phone each time before pairing with the stereo, otherwise the audio only seems to be transmitted to the front left speaker in my car, which is a bit strange.
I am forcing mortscript to try to pair with the first device in the list of detected devices, which is fine if there's no-one alse with a bluetooth device in the vicinity but not if there is and it detects theirs before mine.
Does anyone know if I could get mortscript to select a detected device by it's name "Pioneer BT unit" rather than selecting the device by simulating a tap on the screen? Also, if the device called "Pioneer BT unit" is not found the first time, scan for bluetooth devices again.
Any help would be much appreciated.
Hello I had the same problem: erase, new, etc.
but i have discovered one thing: you must only change de name in the bt description of your hands free
neomagik said:
Luckily I don't give up this easily. I have played around with and taught myself the basics of mortscript and have managed to write myself a script that does all of the above in one command. It's not quite perfect yet but it does mean that I can get in my car and start driving whilst the phone is busy pairing itself with the stereo.
The problems I am having so far are as follows:
I have to soft reset the phone each time before pairing with the stereo, otherwise the audio only seems to be transmitted to the front left speaker in my car, which is a bit strange.
I am forcing mortscript to try to pair with the first device in the list of detected devices, which is fine if there's no-one alse with a bluetooth device in the vicinity but not if there is and it detects theirs before mine.
Does anyone know if I could get mortscript to select a detected device by it's name "Pioneer BT unit" rather than selecting the device by simulating a tap on the screen? Also, if the device called "Pioneer BT unit" is not found the first time, scan for bluetooth devices again.
Any help would be much appreciated.
Click to expand...
Click to collapse
I was just about to point this fella in your direction ...
You'd have to do an indefinite loop while checking a registry value to see if your stereo was found. There is a key, i'm sure, for a list of found devices but I don't know where that is. As for detecting your car stereo as the one to pair with; depends on what keys are saved, sounds like it may just be possible.
I'll have a look into this as I'd like to get this stereo also if it can connect & stream automatically
If returning it is still an option, I'd get the Sony Bluetooth Audio headunit. Works great for listening to audio from your phone. It pairs it automatically. I also use Jawbone headset for talking on the phone. It kicks off the stereo and goes to the headset when a call comes in.
The built in mic is in the headunit and in my loud car, its subpar in quality. Whicj is why I use the excellent Jawbone.
I personally own a Peekton 950 car stereo and it works great with my wm5 (a2dp enabled) and my new WM6. the only thing that it does not do is autodiscover and connect the A2DP while it does it for the headset profile.
one other thing I would enjoy is to have the idtag displayed while getting the A2dp but I guess this is not part of the spec.
As I wrote in this topic, I guess the A2DP profile has two way of linking.
1°) The "headset" way : a bluetooth A2DP headset initiates communication to the music player/WM device.
2°) The "passive" way : The speaker just waits for a known bluetooth audio player to connect/link to it.
What surprises me is the fact you need to unpair-repair your device everytime : have you tried what I explain in the previous topic : just go to bluetooth devices , long tap on your spearker's name and choose "use as bluetooth speaker" (may not be exact name of the option since I've a French phone ).
On my phone, this simple (but annoying enough) action connects my phone to my bluetooth speaker (not an in-car one).
Hope this helps
PS : If you find any way to script/automatize the connection or any app more convenient than opeining the bluetooth setting, I'd be very pleased to be informed
This probably wont help the OP's problem, but for the rest, this freeware is brilliant, and can be automated using command line switches to work via mapped keys.
http://www.teksoftco.com/index.php?section=freeware
Surur
Many thanks for this piece of software Susur. I tried it, but I didn't manage to use it to initiate connection to my bluetooth a2dp speaker.
It's a very usefull software when your device is connected to an A2DP speaker/headphone.
There is a DIY option bluetooth headset acting as audio receiver.
http://www.grynx.com/projects/bluetooth-stereo-in-the-car/5/

Wanted: Multipoint Bluetooth 2.0 Stereo Headset to use with Hermes and PC VoIP

I have been searching for a headset with the following specifications, so far to no avail:
Must Have: Bluetooth 2.0, Multipoint (has to support at least two devices with Bluetooth Headset profile unlike the SonyEricsson HBH-DS970 -- see note below) so that I can pair the headset simultaneously with my Hermes and my laptop and switch back and forth between mobile telephony on the Hermes and Skype or another VoIP app on my PC without having to disconnect the headset and pair it again each time.
Nice to have: Stereo with A2DP, Desktop charging cradle, built-in (digital?) FM radio
I tried the SonyEricsson HBH-DS970 which is billed as a multipoint Bluetooth 2.0 stereo headset, but while it is advertised as supporting pairing with up to 10 devices it will only allow pairing with one device in the Bluetooth Headset profile that supports phone functions with the microphone enabled. All of the other pairings can only be Audio Sink profiles for listening to music. I love the design of the headset with the neckstrap and the earbuds, but since for me listening to music comes second to being able to switch between the Hermes and the PC, I have returned the SE HBH-DS970 in the hope that something else will appear on the market soon. In any case the Hermes stereo Bluetooth still has some kinks in it (eg skips every 40-50 seconds), so I decided that it would not be worth getting a Bluetooth stereo headset until the next maintenance ROM for the Hermes fixed them.
Does anyone think that something like this will become available anytime soon or is there unlikely to be enough demand?

Blutooth 2.0 stereo headset help

I'm using a bluetooth 2.0 stereo headset with my HTC Herald. The problem is that when you press the function key on the headset for a second, it automatically calls the last number dialed. Is there a registry setting or something that can disable this feature in order to prevent making accidental calls?
Also, each time the headset connects, it doesn't automatically set as wireless stereo. I have tried the A2DP Toggle today screen plugin. Although it works, I'm still looking for a way to map the function to a hardware key, without taking up space on the today screen. Any help would be appreciated.
Which headset are you using?
I'm using a Clip II Mini. It's the one they sell on eBay that looks like a 2nd gen iPod Shuffle, and has a 3.5mm stereo jack. With my previous BT 1.2 headset, all I had to do was click one of the controls to activate wireless stereo mode.
BT headset help
I too have a BT headset (Jabra BT135) and only the handsfree profile comes up on the BT menu .. the " set as wireless stereo" is faded out (see attachment) and I can only use it for receiving and speaking on the phone but not for listening to music from wmp... pl help
Thanks
farhanehmudkader said:
I too have a BT headset (Jabra BT135) and only the handsfree profile comes up on the BT menu .. the " set as wireless stereo" is faded out (see attachment) and I can only use it for receiving and speaking on the phone but not for listening to music from wmp... pl help
Thanks
Click to expand...
Click to collapse
'cause it only supports HFP and not AD2P (wireless stereo).
It even say on the Jabra BT135 site.
Try using the latest beta of BatteryStatus and the tray icon to manager the bluetooth functions. Solved all my problems. It makes it a 1 click operation. Just toggle A2DP and it automatically turns on Bluetooth and activates the "Stereo Headset" profile for my headset device.
BatterStatus Extended V. 1.05 Beta nightly build
Thread I used to discuss my issue
As for the auto dialing I haven't encountered it since installing and using the
A2DP toggle on BatteryStatus. Only conflicts I encounter are when I use Audio Manager and WMP and forget to close the process on 1 which is my own fault.
Good Luck

A2DP Toggle?

I was baruusing the internets and found this app. Apparently this is totally different from the various bt audio toggler programs. This actually toggles the a2dp on and off when you're using A2DP enabled BT Headphones. Has anyone tried using this before?
here's some info about it:
A2DPToggle 1.1.010
This software installs as a today or home plugin and allows the user to switch the audio between Device Speaker and A2DP Stereo Headsets. It also supports Speakerphone mode.
Features:
Instantly switch the audio between A2DP Device and the Windows Mobile Device
Supports both Pocket PCs and Smartphones
Bluetooth and Headsets state indicators
Advanced graphics
Settings panel with configurable options
Speakerphone support
http://www.teksoftco.com/index.php?section=freeware
sounds interesting ill check it out
I tried it out and (atleast for me) its not a worthwhile program. I can do the same thing with my headset (Jabra 8010) simply by pressing abutton on the headset. But it does work, so it might be usefull for someone.
Useful for me thanks..
I installed this on my Dash with the latest kavana rom and it refuses to run. I tried to uninstall it, and it won't uninstall either. I'm a super n00b at this BT audio business, and I'm looking to force the audio to my mono BT device like I've seen mentioned on several forums. I've gotten it to work by using MS voice command to bug out while WMP is running, but it reverts back to my speaker if I touch the call button on my headset.
Any help or suggestions?

Mediaplayer and bluetooth wireless stereo

I have a Jabra BT620s bluetooth wireless stereo headset which I use as an headset and my music headset on the touch hd. I paired them succesfully and playing music with mediaplayer works perfectly.
The problem is when I turn on my Jabra headset. It pairs with my phone fine, but it isnt set as wireless stereo on start. So I have to set it in the bluetooth configuration screen everytime I turn the headset on, cause else the music plays over the speaker of the phone.
Is there anyway to let windows mobile always be forced to set the headset as wireless stereo?
Same problem with Funkwerk EGO Talk
I've have got the same problem with Funkwerk EGO Talk Bluetooth carkit with A2DP. Pairs at the start with Headset Profile, so calling works(except the hangup button btw, ?which redails?? most of the time). But it doesn't start the wireless stereo profile.
I have to "Set as wireless Stereo" everytime i reconnect with the carkit
Anyone has a solution or workaround to start "Set as Wireless Stereo" automaticly or at least in 1 button?
Guys, using the search function would have turned up the following solutions found previously on these forums:
a) use Mortscript to macro the key presses
b) firmware update the headset (i.e. Jabra)
c) try turning on music and bluetooth before the headset - worked for some people
I have the same problem as you, any other suggestions?
I've the same problem with Moto music/blutooth headset
Hmmm
I don't have this problem with my Sony-E HBH BT set. Each time I turn it on the pairing is automatic and get stereo immediately.
I also can have the pocket player or TF3D media player running or not and it will change "on the fly" to BT when I turn on the headset.
No problem here with Motorola S805's.
I turn the phone BT on, turn the headphones on, press play on the headphones and get music.
I have the same problem with my motorola S705
Auto pairing with calls is ok but not with stereo A2DP. I must turn headset on manually in the bluetooth otpions which is quite long and annoying.
Pairing was working good with my TyTN. So there might be a problem somewhere
I've had some problems with my Samsung SBH170 not connecting at all.
I removed them from the BT settings and repaired, now they are found with out problems, allthough not very quickly.
In 'Advanced Configuration Tool 3.3' I came across 'Bluetooth Audio Gateway Service' which was disabeled, I enabled it and rebooted, but it doesn't seem to make any difference on my machine. According to this thread it may be required to enable audio over bluetooth: http://forum.xda-developers.com/showthread.php?t=424424
Regards JD

Categories

Resources