Android :: Make Call By Voice Instructions

Nov 8, 2010

I am looking for a app for my Samsung Galaxy 5 , which i bought in india two days ago. When given voice instructions,it should place a call, compose an sms , etc. I downloaded an app Vling from market, but it works only when connected to internet. Please suggest me any free app available for this purpose Or , is this feature already available in the phone, please guide me.

Android :: make call by voice instructions


Android :: Google Voice Call Quality -- How A Call Routed If Have GV Make The Call

Feb 11, 2010

I use Google Voice (love it) primarily because of it's visual voicemail on my Droid. I do have a Google Voice number, and I'm trying to decide whether to set the Droid app to "make calls using Google Voice" or not.

I have no problem with giving out a different number, and my placed calls seeing the GV number in caller ID.

My question is, does this affect how the call is actually connected, from a quality standpoint? I tired a call both ways, and the sound quality seemed a little bit different. But then, I am an obsessive compulsive weirdo.

Is there any difference in call quality or routing between making a native Verizon call and a Google Voice call on Droid? (Like, does Google voice actual use 3G to connect to Google server over the internetz, then place the phone call?)

View 3 Replies View Related

Samsung Behold 2 :: Make Voice Call Or Video Call

Jul 28, 2010

I've been using Nimbuzz and fring to make a voice call but fring does not support skype anymore and Nimbuzz somehow mutes itself. I wonder what other BH2 users use to make a voice or video call. If would be really helpful if someone can let me know. I'm in a long-distance(9000km) relationship.

View 3 Replies View Related

Motorola Droid :: Google Voice - Unable To Make The Call

Nov 15, 2009

I have had Google voice for a while now. And yesterday I added a line into my plan and got the Droid. I downloaded Google voice app and everytime I try to place a call it tells me I am unable to make the call. I did set my new number as the phone being used. Any suggestions? Or is there something up with Google voice?

View 1 Replies View Related

HTC Incredible :: How To Make Free Tether Instructions - Work For New Macbook Pro

Jun 5, 2010

Anyone know how to make the free tether instructions on here work for a new macbook pro?
XDADeveloperWiki - HTC_Incredible

View 2 Replies View Related

Android :: Any Lag Between Call And Voice Mail Notification When Using Google Voice?

May 27, 2010

Compared to say Verizon's voice mail is there any lag between the call and voice mail notification when using Google Voice?

View 1 Replies View Related

Android : App To Record Calls (my Voice Only) / Take Voice Notes During Call?

Jul 8, 2010

I'm looking for an app. that will allow me to record calls(my voice only) or take voice notes during a call. I've tried a few but it seems neither of them works on android 2.2.

View 2 Replies View Related

Android :: Use Intent Make Outgoing Call - How To Detect The Call State

Jan 19, 2009

I can use this code make outgoing call.

Intent dial = new Intent(Intent.ACTION_CALL); dial.setData(Uri.parse("tel:5556") );

context.startActivity(dial);

But how to detect call pick up the call or refuses to answer?

I tried PhoneStateListener but not working.

View 2 Replies View Related

Android :: Make Call From App And Go Directly Back To App After Call Hangup

Dec 15, 2009

Is it possible to make a call from an activity and make sure the activity doesn't keep running while the call is in session? And, once the user is done with the call (by pressing the hangup button or whatever), the call log screen wouldn't get shown and the user would be directed to a new activity within the application. I know there's ways to detect calls and call hangups through services, but, I'm not sure if it's possible to make an activity from an app pop up as soon as a call is over.

View 2 Replies View Related

Android :: Cant Make Calls On Google Voice App

Feb 26, 2010

I have Google voice with my own cell #, not a GV #. But when I go to make a call with with the regular keypad or via GV there is no option to place the call with GV. When I go to GV settings the only options it has are never use GV, ask every time I place an international call, or use GV for international calls only. Never a mention of using GV for domestic calls. Anyone know why? Currently using Droid with 2.0.1.

View 1 Replies View Related

Android : How To Recognize Voice When You Are On A Call

Dec 7, 2009

Am trying to recognize the voice when am in a call by running the service in background. Is it possible to achieve ? If you have any idea on this please provide me ASAP.

View 2 Replies View Related

Android :: How To Intercept Voice Data During Call?

Nov 15, 2010

I plan to develop Android application which will encrypt/decrypt voice data such that parties can communicate using secure channel. So the question is: how to intercept voice/audio data during GSM call? Is it possible or not? Should I use Android NDK or something else?

View 3 Replies View Related

Android :: Way To Have Call On Google Voice Number?

May 17, 2010

I use google voice to send all my calls on my cliq xt but I was wondering if there is a way to have people call my google voice number and not have it count towards my minutes. Also is there a way to have the sms be integrated with the built in android sms app or have the voice app constantly be open?

View 7 Replies View Related

Android :: Grabbing Voice (in Both Directions) During Call?

Jul 2, 2009

Are there APIs for grabbing the voice (in both directions) during a call? I'm interested in whether it can be intercepted before it's sent out (outgoing) and before it's played by the speaker (incoming).

View 1 Replies View Related

Android :: Redirect Call To Voice Mail

Aug 19, 2009

I would like to automatically redirect some incoming call to voice mail. i use a "Broadcast Receiver" to cach call, it works nicely , but how to redirect to voice mail ? is it possible.

View 2 Replies View Related

Android : Use Text To Speech On A Voice Call?

Nov 17, 2010

it possible to use the text-to-speech engine to send a message through a voice call? Like an answering machine. It's also possible to monitor an outgoing voice call to read out loud a text when the other point answers the phone?

View 2 Replies View Related

Android : Playing A Mp3 File Instead Of Voice Call

Mar 30, 2009

Does G1 can support the following feature: When in "In Call" state, user can play a mp3 file instead of the voice from microphone, and the one in the other side can hear the mp3. Can I modify the kernel part or framework part to support that with G1?

View 2 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 :: How To Forward Phone Call To Voice Mail?

Jan 21, 2010

I've been searching around the net and browsingthe APIs to find a way to forward an incoming phone call to voice mail, but with no success so far.I know it can be done since some apps do it already. I also know that blocking an incoming phone call is not possible yet and is an issue Google devs are working on.In the app i'm coding, I easily manage to detect an incoming phone call by listening to the phone state. But I cant make the phone NOT ring and NOT show the incoming phone call screen.I' ve tried to cut off the network via a ServiceState object, but that doesn't seem to work.

View 6 Replies View Related

Android :: Playing Audio File On Voice Call

Apr 20, 2010

I want to play an audio file on a voice call as following:
The application initiates a call from device X to device Y
When Y replies application on device X should inject an audio file in the stream of the call so device Y hears this audio file.

View 2 Replies View Related

Android :: Make Call From Application

Jun 29, 2009

how to make call from application ? Can i give input to that call? I mean i want to play file which the receiver can listen it. Is that possible if not at least tell me how can i make cal ?

View 3 Replies View Related

Android :: How To Access / Edit Call Phone Voice Stream?

Jul 20, 2010

I need to encrypt the outgoing voice stream and decrypt the incoming phone voice stream in real time. Please guide me if this project is possible with the android sdk

View 2 Replies View Related

HTC EVO 4G :: Can't Make Calls Through Google Voice

Jun 4, 2010

I've got the google voice app installed and set to make all calls through GV but finding the phone app isn't making calls using GV. Anyone else running into this? Tried restarting the phone with no change.

View 3 Replies View Related

Android :: Make Soft End Call Button Go Away

Mar 3, 2010

I really want a way to disable the soft End Call button that pops up in call. If there is an app or widget that some one knows of that can help me,can you please let me know? I'm sick of my face ending calls in the middle of a conversation. Apparently, my cheeks hit it at just the right place to hang up on everyone.

View 7 Replies View Related

Android :: Phone Call Then Make Appointment APP

Apr 20, 2010

I tend to either make or receive calls that end in me needing to make an appointment for that caller. Does anyone know if there is an app that handles that in a neat fashion.I'm just 24 hours into Android and although there are many things that are very different for me coming from years of winmo, I'm enjoying it.

View 2 Replies View Related

Android :: Can I Make Phone Call From HTML?

May 5, 2010

To make a phone call via HTML on an iPhone I create an <A/> tag with an href formatted as: <a href='tel:123-555-1212'>Dial Me</a>.Is there an equivelant for HTML on Android? using the format href='tele:123-555-1212' does indeed work on on android. I was testing the app within a native Java wrapper on the device. It does not appear as if we can make a call from a web application hosted in a Native Wrapper.

View 4 Replies View Related

Android :: Make Call Conferencing Of Two Calls

Oct 15, 2010

I have tried many things but not getting how to do conferencing in android. i can receive incoming call and make another outgoing call...but not able to combine those calls as "menu option merge do"...if i can take object reference of phone or call class(internal class of android) i can use conference method available theres.

View 1 Replies View Related

Android :: Make Notification That Does Not Call Intent?

Sep 23, 2010

I need to put a Notification in the Status bar while my app is running, but I don't want it to call back to my Activity if selected. Its meant to just be info to the user that the app is running - basically a reminder in case they press the home button and minimize it.

View 1 Replies View Related

Android :: Make A Call Without Dial In Background

Sep 15, 2009

Is possible to make a call programaticaly without the dial? I want to make an app that in background make a call, but i need that don't show the Dial app, only my own app.

View 7 Replies View Related

Android :: App To Make A Call And Play A Message?

Sep 21, 2010

I have an application that will need to make a call and play a recorded message. Is that even possible?

View 1 Replies View Related







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