Sprint HTC Hero :: Accept / Decline - But Not Always On Incoming Calls

Jan 11, 2010

Sometimes when I get a phone call, I get the Accept / Decline Buttons on my phone. Other times, I don't get these options and only a choice to slide the screen to unlock to answer. This has been annoying, sometimes difficult to answer, and at times I have missed calls. I read in another post that I can simply click the: Green button / Red Button on the phone to answer or send to voicemail.

Question: Why is it that on some calls I get the Accept / Decline and on other calls I don't? I'm not sure if it has something to do with calls numbers matching my contact list vs. unknown numbers. Sometimes I get it, other times I don't. Is there a way to set my phone to get: Accept / Decline every time?

Sprint HTC Hero :: Accept / Decline - But not always on Incoming Calls


HTC Incredible :: Not Voice When Accept Incoming Calls?

Sep 24, 2010

2.2 froyo OTA
rooted, virtuous 2.7 + custom kernal
setCPU with just screen off profile

It is very sporatic but happens quite frequently. Sometimes i will see an incoming call, hear the ringer, then when i click "Accept" it appears to be connected, but i hear dead silence. Then about 10 seconds later the call is ended. It may happen a few times in a row, and it also may not happen. I never have any issues dialing out though. I know the people calling me, and sometimes it is people who don't call regularly. They wouldn't play games like prank call me.

View 14 Replies View Related

Sprint HTC Hero :: Hero On Sprint 2.1 & OTA Doesn't Ring On Incoming Phone Calls

Jul 5, 2010

I have read a couple of threads that touched on this ring issue, but was unable to find any that had a solution or work around.Since the 2.1 update and the OTA update, many times when an incoming call comes, the phone doesn't ring. If I happen to be in front of the phone, I can see the screen change showing an incoming call.If I am listening to Pandora Radio, when the phone rings, Pandora stops, but the phone never rings.If I am not near or looking at the phone this results in missing the call.If I shut off the phone and re-boot it appears to ring fine, but at some point later in the day or week it will quit ringing.I normally never turn off the phone. Should I start to re-boot every day?

View 4 Replies View Related

Sprint HTC Hero :: 2.1 ROM's (Incoming Calls / Messages / GPS)

May 10, 2010

I purchased the HTC Hero from Sprint around a week ago, and it came with a stock 1.5. Had no issues at all, so today decided to try out the leaked 2.1 RUU. Updated without a hassle, but I've been experiencing some issues. This led to me repairing the bootloader and then trying DamageControl 2.08, and now finally fresh 2.0d. All installations went perfectly, nothing to call home about.

It cannot automatically detect my timezone, and it has no clue as to my location for weather nor other features. When I enable the GPS to go onto Maps, it locates me as around 1,000 miles off the west coast of Africa, whereas I'm in Pennsylvania, USA. I can call my phone from another line, but no response on my phone (no calls received, nor missed calls). When voicemails/messages come in, they flood in (10 new messages, etc, that have all stacked up).

I'm using the Wireless Tethering that comes with Fresh 2.0d, and I used PDANet/EasyTether prior to now (as my sole internet is tethering). I'm wondering if this could have at all affected it. Even with tethering disabled for a good hour, still nothing can reach me. If anyone has any suggestions, that'd be greatly appreciated. (Perhaps a radio update?)

View 8 Replies View Related

Sprint HTC Hero :: How To Receive Incoming Calls Using PdaNet?

Jan 16, 2010

How do I receive incoming calls using PdaNet with Sprint HTC Hero?

View 1 Replies View Related

Sprint HTC Hero :: No Incoming Calls And Notification Of Voicemails

Jan 17, 2010

HTC Hero on Sprint. I cannot receive incoming calls. I can call out, text, email, and get online. but no incoming calls coming in. I can get voicemails if I call, but no notification of voicemails.

View 2 Replies View Related

Sprint HTC Hero :: Screen On Picking Up Incoming Calls

Nov 28, 2009

Before the update, I had a screen similar to the alarm clock screen - an arc to pull down that would answer the incoming call.But after the update, I could have sworn there was a different screen. Like instead of that arc-bar, there was a green and red "answer" and "ignore" buttons. But now its the arc bar again.can someone shed some light on this?What does YOUR screen look like when receiving a call?

View 4 Replies View Related

Sprint HTC Hero :: GV Incoming Calls / Not Displaying Caller ID

Oct 24, 2009

Is anyone else using GV with their HERO? My incoming calls are not displaying a caller ID. Anyone else having this issue?I just checked and even if I call my Sprint # directly I have no incoming caller ID displayed.This must be a Sprint issue and not Google Voice.

View 2 Replies View Related

Sprint HTC Hero :: Incoming Calls Go Directly To Voicemail When Listening To Music / App For Fix?

Nov 29, 2009

All incoming calls go directly to voicemail when I am listening to music on my Hero. Is there a setting I haven't found to address this? Or an app?

View 9 Replies View Related

Sprint HTC Hero :: Decline Button Not Sending Call Directly To VM

Oct 29, 2009

Just talking on the hero when another call beeped in, screen came up showing who was calling. I hit the Decline button which is supposed to send the call directly to VM, but it only made the screen go away. I kept getting the beep notification that another call was trying to get through and then the choppy dial tone hang up signal after the call eventually made it to VM.

View 6 Replies View Related

General :: Cannot Decline Calls

Aug 2, 2013

we have a phone that is not declining calls correctly while it is locked. It is a Motorola phone, i think it is a droid. When it receives a call, it rings and you have to drag the little ring up to either answer or decline the call. Even when it is dragged to decline, it will answer.

the same does not happen when it is unlocked, because then it is given answer and decline buttons and he can just hit decline and it works.

View 2 Replies View Related

HTC EVO 4G :: Slide To Answer / Decline Calls Feature

Sep 7, 2010

So, the slide to answer / decline "feature" on my EVO is driving me crazy. I keep the phone in my pocket. When I go to answer it, it will generally auto answer or auto decline a phone a call. Is there a replacement screen for this? I'm rooted, so I could go with a different ROM if needs be? Or a mod or something? I've seen other people talk about it - but with no resolution.

View 6 Replies View Related

Android :: How To Accept An Incoming Call By Clicking A Button

May 6, 2010

I'm trying to implement my own phone call handling UI. What I want to do is, if a call comes in, the incoming telephone number and a picture are displayed, and, if I press a button, the incoming call will be accepted/answered.

Sadly, the code does not work. At first, an exception is thrown if I press my answer button:
ActivityNotFoundException: No Activity found to handle Intent {act=android.intent.action.ANSWER

Then I added an entry in the AndroidManifest.xml: I run the app again, there is no exception anymore. However, I doubt the incoming call is not really accepted. Because if the press the Android's screen answer button (green button), the incoming call is accepted and a green in call icon is also displayed on the upper left corner of the emulator screen, while my app doesn't.

I also read the Phone app's source code in android source. There is method such as acceptCall() in the Phone class. But these codes seem difficult for me to use, because there are many imports declaration in the code, such as :

import com.android.internal.telephony.Call;
import com.android.internal.telephony.CallStateException;
import com.android.internal.telephony.CallerInfo;
import com.android.internal.telephony.CallerInfoAsyncQuery;
import com.android.internal.telephony.Connection;
import com.android.internal.telephony.MmiCode;
import com.android.internal.telephony.Phone;

And, if I add these imports in my code, there will be too many errors, such as : "The import com.android.internal.telephony cannot be resolved" What is the right and simple way for my problem?

View 1 Replies View Related

HTC Hero :: Why Is Shake Awake Not Secure For Incoming Calls?

Feb 8, 2010

I just downloaded Shake Awake thinking I'd give it another shot.In the settings, it says that enabling it for incoming calls may not be secure.Why is that?

View 1 Replies View Related

HTC Hero :: Block Incoming Calls While Activing Data Connection

May 25, 2010

I am trying to find a way to block incoming calls while I am on the internet. It seems like right when I am about to finally get to what I am looking for someone calls just to say what's up. Is there an app or setting that will send those calls straight to voicemail

View 3 Replies View Related

HTC Hero :: Error With Incoming Calls / Goes To Voicemail After Fourth Ring

Dec 16, 2009

When my friends call me, my phone starts ring between third and fourth free signal on theirs side, then the time I am realizing it rings and it's in voicemail already.very annoying.what makes this in-acceptable delay?

View 3 Replies View Related

KitKat 4.4 :: Answering Incoming Call By Tapping On Accept Button Screen

Mar 11, 2014

I upgraded to KitKat 4.4.2 (Samsung Galaxy S4) and the "touch to answer" is enabled again.

How can I disable this? Even I have Easy Touch Mode "unchecked" it still answers only with tapping.

When I used Android 4.2.2 it was working fine. I don't want to use this !!!!

View 3 Replies View Related

HTC Hero :: Incoming Texts And Calls - Blue Lock Screen Pops Up

Nov 22, 2009

when ever i get a text or call the blue lock screen pops up and STAYS like that unless i dismiss the screen or look at the text, how do i make it like idle or dim? When posting your question it is highly recommend to specify your:

ROM version (Menu > Settings > About phone > Build number)
GSM Provider and Country

In some cases it is also advisible to list apps running when you have an issue. All that will help us to deal with your question more quickly. (C) HTC Hero - Read First

View 2 Replies View Related

Android : UDP Server Doesnt Accept Calls From Outside / Way To Fix

May 12, 2010

Ive implement simple udp server on my Android device.(sdk 1.5) it works fine when i am running a local client on the phone sends through it trigger to my server. but when i try to get udp call from an outside server to my phone, it doesn't work. already make sure the outside server isn't blocked by firewall and it's sending the udp trigger to the right port, which my phone is listening to.

View 1 Replies View Related

HTC Hero :: Slow Decline In RAM

Oct 24, 2009

I rebooted the phone, opened up task panel and it showed over 100mb RAM on the top bar, after a couple of days, whenever I kill all apps, the total cleared RAM went down slowly and now it goes to max 70mb. What happened to the 30mb of RAM I was getting before?

View 8 Replies View Related

HTC EVO 4G :: Screen Not Accept Slide Down To Answer Calls When Phone Unlocked

Sep 16, 2010

Another Evo issue: at times, when the phone is locked, screen won't accept the slide down (to answer) or up (to decline) ringing phone.

View 7 Replies View Related

Sprint HTC Hero :: Hangs During Incoming Call

Jan 30, 2010

I'm having a very annoying problem with my Sprint HTC Hero, as follows:

When an incoming call comes in after my phone has been dormant for a while (screen off), I am often unable to answer it, because the phone just hangs for about 5 or 10 seconds. That is to say, the phone rings, and the screen lights up and displays the caller ID, but when I try to drag the slider down on the screen to answer the call, nothing happens -- the screen is basically frozen up. It hangs like this for a few seconds -- just long enough that I'm unable to answer the call in time.

Does anyone else have this problem? Do you guys think this is a software issue or a hardware issue? And, most importantly, does anyone know of a fix for this?

View 6 Replies View Related

Sprint HTC Hero :: Ability To Have Incoming SMS Txt Unlock Screen

Jun 11, 2010

One thing I find annoying is that when I get a new SMS text message or MMS I have to hit the red button, then swipe the monitor to unlock the phone to read the message, unlike when an incoming phone call comes in, I can just swipe the monitor and it will answer the call. Is there an app out there to make it so that all incoming txt messages will automatically unlock the screen so that I can just reply without having to go through all of the steps simply get to the txt message itself?

View 3 Replies View Related

Sprint HTC Hero :: Can I Turn Off Default Incoming Ringtones?

Dec 11, 2009

How can I turn off the default incoming ringtone, but allow personal ringtones to continue to function? I would like to specify what specific calls will cause my phone to ring.

View 2 Replies View Related

Sprint HTC Hero :: Vibration With Incoming Text Message

May 31, 2010

anyone know how to turn it off? after the update to 2.1, this feature seems to be gone. seems the only way to turn off vibration when receiving an incoming text message is to put the phone on silent. but then you miss incoming calls. also, my htc weather widget doesn't work either. keeps saying "no weather data available", no matter if I have the mobile network on or Wi-fi. anyone else having this issue?

View 5 Replies View Related

Sprint HTC Hero :: App To Change Incoming Call Options?

May 12, 2010

Is anyone aware of an APP, or any way to change the way i answer an incoming call. First when i am pulling it out of my pocket i accidentally answer it before i am ready to. The other problem is when i see someone is calling and i try to answer it, the call gets hung up on sometimes. I was hoping that somehow maybe an app would appear on the screen where i could enter a code or something like that.

View 2 Replies View Related

Sprint HTC Hero :: Changing Notification Sound With Incoming Texts?

Jan 20, 2010

I have only had my Hero for a couple of days but am quickly become frustrated. Is there any way to change the notification sound with incoming texts? Also, every time I receive and incoming text my phone also vibrates. I've looked under notifications and can't find any way to change this. I'm about to pay the restocking fee and get a new phone.

View 5 Replies View Related

Sprint HTC Hero :: Can't Download Incoming MMS Messages / Whats Wrong?

Mar 18, 2010

Incoming MMS messages are not downloaded or the phone says it cannot download. Whats wrong? i did not use to have this on my previous moment or hero before this one.

View 5 Replies View Related

Sprint HTC Hero :: Cannot Receive Calls While In 1x

Jan 16, 2010

Noticed this the other night. Calls go strait to voicemail. As soon as it goes into evdo, calls resume as normal. If I turn off the network, I never have an issue. Any idea?

View 8 Replies View Related

Sprint HTC Hero :: Calls Being Sent To Voicemail

Apr 13, 2010

Although there are a few threads about calls going straight to voice mail in other phone sections, I have yet to see one here. From what I read, there isn't a solution, but I still want to ask being that it is now happening to my Sprint Hero. Anyone know what causes it, or if there is a setting one can change to stop it.

View 14 Replies View Related







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