Hello Senthil,
Please see my answers in-lined........
On Wed, Oct 22, 2008 at 8:18 PM, <[EMAIL PROTECTED]> wrote:
>
> 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.
> my setup:
> 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,
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 the
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
>
> This Document is classified as:
>
> 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.
> ______________________________________________________________________
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Android Internals" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-internals?hl=en
-~----------~----~----~----~------~----~------~--~---