HTC EVO 4G :: Touch Input Freezes / Works Incorrectly

Nov 4, 2010

To start: I searched the forums for this problem but didn't see anything similar. If this is a repost, sorry, please give me a link to a solution.The problem seems to go away when I shut off the screen and then turn it back on again. However, I sometimes have to do this three times in order to type a single sentence text. I did a hard reset earlier today and it was fine for a few hours. It seemed to come back after I installed some of the apps I had before it was reset. I've read that there was an issue with the earlier Evos about the screen not being grounded, but this seems more of a software issue to me. Anyone know what I can do?

HTC EVO 4G :: Touch Input Freezes / Works incorrectly


Android :: OpenGL Works Incorrectly When Projection Matrix Is Set To Identity?

Jun 23, 2010

I have an OpenGL app that manipulates it's geometry in screen space to acheive some effects, and therefore bypasses OpenGL's matrices by setting modelview and projection to identity. For some reason, Android's OpenGL implementation seems to be unhappy with this, and doesn't draw anything. The same app, compiled from the same code base, works fine on windows and on iPhone. If I load the app's projection matrix into GL's matrix, and multiply it's inverse with the final geometry prior to drawing it (which is effectively a no-op) it displays correctly.

View 6 Replies View Related

Motorola Droid :: Facebook Touch Identifies Phone Incorrectly

May 4, 2010

Ever since the 2.1 update (forced following directions on here) when I go to the facebook touch site in the stock browser (or xscope) it says at the bottom "Download Facebook for your Hero" but I have the DROID.

View 3 Replies View Related

HTC EVO 4G :: Google Freezes / After Turning On It Works?

Jun 17, 2010

Sometimes when I want to use Google, it cannot find your location and then freezes. I have to power off and then power on to reset. My wifes phone has the same settings as mine and hers never does this. It is very frustrating. I have cleared the cache and history, etc. Anybody?

View 1 Replies View Related

HTC Incredible :: Swype Freezes And Keyboard Disappears On Dictionary Input

May 5, 2010

For some reason if I try to input a word into the swype dictionary specifically 'haha' it freezes for a second and the keyboard disappears. Why this would happen?

View 8 Replies View Related

General :: Input App For Windows That Actually Works Properly?

Sep 5, 2013

I've tried Unified Remote and WinApp off the market, both highly rated, both practically useless for me, if for example you run a setup program the input just stops working so you have to plug a mouse in to complete which completely renders the app pointless to me. That was just an example, all of the ones I've tried have been so flakey as to be frustrating.

Are there any apps that can act as keyboard and mouse for a remote windows system that actually work 100% of the time?

View 1 Replies View Related

HTC Desire :: Touch Input Languages

May 9, 2010

I have bought my Desire in UK where I live, but because im from Poland I use polish as well. It didnt take me long to find out the More Locate app which is great.. I can use predictive text in polish but there is a problem... when i want to use english and change it in preferences I cant chenge it back to polish because there is no such an option. The only way is to unistall more locate and reinstall it which is a pain... is there any way to fix it, so I can change the language in preferences? I have tried to install HTC_IME... its in the phone's settings but its not available during writing.

View 3 Replies View Related

HTC 4G :: Touch Pad Keyboard Works On EVO

Jun 8, 2010

I was a former WM user and my touch keyboard of choice was Touch Pad. It has better prediction than the HTC keyboard, is bigger, and has extra swiping shortcuts to make typing a breeze. Watch a video on youtube to see all of the shortcuts. You easily switch from qwerty, compact qwerty (my favorite), and numeric pad layout by swiping from left to right. Do a search in the market for touchpal and it will bring up the Chinese version. Download it, go into settings > keyboard and languages and select (select checkbox) Chinese touchpal. The next time you have a box to type in long hold and select change input method and select Chinese touchpal. When you open the keyboard you have to hit the little sprocket wheel in the bottom left corner to change the language to English.

View 23 Replies View Related

HTC Desire :: Missing Touch Input Settings

Jul 17, 2010

I just purchased this awesome phone a few days ago, and while searching the forums on how to disable the word prediction, alot of people suggest to go to the Touch Input settings in the phone, but whenever I go to Settings -> Language & Keyboard, the only choice I have is to Select Locale, which in turn gives me a list of the locale, so I choose the Locale then it just returns me to the Language & Keyboard settings screen which only has the Select locale option. So I can't find the Touch input settings to try and disable the word prediction.

View 3 Replies View Related

Motorola Droid :: Touch Input Keyboard

Mar 25, 2010

Went to settings>language and keyboard, and checked "Touch Input". Tried to use it on Handcent SMS, and it keeps force closing. Worked fine on my previous Droid. Any suggestions?

View 2 Replies View Related

Samsung Moment :: HTC Touch Input Keyboard

Dec 11, 2009

this keyboard is light years ahead of the default virtual qwerty.I bought the Moment for the hard qwerty and absolutely love it, but hated to have to open the phone for each and every little thing due to the god-awful virtual keyboard.Installing HTC's Touch Input was the best decision I've made. It's super responsive and typing is almost as easy as with the iPhone. I use the T9 numeric as opposed to the full qwerty. There's also a compact qwerty if that's your thing (Blackberry-esque)It's not on the Market AFAIK, but a quick google search will show you where it is. Even has a calibration tool!

View 4 Replies View Related

Android :: Detect Touch Input On Droid

Jun 29, 2010

Right now all I am trying to do is detect when the screen is pressed and then display a log message to confirm it happened. My code so far is modified off of the CameraPreview sample code (it will eventually take a picture) so the bulk of the code is in a class that extends SurfaceView. API for the example code from the SDK is 7.

View 1 Replies View Related

Android :: Handle All Input Key An Touch Event?

Sep 1, 2010

How handle all input key an touch event incoming to my Android application?

Is any one place where I can catch all this events?

View 2 Replies View Related

HTC EVO 4G :: Touch Input Messed Up While Charging / Reason For This?

Jul 21, 2010

Whenever I plug it in to charge. My touch screens gets all crazy and does not correctly identify my touch. If I try to enter my unlock pattern it says its wrong. And a lot of keypress are incorrect. Anyone else experience this?

View 14 Replies View Related

Android :: Multi Touch - How It Works

May 11, 2010

Ok So I've gone through several tutorials on the web. I understand how the pointerCount works , I can get two points, etc, etc. My problem is I am trying to implement a game control, i.e. dpad and some buttons. The "buttons" are actually TextView objects with images. I Implement OnTouchListener Interface. my onTouch Method gets called when it should. The problem is if I have finger #1 on button a then press finger #2 on button b my OnTouch() method is called with the view of button a, not button b. Fine then I will just get the bounds of the buttons and see if they intersect with the points clicked. No luck, It seems as though the points that come in the MotionEvent are not relative to 0,0 , but to some other coordinate system. I would have thought all points were relative to upper left of screen.

Here is my code.

CODE:.................

View 3 Replies View Related

HTC Droid Eris :: Keyboards - Vlingo And Touch Input

May 17, 2010

I am using a mixture of thick buttons, vlingo, and touch input. All suck but touch input has the least lag. So frustrated that the swype version I loved so much has closed. I am having withdrawals from swype and this is my therapy.

View 4 Replies View Related

Android :: Keyboard Input - Touch Event Noisy

Jul 21, 2010

I'm working on a simple game: when you press a button on the screen, a character will run to certain direction. It's easy to support keyboard input. But, some phone doesn't go with a keyboard or even no a track ball. So I decided to draw a virtual "run" key on the screen (with opengl). When the user press the virtual key, I apply a velocity to the character. And when the user release the key, I disable the velocity to stop the character but there seems to be some touch event noisy. If my finger cannot press still, I will see millions of touch down and touch up events, instead of a single long pressing.

And occasionally, my program captured the touch down event when I touch the screen, but didn't capture touch up event. So my character will keep moving, even no finger is on the screen. I'm wondering if there is some way to reduce the touch event noisy and tell if the user is currently pressing on the screen, instead of only getting an event when touch up and down happen. It seems the system UI can detect long pressing, for example when you put a finger on one item of the list view widget, the entire item turns to orange. I just don't know how to detect pressing in my opengl game.

View 5 Replies View Related

Android :: Can't Replace HTC Desire's Default Touch Input / Fix It?

Oct 15, 2010

I just downloaded from the android marketplace the SlideIt Keyboard Demo. It installed without a glitch. In the settings menu "Language and Keyboard" the slideit keyboard is checked jet when ever the keyboard comes up it is always the default one.

View 2 Replies View Related

General :: HTC Wildfire - Registering Double Touch Input

Jun 16, 2012

My phone seems to register double touch input while i am only using one finger. It only happens only when i pass the my finger over the middle of the screen, ie. a horizontal line in the middle of the screen. This is affecting scrolling and tapping on anything in the middle of the screen.

I just want to know if this a software (calibration) issue or a problem with the screen itself.

See attached a screenshot of multi-touch test using 'Display Tester'.

View 2 Replies View Related

General :: How To Reverse / Flip Touch Screen Input

Jul 25, 2013

I recently cracked the digitizer on my Asus Padfone 2 Tablet and I got a replacement digitizer from Ebay.

However, after replacing it, I noticed the x-axis is flipped.

How can I reverse it? Can it be done via editing some files?

View 1 Replies View Related

General :: Application Touch Input Has Stopped Unexpectedly

Jan 22, 2012

I'm having problem with my Hero since I updated to [ROM][2.3.5] Zero Hero Sense 3.5 RC1. It runs so slow and and error always flash that says:"The application Touch Input (process com.htc.android.htcime) has stopped unexpectedly. Please try again."

View 2 Replies View Related

General :: Nabi 2 Bricked - Stuck / No Touch Input

Nov 23, 2013

Lost wifi again! was doing the normal backup and return to stock again to get the wifi back and it packed up on me, no longer accepting touch input. So I am stuck can't try to reload it, in the hope its software. Right now its version 2.0.5 or something like that. Can't use the recovery since the touch is not working. Is there any working non-touch recoverys or is there a stock like firmware that can be loaded with out twrp touch. I still can fastboot flash the recoveries none work I have tried all the twrp version I could find.

I can plug a mouse in with a usbtg adapter but that is not useable in twrp.

I have opened it up to make sure a cable was not loose on the screen, and it was not dropped or broken in anyway.

View 9 Replies View Related

HTC Hero :: Long Touch No Longer Works

Feb 24, 2010

On my HTC Hero, when typing messages, I could always easily access characters like "?" and "!" and numerals by simply "long touching" that button. Very convenient. However, recently, that featured stopped working. I can no longer "long touch" the K-key and get a question mark like I used to.

Is this a setting that has been inadvertently turned off? If so, I can't find it.

View 1 Replies View Related

HTC Incredible :: Touch Pro 2 Battery Works In Phone

Apr 29, 2010

My DI just arrived so i powered off my TP2 and said what the hell let me see if this battery fits.And what do you know its a perfect match?

View 24 Replies View Related

HTC Droid Eris :: Touch Input Keeping Phone From Sleeping

Jul 28, 2010

MY phone isn't going into sleep mode as much as it should I just rebooteb it a couple of hours ago and I get up time =1:53.03, awake time = 1:32:01. whe I check running services Toucch input has been running for 1:32:01....what is it can I turn it off?

View 1 Replies View Related

Android :: Draw Transparent Lines On Bitmap Via Touch Input

Jul 23, 2010

I am working on a paint application for Android. Now I want to implement an eraser to allow erasing parts of a loaded bitmap by using touch input and making the bitmap transparent along the finger's path.

A very good example of what I try to achieve is shown in the application Steamy Window for Android. Steamy Window simulates a fogged window, where a user can wipe parts of the fog via touch input.

UPDATE: I have posted the most important sections of my current code below. I am not really happy with it for the following reasons:

Drawing is quite sluggish. What can I improve here?
I am looking for a way to use an alpha mask in order to set the pixel transparency/alpha of the pixels as I want to simulate a paint brush. Any suggestions how this could be achieved?

CODE:...................

View 1 Replies View Related

HTC Hero :: Touch Input Keyboard Hangs After Firmware Update / What To Do?

Jun 25, 2010

I just installed the firmware update for HTC Hero when it prompted me to download it and install on my phone. Everything is great, EXCEPT, my touch input keyboard always stops unexpectedly when i try to use it. i can't type anything with it! the message i get:

Sorry!
The application Touch Input (process com.htc.android.htcime) has stopped unexpectedly. Please try again.
FORCE CLOSE.

View 1 Replies View Related

General :: After Wrong CWM Recovery Touch Input Incorrect And Inverted

Feb 15, 2014

In a WIP for create a CWM for Galaxy Music GT-S6010 I doing a wrong operation.

First at all I've dumped the recovery of my phone and used CWM builder online, but the recovery didn't work.

I have founded a recovery of another smartphone that I think has similar hardware, the GT-S5310. I have flashed the CWM recovery of this other phone and the result is:

1) The CWM work. It seems to work well.
2) The touch screen behavior is bad. Is incorrect and inverted. In some point when touch with one finger the result give two touch.

I think that the problem is software not hardware, because with bluetooth mouse and keyboard the phone work well.

I have already tried many times, in this order:
1) restore the original recovery;
2) flash the stock firmware;
3) flash the CWM, doing a clean cache, format /sysem, format /cache, clean dalvik cache;

But not solved.

View 4 Replies View Related

Android :: Doesn't Highlight On Touch / But Works When I Use Trackball

Sep 4, 2010

I am using a couple of ListView elements in my app. In all cases, it doesn't highlight the selected item when I click/touch it, but I can use the trackball to scroll up and down, and can see the orange highlighted color then. How do I fix this? one of them is a LinearLayout with two TextViews in it.

View 1 Replies View Related

Motorola Droid X :: How To Switch Back To Standard Multi Touch Input?

Aug 17, 2010

I switched to Swype but I don't like it just yet. How can I switch it back to the standard multi touch input?

View 8 Replies View Related







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