[android-developers] catching event from native call screen

2012-02-10 Thread Wuffy
? (or maybe the event when both calls joined a conference) greetz Wuffy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] BroadcastReceiver check Phone state

2012-01-27 Thread Wuffy
the mergecall()-Button while having on active call and on call on hold? Does anyone have an idea? I actually von my broadcastreceiver grab the change of OneActiveCallAndOneCallOnHold - 3-way-conference Greetz Wuffy -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Create conference with BTHeadset

2012-01-17 Thread Wuffy
Another way to ask for the solution is: Is there a way to create a conference session with one active call AND one call on hold - WITHOUT user interaction on the phone but WITH user interaction on a bluetooth headset? I don't have a btheadset here otherwise I'd test it myself Any hint is

[android-developers] Create conference with BTHeadset

2012-01-13 Thread Wuffy
of you google guys, what action has to be taken at the bluetooth headset to send a args[0].equals(3) for having android create the conference. Any useful hints??? I'm quite new to Android development, therefore please be understandable for me :) with kind regards Wuffy -- You received this message

[android-developers] Call Conference with application

2011-12-26 Thread Wuffy
Hi guys, I'm a young Android developer and I started to build an application which is ought to be able to manage Calls, like recognizing incoming calls and accepting them and even create a conference with another incoming call. I've been searching all day for an open source solution for this, but