Guest apecross Posted July 8, 2010 Report Posted July 8, 2010 I have had an idea for trying to fix the multitouch axis inversion but since I never got experience with Android programming I'm here to ask you for an help. I have to know which files are involved in the input recognition and in what language are written. I think that we can filter the coordinates from the upper right part of the screen and that causes the axis inversion and when a second touch is recognized,do the subtraction of the x or y axis from the maximum value (800x480). I know it's a bit difficult to explain but I think I'll be able to do something if someone can help me... Thank you all, and sorry for my english...:)
Guest Quipeace Posted July 8, 2010 Report Posted July 8, 2010 (edited) I have had an idea for trying to fix the multitouch axis inversion but since I never got experience with Android programming I'm here to ask you for an help. I have to know which files are involved in the input recognition and in what language are written. I think that we can filter the coordinates from the upper right part of the screen and that causes the axis inversion and when a second touch is recognized,do the subtraction of the x or y axis from the maximum value (800x480). I know it's a bit difficult to explain but I think I'll be able to do something if someone can help me... Thank you all, and sorry for my english...:) The problem is that it goes wrong at the lowest possible level, therefore you can never know if the touch actually came from the upper right of the screen because the hardware itself reports different values. I think phh got it as good as it's going to get really :D. EDIT: If you do want to mess around a bit, it's 'auo_ts.c' in 'drivers/input/touchscreen'. Edited July 8, 2010 by Quipeace
Guest apecross Posted July 8, 2010 Report Posted July 8, 2010 In fact my idea ie to edit the coordinates after the first touch is recognized. thank-you for the help,these days i'll give a try!
Guest apecross Posted July 11, 2010 Report Posted July 11, 2010 Ehm...i can't find that file...should i have to search in the .bin or pull it from the rom installed on the phone?
Guest csics5 Posted July 11, 2010 Report Posted July 11, 2010 Ehm...i can't find that file...should i have to search in the .bin or pull it from the rom installed on the phone? This file isn't on the phone! This is a kernel source file. You could search in the source tree.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now