Anil Sasidharan
2008-10-22 17:28:37 UTC
Hello Senthil,
Please see my answers in-lined........
but the press&release events are not in-line with what Android
expects. It may be a good idea to check if your touch driver reports
BTN_TOUCH with a valid value for touch-down and BTN_TOUCH with 0 as
value for touch-up events. Also the ABS_PRESSURE value must be
reported properly in the driver.
library being shared object). Android linker will not be able to
launch the process as the symbol resolution fails. Hence the simple
trick would be to build the ts_calibrate statically.
Please see my answers in-lined........
Hi Anil,
First of all thanks for your support in android internals queries
i have ported android onto OMAP2430SDP and am working on touch screen issue.
file system :i have extracted from android m3 sdk
kernel :Linux 2.6.27
Linux kernel is creating the event0 and event1 in dev/input/ folder.
If i do /cat event1/,i can able to see the touch events when i touch the
screen...and i can able to see the x and y coordinates variation in android
pointer Location application (i.e basic touch driver is working fine)
but full functionality is not working (like launch and close the
application)
This sort of tells me that your x,y co-ordinate is fine for Android,First of all thanks for your support in android internals queries
i have ported android onto OMAP2430SDP and am working on touch screen issue.
file system :i have extracted from android m3 sdk
kernel :Linux 2.6.27
Linux kernel is creating the event0 and event1 in dev/input/ folder.
If i do /cat event1/,i can able to see the touch events when i touch the
screen...and i can able to see the x and y coordinates variation in android
pointer Location application (i.e basic touch driver is working fine)
but full functionality is not working (like launch and close the
application)
but the press&release events are not in-line with what Android
expects. It may be a good idea to check if your touch driver reports
BTN_TOUCH with a valid value for touch-down and BTN_TOUCH with 0 as
value for touch-up events. Also the ABS_PRESSURE value must be
reported properly in the driver.
so am trying do the calibration using tslib
i have compiled tslib with arm-toolchain(arm2008-q1) and i ve got
is_calibrate,ts_test etc application that am trying to run in my android
file system after android has been booted up.
my problem is am not able to launch ts_calibrate application
when i do ./ts_calibrate it is saying file not found
when i do . ./ts_calibrate it is saying
/ts_calibrate: 1: syntax error: "(" unexpected (FYI..i ve given all the
environmental variables properly )
I presume you have built the ts_calibrate dynamically (with thei have compiled tslib with arm-toolchain(arm2008-q1) and i ve got
is_calibrate,ts_test etc application that am trying to run in my android
file system after android has been booted up.
my problem is am not able to launch ts_calibrate application
when i do ./ts_calibrate it is saying file not found
when i do . ./ts_calibrate it is saying
/ts_calibrate: 1: syntax error: "(" unexpected (FYI..i ve given all the
environmental variables properly )
library being shared object). Android linker will not be able to
launch the process as the symbol resolution fails. Hence the simple
trick would be to build the ts_calibrate statically.
Is it like android is recognizing the ts_calibrate application
can you please guide me what could be the problem? am running out of
deadline...kindly guide me on this
Thanks & Regards
Senthil kumar.V
Off: 022-67953554
Mob:+91 9920312257
Larsen & Toubro Infotech Ltd.
www.Lntinfotech.com
L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech Internal
Use Only L&T Infotech General Business
This Email may contain confidential or privileged information for the
intended recipient (s) If you are not the intended recipient, please do not
use or disseminate the information, notify the sender and delete it from
your system.
______________________________________________________________________
can you please guide me what could be the problem? am running out of
deadline...kindly guide me on this
Thanks & Regards
Senthil kumar.V
Off: 022-67953554
Mob:+91 9920312257
Larsen & Toubro Infotech Ltd.
www.Lntinfotech.com
L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech Internal
Use Only L&T Infotech General Business
This Email may contain confidential or privileged information for the
intended recipient (s) If you are not the intended recipient, please do not
use or disseminate the information, notify the sender and delete it from
your system.
______________________________________________________________________