HTC : Desire HD Freezing On Call / Unable To Hang Up

Oct 18, 2010

Just bought myself the HTC desire HD 2 days ago and couldn't be happier except for one thing. Whenever I make or receive a call everything works but I can't hang up...the phone goes dead but the call is connected until the person calling/being called hangs up, and then I have to take out my battery to be able to use my phone for texting/apps etc, everything else works fine its just the screen refuses to light up again after I take it away from my ear.

If anyone knows what could be causing this or a fix it would be greatly appriciated.

HTC : Desire HD freezing on call / Unable to hang up


HTC Droid Eris :: Unable To Answer Or Hang Up Phone After Call?

Sep 12, 2010

Anyone have a problem with not being able to answer the phone or hang it up after a call? Verizon hasn't been able to fix it either.

View 10 Replies View Related

Motorola Droid X :: Hang Up Icon Unresponsive - Hang Up Call Quickly

Jul 19, 2010

This has happened to me several times in slightly different cases. Several times I've mistakenly placed calls to the wrong people (due to just messing around with the phone).

In a panic, I pressed the "back" button thinking that it will cancel the call. It didn't. I also tried the "home" button. Also no good.

I had to drag down the notifications bar to see the phone call in progress and finally access the red Hang Up button. That worked. The problem is that is is SLOW. And worse, one time the phone would not respond to the button press until after several tries (maybe the CPU was busy on something).

Anycase, that would appear to be a major problem with all these touchscreen-only smartphones - lack of a physical Hangup button.

Is there any workarounds to this? Perhaps some sequence or combo of the existing physical buttons to forcefully hangup an errant call?

View 1 Replies View Related

Android :: Way To Hang Up Phone Call Via Api?

Feb 23, 2010

I've spend the last couple days looking for a way to hang up a phone cal via the API. I'm guessing for some "security" reason that Google does not allow this. Not being one to give up yet...is there any undocumented way to hang up a phone call? Of course the real solution would be for Google to add a HANG_UP_CALL permission and expose the hangup() method to the public API, but it doesn't appear that will happen.

View 2 Replies View Related

Motorola Droid :: Not Able To Hang Up After Call

Nov 11, 2009

Sometimes after I am done with a call the screen is black and I click on the screen to get it to light up so I can end the call with no results. I than push the little top button to turn on the phone by than the call has confused the voicemail I am leaving and I have to redo the message. I am leaving or push 1 or 2 go through all of that. Anyone else with the black screen and having to "unlock" the device issues? I want to never push that button on the top unless I lock it.

View 2 Replies View Related

Android :: How To Hang Up Outgoing Call?

Feb 2, 2009

We are new to Android and creating an application where one of the things we need is to control the outgoing call, at least to be able to stop it from our application. For now we tried using Intent.ACTION_CALL to use existing activity:

Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.parse ("tel:" + phoneNumber)); startActivity(callIntent);

But we can't figure out whether it's possible to stop launched by this default Call activity. Is it possible? If yes, how? If not, what should we use to write our own Call activity to make a very simple call? We would want this activity only to be used by our application, not for all outgoing calls.

View 3 Replies View Related

HTC Desire :: Unable To Make Call

Sep 1, 2010

i put my phone into airplane mode and wake it up when i do ,halfway through the day yesterday i tried to make a call ,the display said i was making a call ,but there was no sound from the earpiece no matter what i did.i hung up and tried again a few times ,same thing.Display showed full reception. I rebooted the phone and it worked as normal ,this has happened twice now,is it a hangover from airplane mode or something else ? ,anyone had the same thing happen?.

View 2 Replies View Related

HTC Desire :: Unable To End Call / Fix It - Is It Quite Normal?

Apr 9, 2010

Just dialed my network operator to listen to how much credit i had on my phone, but when i tapped on 'end call' the phone did not end the call, eventually i had to switch the phone off. It happened a second time too but seems to be okay now.

Is it something i should be concerned about, or is it quite normal, or maybe it's happened to one of you as well.

View 2 Replies View Related

HTC EVO 4G :: Wired Headset 2.2 / Manually Hang Call Up

Aug 3, 2010

Before I upgraded when I clicked the button on my ear buds with a Mic it would hang up the call I was on. Now when I click it it mutes the call. So I have to take my phone out and manually hang the call up.

View 1 Replies View Related

Android :: Key Event To Hang Up Incoming Call

Jan 14, 2010

I am trying to hang up an incoming call with injecting KeyEvent, however, got error below:

WARN/WindowManager(61): Permission denied: injecting key event from pid 296 uid 10024 to window Window{43d37708 paused=false} owned by uid 1001 java.lang.SecurityException: Injecting to another application requires INJECT_EVENT permission
Though I've added android.permission.INJECT_EVENTS to the project, still the same.

How could I deal with this situation, I just want to stop the call.

View 2 Replies View Related

Android :: How To Stop / Hang Up Outgoing Call?

Jun 22, 2009

I'm just doing an application that controls who to call and how many rings let the call do. For example, to not wake up someone in the morning we only do 3 tones. I'm using the standard BroadcastReceiver method to stop the call from going out. I explain here for the people who want to do it, also.

[ Manifiest ] 1.- You need enough permissions: <uses-permission
android:name="android.permission.PROCESS_OUTGOING_CALLS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
To make calls and process outgoing calls.

2.- You need a broadcast receiver that catches the broadcast intent:
<receiver android:name=".receiver.PhoneOutgoingCallReceiver" android:enabled="true" >
<intent-filter android:priority="0">
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
</intent-filter> </receiver>
[Code]

3.- You controls who can call in the:
@Override public void onReceive(Context context, Intent intent) { }

View 7 Replies View Related

Android :: How To Hang Up (disconnect / Terminate) Incomings Call?

May 3, 2010

"How do you hang up incoming calls (in Android of course)?"First, I know this question has been asked and answered several times, and the response is always "you can't". But if we look in the market we get a few applications (all private software, no access to the source code that do this action, such as CallFilter, Panda firewall and others.So does somebody know how these apps do the hang up action, (or terminate, or disconnect or whatever you call it)?And other question, if the first don't get a response.. does somebody know how send an incoming call to the voice mail?Of course, all questions are about how to do it programmatically. So with the voicemail question I know there's a flag in contacts that is used for that, but like I said, I'd like to know the programmatical way.

View 2 Replies View Related

HTC Incredible :: Auto End Call Feature When Other Party Hang Up

Nov 8, 2010

Does the Dinc have a way of ending the call automatically when the other party hang up without me having to physically push the end button. I guess this is useful when talking while driving and you know the phone will end the call when you set it aside instead of having to look on the screen. Is there a way to display while calling if the call is connected or the other party still has not picked up the phone.

View 7 Replies View Related

Sony Ericsson Xperia X10 :: Call Not Disconnected / Hang Up?

Sep 4, 2010

My mini is on a call and will not disconnect. I can also not turn the phone off, is there a way I can reset the phone?

View 4 Replies View Related

Motorola Droid X :: Cannot Hang Up Phone Call When Outdoors

Aug 25, 2010

When on a phone call outdoors and I want to hang up, I pull the phone away from my face and the display stays black. The proximity sensor is not sensing that I've moved it away from my face. I can't hang up the call. If I hold the phone above my head with the display facing toward the ground the display comes right back.

It works perfectly indoors. I've compared this to another phone and the other worked perfectly. I've read that the UV rays from the sun can interfere with the proximity sensor. Verizon does not recognize this as a problem but if you Google it you will see this problem goes way back.

View 4 Replies View Related

Android :: Hang Up Outgoing Call Disallowed By Default API?

Mar 1, 2009

I am developing an application where one of the things we need is to control the outgoing call, at least to be able to stop it from our application.

For now I tried using Intent.ACTION_CALL to use existing activity:
Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + phoneNumber));
startActivity(callIntent);

But stopping the call seems to be disallowed by default API. For example, enabling airplane mode during the call. Just an example, this hack didn't work for me.

View 9 Replies View Related

Android :: How To Use Headset Button To Pick / Hang Up Call?

Apr 14, 2009

When I'm testing the functionality of the headset button in a call, it just muted the mic, didn't hang up the call. And if there is no call, when I press the button, there will be a song playing, so I think the keycode is correctly reported. There maybe some code I need to add?

View 3 Replies View Related

HTC Desire :: Unable To Call Or Send SMS / Network Or SIM Error

May 27, 2010

My phone has worked without a problem till last nite. I had a few texts and calls early eve with no issues at all then later on when I tried a text it kept giving me a 'message not sent' message? At first I thought it was an Orange issue so didn't worry too much but this am it's still the same? On doing a bit of investigating I have found I can no longer make calls either. If I try it it doesn't even get too a dial tone it just beeps and returns to the initial call screen.

The phone is showing full signal strength? When I go too call settings>additional settings it shows 'network or SIM error'. I have put my SIM into another phone and it works fine and another SIM that I know works into my Desire and have the same issues so it must be the handset. What do you lot suggest? If I do a factory reset will I loose all my photos etc. from my memory card? Or could I just un-mount it and then reset?

View 9 Replies View Related

HTC EVO 4G :: Acreen Automatically Comes Back On In Pocket When Hang Up From Bluetooth Call / Why Is So?

Jul 13, 2010

His has been one of my biggest problems with blue tooth. I work in the hvac field and love my blue tooth head set. Here is my problem, When I hang up from a bluetooth call my screen automatically comes back on in my pocket. Then I end up with a pocket dial. I can not tell you how frustrating this is. I can not find a setting to solve this problem. If I answer via blue tooth why is my screen coming on after the call.

View 5 Replies View Related

Android :: Programmatically Detect Presence Of Hardware Call / Hang Up Keys

Jun 2, 2010

One of my clients wants a code method that returns a boolean. True if the Android phone has hardware red/green call/hang up keys and false if it does not.But not in a key press event as in the code snippet above. He needs to determine this up front if a phone has physical red/green keys or virtual ones.Is it possible and if yes can someone provide a code sample to achieve this?

View 1 Replies View Related

HTC Desire :: Powers Off And Switches On Itself - Hang

Jun 21, 2010

My phone suddenly powers off itself, then again switches on itself and gets hanged ( all of these times phone was connected to power cable for charging). I tried taking battery out twice and inserted it thinking that this may solve the problem but unfortunately it didn't help.

View 6 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: During Call Screen Goes Blank - Unable Press End Call Immediately

Nov 25, 2010

During a call my screen goes blank; I am unable press the end call immediately ..

View 4 Replies View Related

HTC Desire :: Screen Randomly Freezing / Is It Hardware Problem - Software?

Nov 8, 2010

I have an unbranded, rooted Desire running 2.2. My screen randomly freezes and cannot be used from several minutes, up to an hour or so. There is no set pattern to when this happens. I have done a hard reset, which has not sorted the problem. I am currently using the phone without the memory card to see if that is the problem, but the screen has already frozen briefly.

All the buttons work properly and any function controlled via buttons works when the screen is non-responsive, so it is not the phone that has fozen just the screen.

I have had the phone for 6 weeks. Is this likely to be some sort of hardware problem or software?

Has anybody else had this problem (couldn,t find anything from a search)?

A touch screen phone where the screen does not respond to touch is a bit frustrating!

View 1 Replies View Related

HTC Desire :: Since 2.2 Call Interface Update - Cannot Enter Numbers While Mid Call

Nov 14, 2010

Since updating to 2.2 recently, my phone interface when calling has gotten worse. It has the add call, hold, mute and speaker buttons on top of the number, so I cannot see who is calling. It also overlaps the bottom part.

That is not that bad, it is more preferance. The real problem is that I can not bring up numbers while in the middle of a call. This makes calling automated numbers, or more importantly, my voicemail.

Has anyone else come across this? If so, how did you deal with it? Is there a button I am missing? Or a new phone interface I can download?

View 3 Replies View Related

HTC Desire :: Beep - Vibrate After Call - When Connecting Call

May 31, 2010

Is there any way to stop the beep which occurs after making a call on the Desire? what might cause a vibration when connecting a call received?

View 2 Replies View Related

HTC Desire : END Call Before Connection / Disabled Until Call Has Been Connected

May 2, 2010

I'm having a bit of an issue with my new phone, A couple of times now I have hit the call button on the wrong person, (hand and eye coordination needs improving) and couldn't cancel it until I heard the ringing. I see the big red button "END CALL" but it seems to be disabled until the call has been connected.

Anyone even notice this or is there an setting to fix it? Please help me stop making embarrassing phone calls!

View 2 Replies View Related

Android : Unable To Call Out With GV

Dec 15, 2009

I am having issues with calling out with my GV number. I am with Verizon and everytime I try to make a call, a Verizon prompt comes on saying that the call cant be completed. I have searched the forums here and havent seen my issue posted. Is anyone else having this problem? I remember getting a GV update last week and then the problem started. I was able to call other states and countries before the update. I have tried to log out of GV and in and that doesnt work either.

View 6 Replies View Related

Android :: Unable To Call / SMS With My HTC Magic

Oct 28, 2009

I've been unable to call or SMS with my HTC Magic for over 24h now. I've restarted it three times, I've went in and out of flight mode a couple of times and I've selected my provider in the list both manually and through automatic.Still nothing. I've tried my SIM card in another phone and there I can call so the card in itself works fine. What really freaks me out is that I'm still able to connect to the internet through my provider. Incoming calls and SMS works fine too. It's reporting full connectivity at my current location and I've tried in several location (several kilomters apart). Does anyone have any idea what could be wrong? I've had problems when leaving airplane mode that it wouldn't register on the network but then nothing worked.

View 2 Replies View Related

HTC EVO 4G :: Unable To Video Call After OTA Update 06/29

Jun 29, 2010

Anyone else having a problem getting video chat to work from Fring/Skype? I applied this OTA update this afternoon, and now all i can get in Fring is audio. My FF cam shows myself, and Skype on the PC shows it's own webcam, but neither me nor the receiving PC can see each other's cams. I've done a reboot on both PC and EVO and still no video-to-video. I'm not saying it is the OTA that caused this, just wondering if someone else can test their Fring/Skype after the OTA has been installed to verify?

View 3 Replies View Related

Android :: Unable To Understand System() Call

Nov 18, 2010

I am using a system() call in a program , that is in c library. For 1st 9 calls it returns '0'(zero) after 10th call it returns 256. I do not know what does it mean. Please anybody help me. Following is the line of code int returnValue= system("/system/bin/cat /dev/graphics/fb0 > /tmpdata/Screenshot/screenshot.bin");

View 1 Replies View Related







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