[android-porting] TSLIB android

2010-09-05 Thread Mehran
hi, I want to have calibration feature in my android 2.1. someone guide me to [0xdroid >> packages_apps_tscalibration] http://gitorious.org/0xdroid/packages_apps_tscalibration I have downloaded the code, and ran it, but almost same thing was i doing in my own. (Taking calibration pointers and

Re: [android-porting] TSLIB android

2010-09-05 Thread Deva R
Hi, >Can anyone tell me the exact path to follow next? Kernel will be updating touchscreen events from drivers in /drivers/input/c, and in android side ./frameworks/base/libs/ui/EventHub.cpp will be servicing all UI events. You can refer below threads to get an idea of drivers, TSLIB env,

[android-porting] TSLIB android 2.1

2010-09-19 Thread Mehran
im trying to add touch calibration. NOW Touch is not working at all. please help\ Have ported tslib, framework and did changes in EventHub.cpp Exported following variables in init.rc export TSLIB_TSDEVICE /dev/input/event1 export TSLIB_CALIBFILE /etc/pointercal export POINTERCAL_FILE /etc/poin