Android :: Telephony / Need To Inject DTMF

Nov 16, 2010

I have researched extensively and am pretty sure this is not possible. I want to make a call and then inject DTMF when the far end answers. So 2 questions Is it possible ?
If not, how do I work to get it on the list of upcoming features to be provided on Android. I can say that this is possible on BlackBerry and Symbian, so Android is falling behind in this regard.

Android :: Telephony / Need to inject DTMF


Android :: Inject A <string> Element Into Another In XML?

Sep 15, 2010

I would like to know whether there is a way to insert/inject a <string> element defined in an XML file into another <string> element, doing that just with XML.

For example I could have:

<string name="author">Francesco</string>`

and I am looking for something like:

<string name="about_application">Author: @string/author</string>`

so that getString(R.string.about_application) would result in "Author: Francesco".

I know that I could combine the two elements in Java code using String.format(string, formatArgs)like for example:

<string name="author">Francesco</string>
<string name="about_application">Author: %1$s</string>`

and then in code use

String.format(getString(R.string.about_application), getString(R.string.author))

but I would like to do it in XML directly. Can anyone suggest me a way to do it?

View 2 Replies View Related

Android :: Inject Audio To Microphone Source During A Call?

Sep 29, 2009

Is possible to inject audio such as mp3 in the output of microphone streaming? I've found an application : spoofApp that change the voice during a call. How is possible?

View 3 Replies View Related

Android :: Can't Inject Code To Generate New Dalvik Bytecode? / Tools To Do?

Nov 24, 2010

I would like to inject code in an android application at runtime. I have tried to use dx tool to generate a dexfile in the sdcard but when i want to instantiate, it fails. Are there any tools to inject code generating new dalvik bytecode? I am studying some libraries, aspecjt or guise for android. Is it better to work with a script language?

View 2 Replies View Related

Android :: Reference To Source Code For Adb Shell Command - Input That Is Used To Inject Keypresses

Aug 25, 2009

The use case that I have to emulate is to inject random keypresses. I have observed it that it is possible using adb shell command "input". Can someone point me to the source code in the android build tree, so that I can accordingly implement the same in our test app.

View 2 Replies View Related

Android :: How To Send DTMF?

Aug 28, 2009

I am facing a problem on sending DTMF in android. I am sending DTMF in this format tel:+15187127050,9563547896# Its working fine on G1 but when i install the app on HTC Hero /HTC Magic its dispalying error message like this (Invalid MMI) Any one can help me regarding this.

View 4 Replies View Related

Android :: DTMF On Ongoing Call

Sep 30, 2010

I am working on one android application... I want to send DTMF tone on ongoing call....after googling i saw in some post that right now its not possible... is android build any api for froyo? Normally using "," I can send DTMF but after call establish how to do? How by default Dialer is able to send DTMF on ongoing call...HTC also build there own Dialer..Then How they are doing?

View 2 Replies View Related

Android :: Way To Send Dtmf In Droid?

Mar 15, 2010

Can any one please tell me how to send dtmf in android.

View 7 Replies View Related

Android :: DTMF / Sound Recorder

Oct 10, 2010

Are ther any existing Android application, working similar to the following working steps
1. Automatic receive the call, then
2. Play some sound out to the caller, wait for DTMF response, then
3. Record the caller sound (in the case that they permit, by pressing 1 as DTMF response)
4. Callee can play back the recoreded sound later.If there aren't any, is it possible now for provided Android SDK to develop it.

View 1 Replies View Related

Android :: Send DTMF Tones During Call

Jun 20, 2010

One feature which i did not fiund on the Android 2.0 is the ability to send DTMF tones during a call using the contacts list. Whilst on a call i would like to be able to select contacts and send that contact as a DTMF tone. I've sean all the different dialler apps. but nothing allows you to select from the contacts list.Is this a feature upcoming in the Android OS updates or is there already an app. that anyone knows about that allows this feature, which is common on all other mobile os's?

View 2 Replies View Related

Android :: Reading / Parsing Call DTMF

Aug 11, 2010

im testing case for reading and acting upon DTMF Tone reviced from a seession call,is this possible ??

View 2 Replies View Related

Android :: Uplink DTMF Tone Generation

Feb 10, 2010

Is there any way I can dynamically generate uplink DTMF tone (ie the receiver hears it)?When I looked at the android source code I saw a function called startDTMF() which is exactly what I need, but I couldn't find any API that allows me to access that function.I then thought of using ToneGenerator and tried to inject the sound to the mic stream, and again I couldn't find a way to achieve this.

View 1 Replies View Related

Android :: Sending Pause / DTMF Input

Sep 1, 2010

I am Intercepting outgoing call following is my code of outgoing call interception in android , is used for pause, but it is not working? how can I send DTMF input or use pause, wait and symbol? I am stuck in it any help will be appreciated

View 1 Replies View Related

Android :: Get Sms Message From Intent With New Implementation Of Telephony?

Feb 11, 2009

I am using the Telephony class to get messages ( Telephony.Sms.Intents.getMessageFromIntent(Intent intent)). But I can't find the class Telephony from its package(android.provider), there is an error named "The import android.provider.Telephony cannot be resolved" when import android.provider.Telephony.Sms.Intents, the sdk version I'm using is android-sdk-windows-1.0_r2, how can I use this with the new implementation of Telephony?

View 2 Replies View Related

Android :: Can A Telephony.Phone Object Be Instantiated Through The Sdk

Jan 27, 2010

I am trying to get a phone object so that I can call and conference two numbers from within my application.

I have tried using the static PhoneFactory.makeDefaultPhones((Context)this) but have not had any luck.

CODE:.......

Error - Caused by java.lang.RuntimeException: PhoneFactory.getDefaultPhone must be called from Looper thread

View 3 Replies View Related

Android :: Telephony Manager Functions Don't Work / What To Do?

May 29, 2009

I have low expectations that this message will get any response as it seems that Google developers do not like to address issues too close to the Android core and to strategic mobility applications. However, as they say, hope is the last to die.

I am really puzzled by the lack of response to queries about issues with some TelephonyManager functions.

Specifically, there have been a number of requests in the past, including mine, about

getNeighboringCellInfo()

As per the link below, getNeighboringCellInfo() is a documented TelephonyManager function available to application developers.

http://developer.android.com/reference/android/telephony/TelephonyMan...()

Yet, getNeighboringCellInfo() does not work. Any attempt to call it in an application results in application failure.

What is the problem here? If Google does not want application developers to use this function (I cannot fathom why that would be the case), then please remove it from TelephonyManager, and save all of us time and frustration.

It's really puzzling that for such an open platform Android has so many secrets and rules.

View 8 Replies View Related

Android :: How Do I Send DTMF Tones / Pauses In Number?

Mar 29, 2010

I have an application that calls a number stored by the user. Everything works okay unless the number contains commas or hash signs, in which case the Uri gets truncated after the digits. I have read that you need to encode the hash sign but even doing that, or without a hash sign, the commas never get passed through. However, they do get passed through if you just pick the number from your contacts. I must be doing something wrong. Code...

View 1 Replies View Related

Android :: Telephony Manager & Phone State Listener

Sep 7, 2010

I would like to know what are the main differences between TelephonyManager and PhoneStateListener, because you can do (more or less) the same things with both. For example, you could create an incoming calls register implementing a broadcastreceiver and using TelephonyManger API or extending PhoneStateListener class and registering this new listener throughTelephonyManager . Case 1 - BroadcastReceiver (TelephonyManager)

View 13 Replies View Related

Android :: Relative Speeds Of Telephony Managers Types?

Nov 2, 2010

There are a number of network types defined in TelephonyManager:
NETWORK_TYPE_GPRS
NETWORK_TYPE_EDGE
NETWORK_TYPE_UMTS
NETWORK_TYPE_CDMA
NETWORK_TYPE_EVDO_0
NETWORK_TYPE_EVDO_A
NETWORK_TYPE_1xRTT
NETWORK_TYPE_HSDPA
NETWORK_TYPE_HSUPA
NETWORK_TYPE_HSPA
Is there any info out there that describes what range of speeds you can expect on each of these? If that isn't available, it would be nice to be able to order them based on speed.

View 1 Replies View Related

Android :: Testing Telephony Signal Strength Changes In Emulator?

Mar 29, 2010

I was wondering if there is a way to manipulate the emulator to simulate telephony signal strength changes.

I would like to test code that uses TelephonyManager.listen() with LISTEN_SIGNAL_STRENGTHS.

View 2 Replies View Related

Android :: Can A Native Application Use Java Methods In Telephony Manager?

Sep 17, 2009

I am currently working on porting a application written in C in android platform. I need to know that can i invoke/call the getSystemService from the C application using invocation interface by JNI. Meaning using a .java file which will interact with the interace provided by the android.telephony.TelephonyManager.java for using getCallState() and other mehthods.

View 2 Replies View Related

Android :: Dialing IVR Systems / Sending DTMF Tones After A Call Is Made

Sep 8, 2009

I am writing an application that calls IVR Systems. For example a Customer Service line where 3 or 4 options or the telephone number must be sent after the call is made. I don't remember where but I remember that if you were to put in comma's , it would be a pause so I am trying to dial a number such as "tel:555555,0,2,3" which should dial 55555 then it should send 0 with a pause then 2, pause, and then 3. I have seen a discussion similar to what I want to do... http://groups.google.com/group/android-developers/browse_thread/threa... I am testing with a HTC Hero, and when it starts dialing, I can hear the first tone being sent when its dialling, in the above case I hear a 5, and then the dialler crashes and drops back to my application. Code...

View 4 Replies View Related

HTC Hero :: DTMF Tones

Jan 8, 2010

Just called 3 and their system says press 1 for "this" and press 2 for "that" etc. However when I press 1 2 3 etc I do hear a tone but it is not recognised, is their end or is it my Hero!

View 1 Replies View Related

Android :: Ways To User Number When Telephony Manager Returns Null?

Apr 10, 2009

Is there a way to look up the user phone number other than TelephonyManager? In my G1, this returns null: // get your phone number TelephonyManager telephonyManager = (TelephonyManager) getSystem Service (Context. TELEPHONY_SERVICE); String tel = telephonyManager.getLine1Number(); Log.i("Telephone Number ==> ", tel+" <=="); Is there any other way of getting user's own phone number? take care, Muthu Ramadoss. http://linkedin.com /in/tellibitz http://androidrocks.googlecode.com - Android Consulting. Emo Philips <http://www.brainyquote.com /quotes/authors/e/emo_philips.html> - "A computer once beat me at chess, but it was no match for me at kick boxing."

View 7 Replies View Related

Android :: Telephony Returned Constant Values In Bearer Speed Order?

Mar 8, 2010

TelephonyManager.getNetworkType() returns one of the constant values.It appears that the constant values have an integer order, by possible bearer link speed.I know using constant values used in the following manner is generally bad,however could one use this to determine a basic cutoff for application functionality and have it work between API levels? (in API-v1 there was nothing above 0x03)if( telephonyManager.getNetworkType() > TelephonyManager.NETWORK_TYPE_EDGE ) return "3G! party on!";else if( telephonyManager.getNetworkType() > TelephonyManager.NETWORK_TYPE_UNKNOWN )}

View 1 Replies View Related

HTC Desire :: Turning Off DTMF In Phone

May 4, 2010

Does anyone know how to turn off the DTMF tones on HTC Desire Phone, they're really annoying, I hate having a tone sound everytime I press a number when dialling in a phone number.

View 4 Replies View Related

Android :: Telephony Manager Event Off_hook / Not Giving Calling Number In Emulator

Nov 9, 2010

I am not getting call in number in off_hook state when it is only coming in dialing state. According to documentation it should provide call in number for off_hook state as well. Is it a bug?

View 2 Replies View Related

Android :: Programatically Dial Phone Number In Ndroid SDK / Bypass Send DTMF Tone Prompt?

Jul 3, 2010

How do you programatically do this in the Android SDK:

Dial a phone number
Bypass the keypad screen
Send additional DTMF after the number is dialed
Bypass the send DTMF tone prompt

I have managed to do 1 till 3 by dialing +555-1212w1234 but I am wondering if anyone knows how to bypass the send DTMF tone prompt.

View 2 Replies View Related

Android :: ClassCastException: Com.android.internal.telephony.PhoneProxy

Apr 8, 2010

I'm programing Instrumentation Tests for SIM ToolKit (STK)

I need to use CommandsInterface which is available only in PhoneBase Interface. Once I have a Phone i'd like to use the following line:

CODE:.......

It compiled successfully, however gives uncaught exception (group=0x4001b188)

View 2 Replies View Related

Android : Possible To Use Com.android.internal.telephony.* API In Application?

Oct 16, 2009

Is it possible to use com.android.internal.telephony.* API in application? I would really need to use some classes from there, since there is no other way I can make my app answer incoming call, send dtmf and etc.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved