[android-porting] touch screen calibration

2012-09-07 Thread Devindrappa Handraki
Hi Venkat raju, I am working on porting Android ICS to devkit800 with 7" LCD and touch screen, but touch screen is not working properly, Do i need to calibrate the touch screen if so can you please help me how to calibrate the touch screen. Thanks and Regards, Devindrappa Handraki -- unsubscri

[android-porting] Touch screen calibration

2012-09-07 Thread Devindrappa Handraki
Hi Maxime Ripard, I am able to port the Android ICS to devki8000 with 7" LCD and touch screen. But touch screen is not working properly. Do i need to calibrate touch screen or is it any other issue. Please help me. Thanks and Regards, Devindrappa Handraki -- unsubscribe: android-porting+unsubsc

[android-porting] touch screen calibration for android 2.3

2012-04-06 Thread 李晖
hi, all, I am porting android 2.3 to a arm A8 board, the system can boot up now, but the touch screen can not work, the phenomenon is as follows: when I slide up, the screen goes left, slide down, the screen goes right, slide right, the screen goes up, slide left, the screen goes down, did anyo

Re: [android-porting] Touch screen calibration apk

2011-01-12 Thread Ashwin Bihari
While it's true that the touchscreen calibration should only be done once during the initial development, it might be nice to have it be generate the first time you boot up the device. To that end, check out [1] which is a calibration application by 0xdroid that does just that.. [1] - http://gitor

Re: [android-porting] Touch screen calibration apk

2011-01-12 Thread Chinmay S
Hi, AFAIK, calibration using TSLIB is done before compilation in code (i.e. during building/testing support for the device's touchscreen). The values generated in the file *pointercal* by TSLIB are used to code the static-constants in the file: *frameworks/services/java/com/android/server/InputDe

[android-porting] Touch screen calibration apk

2011-01-12 Thread Zdravko Stoychev
Hello! Any chance TSLIB android port to be used for building GUI Calibration application for android devices? http://blog.linuxconsulting.ro/2010/04/tslib-ported-to-android-for-touchscreen.html -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/

[android-porting] touch screen calibration?

2009-02-05 Thread chueh8
How does Android process the "touch event" from the linux kernel /dev/ input/eventX ? Does it use the tslib like Qtopia? There are some "touch" related info in "MotionEvent" in the documents... Well, I don't know how it get the "raw" touch data, or how it perform the calibration to the touch devic