It seems the problem was here:
if (version < EV_VERSION) {
fprintf(stderr, "tslib: Selected device uses a different version of the event protocol than tslib was compiled for\n");
return -1;
}
I have removed this check until a good solution is found, the touchscreen is now working with ts_calibrate.
Now the final problem, I tried to run the qmediaplayer found in /usr/bin/qtopia/demos/qmediaplayer. It loads but says: "Warning: You do not seem to have the package gstreamer0.10-plugins-good installed" and then when I try to play a video it gives and error: "Illegal instruction". Where do I need to add the gstreamer? This worked for me in LTIB via the config menu.
Gplay also reports the error "illegal instruction"
Please help it is urgent, we have customers waiting for video playing demos.