PDA

View Full Version : Wireless Stereo Switch (or other solution)


overone
21st May 2007, 08:49 AM
Once my Bluetooth Headset is connected to my Prophet, all my notification sounds come through my Bluetooth Headset instead of the phone speaker.
The sound for normal incoming call works as it should though (through the speaker).

The only way i've found how to solve this problem, is to uncheck the "Wireless Stereo" option under:
Settings > Connections > Bluetooth > i.Tech Clip R35 > Partnership Settings

And then when I want to listen to music through the Windows Media Player, I have to do the opposit.

So, my two questions... :)
1. Is there a way to map notification sounds to always use the phone's speaker? (or)
2. Is there a small shortcut / Today-plugin that can switch "Wireless Stereo" on/off in one click?


Cheers!

Eric

Hybrid666
21st May 2007, 02:10 PM
Yes there is, i use a software called BTAudioToggle, you can place a shortcur to a launchbar in the today plugin, it works fine for me...
its postet in this post as an attachment:
http://www.pdaphonehome.com/forums/samsung-i730-i830-i830w/54951-utility-redirect-all-audio-bluetooth-headset.html?perpage=20&pagenumber=1

Hope it helped ;)

Greetz

overone
21st May 2007, 03:18 PM
Yes there is, i use a software called BTAudioToggle, you can place a shortcur to a launchbar in the today plugin, it works fine for me...
its postet in this post as an attachment:
http://www.pdaphonehome.com/forums/samsung-i730-i830-i830w/54951-utility-redirect-all-audio-bluetooth-headset.html?perpage=20&pagenumber=1

Hope it helped ;)

Greetz

Thanks Hybrid, unfortunatly this was a bit wrong...

It seems that this program routed the sounds to the Bluetooth Headset if I wouldn't have "Wireless Stereo".
Hence; it had its functionality when I turned off "Wireless Stereo".

The solution was in the right direction though, but not really right... :)

BIG note though: It messed up the sound on my normal "Wireless Stereo" mode. So the sound now has a distortion as well. :(

Hybrid666
21st May 2007, 05:54 PM
Ehm but i remember there a software which did the same like btaudio with stereo headsets, but this one costs money. You just have to google, cause i dont remember the name ;)

overone
21st May 2007, 08:07 PM
Ehm but i remember there a software which did the same like btaudio with stereo headsets, but this one costs money. You just have to google, cause i dont remember the name ;)

I found one called BlueMusic: http://www.teksoftbluemusic.com
Could that be the one you're refering to?

BlueMusic unfortunatly got about 99 functions that are more or less useless, packaged in a big memory overhead with nice graphics.
I just wanted the simple on/off switch... :)

overone
21st May 2007, 08:11 PM
ADD:
I'm running WM6, that's probably why most of BlueMusic's feature are superfluous.

carl_johnson82
22nd May 2007, 06:09 PM
My father got an Aus P535; when he uses the bluetooth headset, an icon is displayed on top, near "start": by clicking that icon, it is possible to redirect or not notification sounds to the headset... I didn't try that on the prophet, but I hope this can help you. bye

shantzg001
23rd May 2007, 05:24 AM
@overone: Hang in there...I'm trying to create a solution for one-click wireless stereo on/off..Will let you know as soon as I'm done...

ade0282
23rd May 2007, 04:01 PM
Guys, been trying out a few things on mine AMEO qith BT8010's, it would appear that two reg entries are modified when turning on/off wireless audio.

I have attahced two reg export files bton.txt for audio on and btoff.txt for audio off.

if you look at lines 23 and 61 these are the values the executable will need to toggle. I dont have enough knowledge to code it up but if you know how to by all means give it a try.

overone
23rd May 2007, 09:01 PM
My father got an Aus P535; when he uses the bluetooth headset, an icon is displayed on top, near "start": by clicking that icon, it is possible to redirect or not notification sounds to the headset... I didn't try that on the prophet, but I hope this can help you. bye

Thanks for the tip.
Unfortunatly, my Wireless Stereo Icon next to the Start Menu didn't have any functionality.


@overone: Hang in there...I'm trying to create a solution for one-click wireless stereo on/off..Will let you know as soon as I'm done...

Cool! Please post a copy of it here once you do! :)

I manage to fix the problem temporarely with a retarded Mortscript (my first ever).
But it's hardly the way I would like to have it solved. :p

Guys, been trying out a few things on mine AMEO qith BT8010's, it would appear that two reg entries are modified when turning on/off wireless audio.

I have attahced two reg export files bton.txt for audio on and btoff.txt for audio off.

if you look at lines 23 and 61 these are the values the executable will need to toggle. I dont have enough knowledge to code it up but if you know how to by all means give it a try.

Thanks!
I might try to modify my script to do this instead (incl a restart of the service).
That should be a whole lot prettier then my "click-by-code" script...

shantzg001
24th May 2007, 08:50 PM
I'm almost done..Just need to find a function/macro (without using MFC/ATL/.net, my app is win32 native) to convert a unicode string to ascii string...Any suggestions??

shantzg001
25th May 2007, 06:50 AM
Hey, no need for the unicode to ascii function...am done...expect the initial version for the utility tonight..(am at office right now, so will add the changes that I just made, to the code at home, and release after some testing on my phone)

overone
25th May 2007, 11:53 AM
Hey, no need for the unicode to ascii function...am done...expect the initial version for the utility tonight..(am at office right now, so will add the changes that I just made, to the code at home, and release after some testing on my phone)

Cool, I'll be awaiting your release... :)

shantzg001
25th May 2007, 05:45 PM
@overone: Am afraid..my experiment failed :( .. But it was just my first try...Am trying to hack away at the windows api to see if i can get smthing...keep ur fingers crossed..

overone
26th May 2007, 10:15 AM
Too bad.

Unfortunatly C is not my forte. Otherwise I would have liked to help.

shantzg001
26th May 2007, 11:33 AM
actually the problem is not with c...problem is what i had perceived to be the solution but it turned out to be a false alarm...

overone
26th May 2007, 02:02 PM
actually the problem is not with c...problem is what i had perceived to be the solution but it turned out to be a false alarm...
Oki.
I just ment that I don't know how to help you, since I don't write/read that lingo/api's... :)

overone
29th May 2007, 09:09 AM
I found an open .NET class in C# that could query the Bluetooth interface.

Unfortunatly, it only seem to have a "getService" and not a "setService". :(

Buzz313th
7th June 2007, 07:53 PM
I am very interested in this solution for the hermes. I linked this thread to the hermes forum.

Thanks for looking into this.

menkul
4th July 2007, 05:55 AM
any news ??

jp_howard
13th July 2007, 03:50 PM
I've been trying to do this on my Athena too. I've got it working using the info at http://blogs.msdn.com/cenet/archive/2005/08/12/451012.aspx . However, as soon as a call comes in, it goes back to the phone's speaker. I'm not sure how to resolve that...

lastnikita
16th July 2007, 08:21 PM
I've been trying to do this on my Athena too. I've got it working using the info at http://blogs.msdn.com/cenet/archive/2005/08/12/451012.aspx . However, as soon as a call comes in, it goes back to the phone's speaker. I'm not sure how to resolve that...

Hey THAT would be really usefull to me, as I don't want to (receive) call via the handset, would you mind sharing ur app ? :)

overone
18th July 2007, 01:27 PM
I've been trying to do this on my Athena too. I've got it working using the info at http://blogs.msdn.com/cenet/archive/2005/08/12/451012.aspx . However, as soon as a call comes in, it goes back to the phone's speaker. I'm not sure how to resolve that...

Sounds interesting indeed.
Please post any updates here, as I would be very happy to have it working... :)

lastnikita
19th July 2007, 08:16 AM
Sounds interesting indeed.
Please post any updates here, as I would be very happy to have it working... :)

Please post it as it is first ;)