It appears you have not yet registered with our community. To register please click here...

 
 
         
 
     
QuickLinks
  
Home of the Converged PDA - Phone    
 
Go Back  PDAPhoneHome.com > Pocket PC PDAPhones > HTC TyTN / Cingular 8500 / 8525 > I feel Silly - BT toggle

Reply
 
PDAPhoneHome  
 
Old 03-12-2007, 03:48 AM
     
  #1 (permalink)  
Registered User
Join Date: 03-12-2007
PDAPhone: Cingular 8125
Carrier: Cingular
Posts: 1
 

I feel Silly - BT toggle

So I wanted to listen to audio through my bt. I downloaded BT Toggle and was trying to get that to work. Well it worked for about 10 seconds then it would revert to the speakers.


What worked was turning "hands free" on when you're in the softkey section of the phone. Now it works.

Does anyone know how I can use the bt headset in a similar fashion on my desktop pc running XP.

Eh simple things....
 
mrchuck85 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-06-2007, 02:02 PM
     
  #2 (permalink)  
Registered User
Join Date: 02-28-2006
PDAPhone: 8525
Carrier: Cingular
Posts: 8
 

Interestingly I'm still have this issue. When I switch to audio through my BT headset, it works for about 10 seconds then it switches back to the speakers.

I have verified that "hands free" is enabled on the phone. Any one else that has run into this?
 
tiggerm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-06-2007, 04:53 PM
     
  #3 (permalink)  
Registered User
Join Date: 02-28-2006
PDAPhone: 8525
Carrier: Cingular
Posts: 8
 

OK, I found what was causing the issue. Even though it switches to the Audio Gateway, the registry entry:

HKLM\Software\OEM\VoiceCommand\VoiceCmdDuration

is set to 10 seconds. That means that it times out after 10 seconds. One was around it is to set is to something much longer, such as 86400 (or 24hours).

I setup a MortScript to do this automatically.
#Toggler BT Headset Functionality

#Runs the BTtoggle application which switches between Audio Gateway and Voice Commands
RunWait( "\Program Files\BTToggle\BTToggle.exe" )

#Determines which mode and sets duration appropiately
If (RegRead("HKLM","Software\OEM\VoiceCommand","LaunchApEnable") = 0)
RegWriteDword ("HKLM","Software\OEM\VoiceCommand","VoiceCmdDuration",86400)
Else
RegWriteDword ("HKLM","Software\OEM\VoiceCommand","VoiceCmdDuration",30)
EndIf
 
tiggerm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 04-13-2007, 11:41 PM
     
  #4 (permalink)  
Registered User
Join Date: 02-28-2006
PDAPhone: 8525
Carrier: Cingular
Posts: 8
 

OK, I didn't realize that all BTtoggle did was toggle the LaunchApEnable setting in the registry. New and simplified MortScript:

-----
#Toggle BT Headset Functionality

#Determines which mode and sets duration appropiately
If (RegRead("HKLM","Software\OEM\VoiceCommand","LaunchApEnable") = 1)
RegWriteDword ("HKLM","Software\OEM\VoiceCommand","LaunchApEnable",0)
RegWriteDword ("HKLM","Software\OEM\VoiceCommand","VoiceCmdDuration",86400)
Else
RegWriteDword ("HKLM","Software\OEM\VoiceCommand","LaunchApEnable",1)
RegWriteDword ("HKLM","Software\OEM\VoiceCommand","VoiceCmdDuration",30)
EndIf
EndIf
 
tiggerm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Login Panel
Enter your username and password to login:


Advertisements



PDA and Smartphone Repair & Parts

Cellular Phone Parts and Accessories



PDAPhone Chargers and Screen Protectors

Where Photographers Meet

Please Help By Taking Our Survey!





Our Friends





All times are GMT -5. The time now is 12:02 AM.

               
 
Design by VBSz   |  Hosting by PWH   |  
Copyright © 2002-2007, Convergent Minds, LLC - All Rights Reserved.