HTC EVO 4G :: Touching Buttons While On Call
Jul 5, 2010I have now hung up on all my friends and am starting to get aggravated. Whenever I'm on a call, my face either presses the mute button or end call button. Any ideas?
View 2 RepliesI have now hung up on all my friends and am starting to get aggravated. Whenever I'm on a call, my face either presses the mute button or end call button. Any ideas?
View 2 RepliesDiscovered that the lock button on the side of the phone and the red end call button does not work...by themshelves! I have to push the home buttom and either one of the non-functioning buttons for it to work.
It's both a relief and pain to have figured this out. For the longest time, I thought the battery was horrid because when I would push the unlock button, the phone would not recognize it so the screen remains black making me think it off, out of battery. But then I noticed recently that the phone comes on when I hit the home button.
This is such a let down, you are never happy when your purchase breaks. Fortunitely I have the replacement insurance if it need be used. I was wondering if this is a known problem and can be fixed by me or if the phone need to be sent in for a replacement.
It's possible to specify a particular function to be called when button is clicked by setting its onClick attribute in xml:
android:onClick="function_name"
I want to do something similar for FocusChange of buttons, is this possible?
Specifically, I wish to increase my button's size when it has focus and make it normal sized when not focussed. To apply this to all my buttons, I hoped to call a specific function which does this and then specify this function name in my style.xml. But there is no onFocusChange attribute in android.
It works when I add overriden onSetFocusChangeListener for each of my buttons separately in the code. But is there any other solution?
There is now an app for this in the Market specifically for the HTC Hero. Uses the light sensor to lock and unlock the screen during a call. Proximity Sensor v1.0 Application for Android | Tools
View 37 Replies View RelatedIt's like a springy echoey feeling as opposed to the dpad, menu and answer buttons that feel quite firm by comparison? Is it just my phone?
View 7 Replies View RelatedSo when I am on the call screen, and want to hang up or pull the key pad to enter some numbers, sometimes it takes about 3 seconds for the screen to become responsive and those buttons to become press-able. I say 'sometimes' because many a times it just works outright and I can lower the phone from my face and tap the end call button and it works. But other times it can create situations where I want to hang up the phone immediately but cant. Does it happen with anyone else?? One reason for this could be bad proximity sensor, but if screen can light up on taking the phone away from ear, it means proximity sensor is working fine. Any solutions?
View 13 Replies View RelatedI want to create call accept and reject buttons looks similar to default buttons and having functionality same pls. answer it
View 11 Replies View RelatedI want to create call accept and reject buttons looks similar to default buttons and having functionality same.
View 1 Replies View RelatedI am not able to find out the perfect layout(viewgroup) to place four buttons as shown in the attached image. Basically, i want to place four buttons near the top/left/bottom/right edge of the screen. AbsoluteLayout helped, but it is deprecated (It is also better to avoid AbsoluteLayout as it is not very flexible for orientation changes)
View 2 Replies View Relatedwaiting for a swop out but just wondering if anyone has had a problem where the screen scrolls downwards of its own accord. Sometimes if on the browser, the screen will start going down the links. It's not just a browser thing either and can happen on any app or screen.It's an occasional thing. I've eliminated finger prints (put on a screen protector and it still happened), sunlight hitting the sensor (can happen indoors in the dark) and I've done a hard reset. It's driving me up the wall and I've been waiting 10 weeks for a replacement from T-mobile now (although the keep refunding me money so I can't complain too much).
View 10 Replies View RelatedMy tablet has a problem that it usually (not always but most of the time) disables all sounds when I touch the screen. Depending on how long I touched the screen the sounds return immideadly or few seconds after I let go. When the sounds return it plays some of the sounds that should have played when I was touching the screen.
Android version is 4.1.1 and model number of the tablet is rk30sdk.
I was wondering whether there was a way, if you have a webview with some html being displayed in it, to obtain which part of the html is touched by the user. For example, say I have a webview that's displaying, in just plain text (no links), the following:
The quick brown fox jumped over the lazy dogs.
If the user touches the word "lazy", can I somehow obtain information that he has touched that particular word? Perhaps there is something in the WebView or WebViewClient classes that maps sections in the html data to x, y coordinates?
I own an HTC Hero and the phone can only be awaken by pressing the menu button or the power off button. Dunno if it's like this for every Android phone. I'm looking for a way to awake the phone by touching the screen. My idea is to replace the KeyGuard with something else but instead of awaking the phone by pressing one of those buttons, I would like to do it by touching the screen. Is this even possible or the Androd framework doesn't provide this functionality at all?
View 3 Replies View RelatedFor the past 2 day every so often my phone selects stuff on my phone without me touching it. I have tried hard resets and also I set my phone back to factory default like it was right out the box. Still does it. Even tried to recalibrate screen.
View 1 Replies View RelatedFor all of you having battery issues (lasting only a few hours, etc) I think I've found a fix. Yestarday my phone was dead after only being on for about 6 hours. I got home about 10 hours after it died. I left it plugged in for about 2.5 hours until it said "Charged". *Note* First it said "100%" but took about 40 minutes until it said "Charged". That was about 10 PM last night. I ran some movies on it for 3 hours with Full Brightness on. I went to bed without plugging it in. This morning I did another 2 hours of movies. It said 50%. After rebooting it said 60%. Another 42 minutes of movie watching, reboot, still says 60%. Conclusion: If you completely discharge your phone then let it charge full without touching it during the charging it seems to fix the battery.
View 1 Replies View RelatedTry SpriteMethodTest, set 100 sprites, select OpenGL / Use VBO, let it run for a while. You will get something around 20ms / 50 fps. Now run it second time, and simply touch screen while test is running. You will get something around 35ms / 29 fps. So it is 15 ms difference. As I understand, the answer is simple - it is that dispatcher thread running with THREAD_PRIORITY_URGENT_DISPLAY priority.Setting THREAD_PRIORITY_URGENT_DISPLAY priority (will it work on non- ADP firmware?) on renderer thread yields 30 ms / 33 fps.
View 9 Replies View RelatedThe stock alarm insists on making me slide the screen to snooze it super annoying. Anyway to get it to snooze just by touching the screen anywhere? Would download a replacement, but don't know which one would allow for this.
View 18 Replies View Related1. When does OnItemSelectedListener get called?My expectation was that when an element of a ListView was clicked/ touched that the OnItemSelectedListener would be called. My OnItemSelectedListener is not called when a list element is clicked/ touched. (It is called if the list has focus and I move through the list with the arrow keys in the emulator) Is that the way it works? This ListView has an adapter that supplies TextViews for drawing the list elements.
2. With a ListView set up this way who handles display of selected list items? Does the ListView do it or should the adapter configure the views it supplies to make them look "selected?"
How to drag an image by touching in android?
View 2 Replies View RelatedReplaced my Droid X with the RAZR M.
How do I create/edit a contact so that SMS/Text is not an option for a number. I want to hit that contact and have it immediately dial. Some contacts I imported from gmail are already like this but new contacts always have phone or text as the options so I have to select the phone icon to actually dial.
Problem came up because the default voicemail app keeps trying to sell me Visual voice mail. The default Voicemail contact number is not editable so I can't add my pin. Finally deleted the default contact and added my own. So far so good except it always wants to know if I want to send a text?
When trying to use tasker to shut off wifi after touching an nfc tag I occasionally get the following:
It happens about 50% of the time and I'm not sure what I'm doing wrong. I'm running on an AT&T Galaxy S3 running Task's AOKP newest build. Is this a tasker issue or something else entirely?
I want my application to resume what it is doing regardless of where I press the icon (Home screen, app picker, or running apps). Right now if my app is in the background and I press the icon on the home screen, the app restarts with my Main Activity. Once here, if I press the back button the app resumes from the activity it left off before it was put in the background. If it's running in the background and I hold the home button and select my app from the current running apps, it resumes correctly. How do I avoid my app from going to my Main activity when it is selected from the Home screen or app picker? I have tried adding the following in my Manifest XML file, but it doesn't help: <activity android:name=".Main" android:launchMode="singleTask" android:alwaysRetainTaskState="true" android: label= "@ string /app_name">
View 5 Replies View RelatedRunning my finger along the side of the case I noticed a weird sensation that at first I though was the finish on the casing, but it registered as more than that, so I unplugged it and it went away. Have since discovered that the sensation is only present when plugged in, but NOT charging - i.e. power light is green.
View 23 Replies View RelatedIs this possible? Many times my phone is in a holding frame of some kind (cars) and the button on the side isnt easily accessed. Is there an app or a way that a simple tap on the screen can activate the phone instead of requiring pushing the button on the side?
View 5 Replies View RelatedI've noticed that I'm getting little tingling shocks to my right index finger whenever I touch the Evo's screen.What's even stranger is that I don't feel the sensation on any other fingers on either hand. Has anyone else had a similar experience with their evo screen and finger feeling little shocks?I'm not imagining this, and I'm wondering why the heck it's just my index finger?!? Maybe it's just more sensitive, but who knows.I would assume that the capacitive touchscreen technology is the culprit. I can live with the slight tingling, I just don't know why it's only on 1 finger!
View 8 Replies View RelatedI want to create an event to change what my image button looks like, but only when it is being pushed down. So far I have been using an onTouch listener, but that just changes it permanently. I can't find anything like an onKyeUpListener() type of thing for the button.
Does anything like this exist? code...
I'm trying to do something in my app where you have to hold your finger on the screen for more than 30 seconds. After about 30 seconds, it stops sending onTouchEvents for that part of the screen, almost like a "dead zone." Tested on a motorola droid, and is there any way to stop this from happening?
View 6 Replies View RelatedAnyone have download and played the "Air Attach"? In this game,
1.The man can go right when you touch and move finger to the right and can go left when touch and move finger to the left,
2.Touch and release, it is launching a missile
I'm also want to develop a game and have this function, Would you tell me how to implement it?
Is there a way, other than touching to move between entry fields on a form or email?
View 2 Replies View RelatedSo my gf just got a Motorola Droid and I'm not used to the Droid features. Is there a way to make the ringer stop ringing when you touch the screen? Or an app you can download to make this happen?I did a search but couldn't locate anything
View 2 Replies View Related