That's not really true, if I'm understanding what you want to do
correctly, the answer is no, I believe the phone app is using a hook
into the RIL:
http://en.wikipedia.org/wiki/Radio_Interface_Layer
kris
On Thu, May 31, 2012 at 10:36 PM, lbendlin wrote:
> yes. The phone app does it.
>
>
> On T
yes. The phone app does it.
On Thursday, May 31, 2012 2:26:12 AM UTC-4, hardik joshi wrote:
>
> I want to know first in android it is possible to send DTMF tones in
> active calls?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post
I want to know first in android it is possible to send DTMF tones in
active calls?
--
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
Get the Android source code and see how the phone application does it.
On Wednesday, May 30, 2012 1:17:48 AM UTC-4, hardik joshi wrote:
>
> I want to do following in android. Is it possible ?
>
> 1) call +xx xxx
>
> 2) wait to the first tone to end
>
> 3) insert pass:
>
> 4) wait for the
Hi Dave,
I do want to generate DTMF tones on the far end, and I've been looking
for a while for a way to do that.
> If you want to generate DTMF tones on the far end, you need to use the
> PhoneManager API.
Unless I'm missing something, PhoneManager API is not included in SDK
1.0...
--~--~--
The documentation for the ToneGenerator class clearly states that it
is for the purpose of generating tones on the near end. This is so the
user hears the tones when they push the digits on the keypad.
If you want to generate DTMF tones on the far end, you need to use the
PhoneManager API.
On No
This actually didn't work on the real device.
The tones can be heard playing on the handset, but not at the
destination end.
Using STREAM_VOICE_CALL did sound logic, but it doesn't work, and in
that case i don't understand the purpose of it.
On Nov 6, 12:11 pm, "[EMAIL PROTECTED]" <[EMAIL PROTEC
It looks like may be used to play DTMF sounds to the user of the
device (for example, the android Phone app plays the DTMF sound when
pressing a key)
On Oct 27, 4:20 pm, Adrian A <[EMAIL PROTECTED]> wrote:
> Then what is the point of this class?
>
> On Oct 6, 9:46 pm, j <[EMAIL PROTECTED]> wrote:
Hi,
Did this actually work ?
Did you try this on a real device ?
(we dont have access to G1 devices here in Israel)
TIA
On Oct 5, 2:36 pm, legerb <[EMAIL PROTECTED]> wrote:
> I'm trying to send DTMF tones during outgoing call this way in my
> PhoneStateListener.
> Is this the right way to sen
Then what is the point of this class?
On Oct 6, 9:46 pm, j <[EMAIL PROTECTED]> wrote:
> I assume you are trying to generate tones for uplink audio path.
>
> TheToneGeneratorAPI states that:
>
> "This API is not for generating tones over the uplink audio path. "
--~--~-~--~~--
I'm trying to generate tones for sending information like pin number.
On Tue, Oct 7, 2008 at 4:46 AM, j <[EMAIL PROTECTED]> wrote:
>
> I assume you are trying to generate tones for uplink audio path.
>
> The ToneGenerator API states that:
>
> "This API is not for generating tones over the uplink
I assume you are trying to generate tones for uplink audio path.
The ToneGenerator API states that:
"This API is not for generating tones over the uplink audio path. "
On Oct 5, 5:36 am, legerb <[EMAIL PROTECTED]> wrote:
> I'm trying to send DTMF tones during outgoing call this way in my
> Ph
I'm trying to send DTMF tones during outgoing call this way in my
PhoneStateListener.
Is this the right way to send DTMF - using the STREAM_VOICE_CALL.
Also i want to send the DTMF sequence after the call is answered, so
CALL_STATE_OFFHOOK doesn't seem to be right, what should be the
appropriate s
In
public void onCallStateChanged(int state, String incomingNumber) {
// TODO Auto-generated method stub
super.onCallStateChanged(state, incomingNumber);
switch (state)
{
case TelephonyManager.CALL_STATE_OFFHOOK:
ToneGenerator toneGenerator
14 matches
Mail list logo