[android-porting] Re: touchscreen calibration with .idc files

2012-11-27 Thread Dave Hartman
Hey have you gotten anywhere on this? On Wednesday, November 30, 2011 6:55:17 PM UTC-5, fuzzy7k wrote: > > I'm working on a build that has a wacom device (Pen and Finger are > separate events). The Pen does not need calibration, but the Finger > will not reach the edges of the screen. I've found

[android-porting] Re: touchscreen calibration with .idc files

2012-11-29 Thread Alvin Wong
If you want to use 5-point calibration like tslib does, you can implement in the kernel driver, or patch InputReader. My patch for Gingerbread (not well-formatted): https://sourceforge.net/p/ipaq214android/android/ci/54a6fa53224ddd033728ab8423475e1f4108e3cb/tree/patches/frameworks-base.patch My i

[android-porting] Re: touchscreen calibration with .idc files

2013-01-17 Thread Perry Nally
So do I just run the patch like this? Sorry I'm not familiar with patching in linux. Can you help me out with what you'd use? [type] "patch frameworks-base.patch" [ENTER] Othersise I'll just manually make the changes since there are multiple files to edit. But what does the +++ and --- mean

Re: [android-porting] Re: touchscreen calibration with .idc files

2012-11-28 Thread Matthias Brugger
My modest experience on this is, was me ending up to change the x/y max/min values in the kernel device driver. It would be interesting to know a more elegant approach. On 11/27/2012 10:01 AM, Dave Hartman wrote: Hey have you gotten anywhere on this? On Wednesday, November 30, 2011 6:55:17 P

Re: [android-porting] Re: touchscreen calibration with .idc files

2013-01-17 Thread Perry Nally
Do you have the example? I'm trying to do this same thing, but I don't know what file this would be in before compiling. Thanks for your help. On Wednesday, November 28, 2012 6:04:11 AM UTC-7, Matthias Brugger wrote: > > My modest experience on this is, was me ending up to change the x/y > max