[android-developers] Re: android.bluetooth.a2dp.intent.action.SINK_STATE_CHANGED

2010-02-23 Thread Dongjoon Lee
yes, i tried that and got the event whenever the bt headset state was changed. On 2월22일, 오후7시42분, Alex Corbi a.co...@gmail.com wrote: btw, have you tried it already? works? On 17 Feb., 09:16, Dongjoon Lee sky...@gmail.com wrote: Hi. If the bluetooth headset is connected, system send

[android-developers] Re: android.bluetooth.a2dp.intent.action.SINK_STATE_CHANGED

2010-02-17 Thread Dongjoon Lee
Hi. If the bluetooth headset is connected, system send this intent. android.bluetooth.intent.action.HEADSET_STATE_CHANGED So you can receive that and get extra information. For extracting extra information, use this intent. android.bluetooth.intent.HEADSET_STATE Through this you can get

[android-developers] Audio routing to bluetooth headset

2010-02-16 Thread Dongjoon Lee
Hello all. I have a question about audio routing to bluetooth headset. Now I'm developing voip application and I want to support bluetooth headset. I found the API 'setBluetoothScoOn(boolean on)' in AudioManager class. So I applied it. But it doesn't work. What I did is, As soon as the call is

[android-developers] Re: Forcibly using 3G or CDMA network even though wi-fi is available.

2010-02-07 Thread Dongjoon Lee
and it wont be possible while using wi-fi. So its required to switch to 3g or CDMA even if wi-fi is available. 2010/2/3 Dongjoon Lee sky...@gmail.com The application needs to get some information from operator's server. And operator want us to make use operator's network, not wifi

[android-developers] Re: Forcibly using 3G or CDMA network even though wi-fi is available.

2010-02-02 Thread Dongjoon Lee
, Dongjoon Lee sky...@gmail.com wrote: Hello. My question is, as you can see the title, can i use3gnetwork even though wi-fi is available? i heard wi-fi priority is higher than3gor cdma. can i change that priority in specific application? this is one of requirement of the project