F fabioferreiracs Member Licensed User Longtime User Dec 10, 2012 #1 How to make: how to connect a bluetooth headset and send the TTS voice for it ?
Erel B4X founder Staff member Licensed User Longtime User Dec 11, 2012 #2 It should be handled automatically by the OS. Upvote 0
F fabioferreiracs Member Licensed User Longtime User Dec 18, 2012 #3 no, the OS automatically connect , but the TTS voice isnot send automatically to headset. i need a way to redirect the voice from TTS to handset bluetooth. Upvote 0
no, the OS automatically connect , but the TTS voice isnot send automatically to headset. i need a way to redirect the voice from TTS to handset bluetooth.
Erel B4X founder Staff member Licensed User Longtime User Dec 19, 2012 #4 Try the this code: http://www.b4x.com/forum/basic4andr...r-speaker-instead-loudspeaker.html#post114468 Upvote 0
Try the this code: http://www.b4x.com/forum/basic4andr...r-speaker-instead-loudspeaker.html#post114468
F fabioferreiracs Member Licensed User Longtime User Dec 19, 2012 #5 hum, i experimented the r.RunMethod2("setBluetoothScoOn" , "True" , "java.lang.Boolean") and it result is an error : this method isnot found. how i do ? Upvote 0
hum, i experimented the r.RunMethod2("setBluetoothScoOn" , "True" , "java.lang.Boolean") and it result is an error : this method isnot found. how i do ?
Erel B4X founder Staff member Licensed User Longtime User Dec 21, 2012 #6 Change to: B4X: r.RunMethod2("setBluetoothScoOn" , True , "java.lang.boolean") 'boolean instead of Boolean. Upvote 0
Change to: B4X: r.RunMethod2("setBluetoothScoOn" , True , "java.lang.boolean") 'boolean instead of Boolean.
F fabioferreiracs Member Licensed User Longtime User Dec 25, 2012 #7 Nothing. I need a help , how to connect headset bluetooth. all is fail ! Upvote 0