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?

Android :: DTMF on ongoing call


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 :: 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

Android :: Patching Synthesized Voice In Ongoing Call

Aug 26, 2009

I am looking at a usecase related to sharing of a phone number of a contact during a call. What I expect to happen is that the phone number is converted to synthesized voice and is spoken into the ongoing call. Is it possible to patch the synthesized voice in an ongoing call?

View 2 Replies View Related

Android :: Play An Audio Clip Onto An Ongoing Call

Oct 10, 2010

Is it possible to modify an active call by overlaying a sound track during the call? I looked up the SDK, but couldn't find any api to do this in the documentation. I am trying to investigate the feasibility of playing a previously recorded call/audio clip onto an ongoing call.

View 1 Replies View Related

Android :: Change Screen Orientation When Call Is Ongoing / Phone Process Will Crash

Jun 15, 2009

I found if change screen orientation continouously when a call is ongoing, that is, portrait -> landscape -> portrait- >landscape.

View 3 Replies View Related

General :: Dialer In Kitkat Always In Landscape Mode When Call Is Ongoing - How To Set It In Portrait Mode

Dec 1, 2013

dialer in kitkat is always in landscape mode when call is ongoing....how can we set it in portrait mode

View 1 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 :: 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 :: 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.

View 2 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 :: 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 :: 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 :: Ongoing Event Notification

Apr 12, 2010

So im just getting started with android development and i found my first head scratcher. I have an app that when opened makes a on going event notification. Then if i hit the home button the app falls from view and when i attempt to bring it back via clicking on the ongoing event notification its like opening a whole new app, then when i hit the back button the ongoing even goes away and it returns me to the original app window. How do i get the notification to take me to the original rather then opening a new instance.

View 2 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 :: Create A Notification That Appear In Ongoing Area Of The Bar

Aug 17, 2010

I am trying to create a notification that will appear in the "ongoing" area of the notification bar (like WeatherBug).

Here is the code that I am using:

PendingIntent intent = PendingIntent.getActivity(lastContext, 0, notifyIntent, PendingIntent.FLAG_UPDATE_CURRENT | Notification.FLAG_ONGOING_EVENT | Notification.FLAG_NO_CLEAR)

From what I understand, FLAG_NO_CLEAR, should also prevent the notification from being cleared by pressing the Clear button, this is also not working.

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 :: Media Player Put Itself In The Ongoing Group When Playing

Sep 8, 2009

How does the media player put itself in the "Ongoing" group when playing?

View 3 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

Motorola Droid :: Trying To Find Ongoing Cost Of Pda.net

Nov 28, 2010

i am trying to find the ongoing cost of pda.net. i can see the purchase price on their website, but can't seem to locate the ongoing cost. does anyone know where i can get their ongoing prices?

View 5 Replies View Related

General :: Remove Count For Ongoing Notifications?

Apr 4, 2012

when some apps add themselves as an ongoing notification, the counter on the notifications icon goes up by 1 per app/item. I'd prefer to not have those shown on the counter, otherwise they're there permanently

View 1 Replies View Related

General :: How To Delete / Remove Ongoing Downloads

Jan 14, 2014

Yesterday while browsing a list of movies I accidentally clicked on a link and it started downloading the movie (default downloading app-chrome, size-3gb) I tried to clear it from my notification,force stopped chrome,deleted the folder using file explorer,rebooted my phone but it didnt stop.so I let it complete and wasted 3 gb.So I want to know in general how you can stop downloads

View 1 Replies View Related

Sony Ericsson Xperia X10 :: X10 2.1 Bugs List - Ongoing

Nov 14, 2010

Any contact previously synced using "facebook sync" (an app to download peoples faces into your phone's address book, now a built in feature of 2.1) Are missing after restore of backups. keyboard VERY slow and unresponsive/laggy during landscape mode. To the point of being un-usable 3g, or "H" in this case is sometimes slower, and often unresponsive, requiring a reboot or task kill. Sending icon blinks, but no recieving icon.

View 7 Replies View Related

Motorola Droid :: Touchscreen Freaks Out When Plugged In - Ongoing

Aug 24, 2010

Any time I have the phone plugged in or on a docking station, the touch screen seems to go pyscho. It never seems to select the icon I want, or randomly switches screen when I touch the screen briefly or doesn't do anything at all.

Would this fall under something I should take in and deal with on warranty or is this a common thing amongst them all. I am finally just getting tired of it.

View 8 Replies View Related

Samsung I7500 :: How To Turn Off The Ongoing Software Like WeatherBug

Dec 20, 2009

How to turn off the ongoing software like WeatherBug

View 3 Replies View Related

General :: Galaxy S3 - Ongoing Notifications On Words With Friends

Mar 29, 2013

I have a sprint galaxy s3 and I'm having issues with words with friends. anytime i have a move to play, it displays it as an ongoing notification in the drop down box. i have never had issues until i updated to jellybean. it is getting annoying because i cant clear it and i notice a huge drain on my battery.

the weird thing about this is that my wife has the same phone with the same version of WWF and updated to jellybean the same way, but her notifications are not ongoing and can be cleared. there is no way to change this in the application manager in device settings or physical settings with WWF. all i can do is turn the notifications on or off. i have cleared data, force stopped it, uninstalled it, installed previous versions, and even rooted my s3 and am running synergy rom, but still no luck.

View 2 Replies View Related

HTC Incredible :: Ongoing Signal - Jump From Sleep Mode To CDMA

May 6, 2010

I am one of the thousands having the signal issue with the phone. I noticed while in debug mode (##33284) that the Band # will jump from Sleep mode to CDMA. Could that be contributing to the weak and unstable signal issues with the phone? If so how do we change this?

View 5 Replies View Related

Motorola Droid :: Ongoing Notifications Causing Battery Pull

Mar 4, 2010

First off, let me state my phone is rooted, but this problem happened pre root as well. Certain applications, the two I think I've noticed doing it so far, were weather bug, and temp monitor. That have on going notifications, will randomly cause my phone to not turn back on from sleep. I have to do a battery pull just to get the phone back up.

View 4 Replies View Related







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