Android : Way To Send Text / Call As Another Number?

Jul 6, 2010

I'm not sure if this is real or not, but I think I've heard of some way to cloak your phone number and fake another number on a call or text.

Android : Way to Send text / call as another number?


Android :: Call Manager , Whitelist And Firewall App To Add Specific Number And Send Them To Voicemail?

Feb 11, 2010

Please point me at the best call manager, whitelist, firewall app that will let me add a specific number and then send them to voicemail.

View 21 Replies View Related

Android : Receive Quite Few Text Messages Off Companies Who Send Them Using PC - Appear As From Company Name Rather Than As Phone Number

Jan 4, 2010

Basically, I receive quite a few text messages off companies who send them using a PC, and so they appear as from the company name, rather than as a phone number. For example, texts from T-Mobile appear as from "T-Mobile". However, for some reason every text I get off a company starts a new thread, rather than all being in the same thread.

View 2 Replies View Related

General :: How To Send Text Using Google Voice Number

Dec 5, 2012

I had my number ported to Google Voice and have been using it to make and receive calls for the past two weeks. I was also using it for texts, or so I thought, but yesterday I found out (by looking at my friends phone), that after I sent him a text, my carrier's number was the one that showed up as the sender, instead of my Google Voice.

I thought Google Voice automatically used your Google Voice number for texts too? Am I doing something wrong in the middle?

View 11 Replies View Related

Android :: Speak Contacts Name Or Number When Get Call Or Text?

Apr 27, 2010

Is there an app/add-on for Android that will speak my contacts name or number when I get an incoming call or text? I absolutely LOVE that feature about my Dare and will miss it greatly. Helps me know if I need to get the phone out of my pocket for an important call or if it can go to voicemail. Is there a feature in Android that can speak my contacts to me...like "call from Dad's Cell" or "message from Robert" like my LG Dare?

View 1 Replies View Related

Android :: How To Display Call Window When Click On Phone Number Text?

Oct 19, 2010

Im displaying contact details on a screen. I need to display phone call window to appear when user clicks on phone number in the contact details.

View 1 Replies View Related

General :: How To Send Text When Ignore Call

May 2, 2013

When I ignore a call, it goes directly to my vm. I know there is a way to sent a text, but I have not been able to figure it out

View 1 Replies View Related

Nexus :: Make A Call Or Send A Text It Wont Go Through

Apr 2, 2010

Sometimes when im trying to make a call or send a text it wont go through. mostly with texting. I can see on the 3 icon that it gets stuck on sending. I have to turn the phone of and on and then wait a few secs and try again. Not a full shut off but a quick tap of the power button. It is very annoying. started happening last week. I havent done a complete reset of the phone cause i dont want to go through the whole reinstalling apps thing.

View 17 Replies View Related

Samsung Epic 4G : Can't Send Text While On Phone Call / How To Fix?

Oct 3, 2010

so my last phone was the palm pre and I could send text messages while I was on the phone now with this epic I can send them and they say sent but they dont get received until I hang up the phone call I am on whats the problem here, why did this work on my pre buy not on the more advanced phone?

View 3 Replies View Related

HTC Incredible : Way To Send Text To Reject Incoming Call?

Jun 10, 2010

Still waiting on my DINC while using my WM TP2. I have one well two feathers I like to have on my DINC. I am tech support and get calls all the time: 1. On my TP2 when on a call and a new incoming call comes in I can reject that call with a 'send txt' button and it send the caller a text I pre-created to let them know I am busy. Is it possible to do this on the DINC? 2. There is a free app my TP2 uses to record all calls automatically and it helps me because I cannot not write many times when I am driving or running network in a ceiling so the ability to playback a saved call is huge. Is there a app out there anyone use to record calls on the DINC? (pls do not concern me about the legal side this is for me and me only and there are apps that can do it which I am doing now)..

View 5 Replies View Related

Motorola Droid :: Get Pictures That Go With Contact To Show Up When They Text / Call Gvoice Number?

Nov 12, 2009

So I have my Facebook account set to sync with my contact but I use Google voice all the time for text and phone. Is there a way to get the pictures that go with my contact to show up when they text or call my gvoice number?

All my pictures are from Facebook so if everything works right the pictures I see in gvoice should be the same as the profile pix in FB.

View 5 Replies View Related

HTC Droid Eris :: How To Send A Busy Text Message When Already On A Call

Jun 15, 2010

I accidentally sent a text message to a caller today when I was already on another call. That's a cool feature and I'd like to use it, but I'm not sure how it happened?

I found the option to change my outgoing text message under my settings, but now I just need to know how to use the feature. I tried it a few different ways with my son calling me while I was on another call, but I ended up dumping him into voicemail instead of sending the text message.

View 1 Replies View Related

HTC Incredible :: Set Phone To Send Text From Pc Using Cell Phone Not Google Voice Number?

Aug 6, 2010

Is it possible to set it up so I can send a text from my computer using my cell phone # and not my google voice # ?

View 1 Replies View Related

Android :: Call Forwarding To Number On To New Predefined Number Automatically

Aug 12, 2010

I would like to forward all calls to my number on to the new predefined number automatically. Is it possible to forward incoming call? Probably it is possible for Froyo at least. I found application called Easy Call Forwarding. But many people reckon it dosen't work actually. We can notice forwarded call by onCallForwardingIndicatorChanged() from PhoneStateListener but I have no idea how to set forwarding mode.

View 1 Replies View Related

Samsung Epic 4G :: Send Text Message Using The Keyboard Instead Of Tapping Send On-screen?

Sep 1, 2010

How do you send a text message using the keyboard instead of tapping send on-screen?

View 2 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Send Text Message It Says Cannot Send

Oct 12, 2010

When i try and send a text message it says can not send, i have done an update too my phone.

View 7 Replies View Related

Android :: Send Sms With A Phone Number In Parameter

Dec 16, 2009

I am trying to send a sms throughout an application. I want the user to be redirected to the default sms interface, but I want to give in parameter the phone number of the receiver of the sms.

Here is my code:

CODE:.........

The problem here is that it doesn't take the value of the phone number, it is still empty.

I also added this: m_intent.putExtra("sms_body", "Hello World"); and it is working.

View 3 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 :: Can Send A Push Notification To Phone Which Only Have Its Number

Jul 19, 2010

Basically I'm asking about the Client Id - How do I contact someone without having them contact me first?

View 1 Replies View Related

HTC Hero :: Send Contact Number By SMS

Jan 27, 2010

It's been asked before but never answered as far as I can see. want to send Contact A's phone number (and only the phone number, not the whole contact) to Contact B by SMS. If I go into People and press menu-> more->Send Contact, the hero attached a Vcard to an MMS. Which I don't want. Just the number. What's more, Vcard sending doesn't even work when sending to another Hero let alone to another type of phone.
Any tips? Handcent doesn't appear to do this either.

View 2 Replies View Related

HTC Desire :: Unable To Send Text - Warning Persists Despite Text Being Sent

Sep 29, 2010

My HTC Desire was running well but I've developed a really irritating issue which seems to have started since the Froyo update (O2). Quite often when I send text/sms messages I get the Unable To Send error warning in the top left of the main screen. At first I was hitting the Resend option all the time but it keeps coming back and I noticed that if I check my text messages All Messages box then the message has actually been sent, yet the Unable to Send message persists until I use the Clear option. Has anyone else noticed the same thing?

View 4 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 :: How Do I Play Automated Call To Number?

Jul 24, 2010

The text to speech API in android is awesome.. Is there any way in which I can play this text to speech content to a call instead of the speaker? As in I call a number automatically and then play text to speech to the callee.This is not another opening to phone spam if you are wondering.. Working on an automated distress call system :D

View 1 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 :: Call Last Number Dialed On Moto Droid > 5

Nov 30, 2009

Can anyone call the last number they dialed in less than 5 moves on Motorola Droid without having that contact set as a direct dial shortcut on their Home screen?This is after screen has timed out and phone shotcut is not already open. I currently have to>press power>swipe or use pattern>press phone>press call log> press phone icon next to name. If the answer is no, people really need to think twice when they say how the phone is so easy to use. If it can be done quicker, please show how.

View 2 Replies View Related

Android :: Retrieve Incoming Call's Phone Number

Dec 5, 2009

I would like to retrieve the incoming call's phonenumber and do something with it.Could you please help me because I can't find any information about this.Where do i start and how do i get hold of the phone number?

View 3 Replies View Related

Samsung Captivate : Settings And Changed My Smsc Number - Can't Send SMS

Jul 31, 2010

I was playing around with my settings and changed my smsc number. Now I cant send texts! Is there a way to find out what my original number was, a way to reset it, or a way for me to send text again?

View 1 Replies View Related

Jelly Bean :: Send SMS Option When Clicking On Number In Message

Nov 11, 2013

On iOS within any app, multiple options are available when clicking on a phone number contained within any text in any app. Eg: save to contacts, call, message etc etc.

Today somebody sent me their number in a Facebook message and the only option I had in the "complete action using" popup when clicking on the number was to call it or Skype it.

I wanted to SMS it, or at least save it to contacts.

Using 4.3 on an HTC One. And GoSMS

View 5 Replies View Related

Android :: Way To Use Fring To Call Landlines Have Skype Phone Number?

May 27, 2010

Is it possible to use fring to call landlines if you have a Skype phone number? ( I pay monthly for a skype number).

View 3 Replies View Related

Android :: Simple Way To Call Phone Book And Return Number

Jun 19, 2010

I'm really new in Android programming, so I have a simple question getting a phone number from contacts in my application. The method I want to implement is that the user clicks a button in my app and will be forwarded to the contacts. In contacts user has to click on a phone number and this number should be returned to a textfield. Is there a simple way to do this instead to implement it by ContentResolver?

View 1 Replies View Related







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