Hi all, As it's my first contact with this community, just have to say you guys did a great job.
I have a few embedded PC with a touch screen (similar to POS devices). I would like to run android-x86 on those. So far, I went thru a few difficulties, and finally built my image with necessary drivers (LAN and serial ports). But, I'm still unable to make the touch screen work. I have a few different models, basically two : fujitsu and touchkit. They are all serial I think the chipset is 8280 from intel. Anayway, serial ports are working fine). After a few tries, I was able to make the ts_calibrate command work. It does write the calibration data in /data/system/etc/tslib/ pointercal. But, after that, touch screen doesn't work back in Android. To make the touchscreen work, I've confiured the ts.env as follows : TSLIB_CONSOLEDEVICE=none TSLIB_FBDEVICE=/dev/graphics/fb0 TSLIB_TSDEVICE=/dev/ttyS5 TSLIB_CALIBFILE=/data/system/tslib/pointercal TSLIB_CONFFILE=/system/etc/ts.conf TSLIB_PLUGINDIR=/lib/ts The ts.conf file : module_raw touchkit module pthres pmin=1 module variance delta=30 module dejitter delta=100 module linear If you have any idea... Mathieu -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
