Re: [android-kernel] Touch event is there but touch is not working

2011-11-10 Thread Sandeep Sharma
Girish,,Did the same but control goes from InputWindowManager.java to, don't where and it is not reaching to EventHub.cpp..still struggling with same. "Mother of all things that can wrong ..Your. "LOGIC"." --Dennis Ritchie.. regards sandeep On Thu, Nov 10, 2011 at 9

Re: [android-kernel] Touch event is there but touch is not working

2011-11-10 Thread Girish prasad
try to put LOGE messages... and build the library alone push it through adb and test it.. you should be able to get logs.. -Girish On Thu, Nov 10, 2011 at 2:50 PM, Sandeep Sharma wrote: > Hi girish, > > !!!Thanks For respose ... > >    I tried to do so by LOGing in between the code i.e i

Re: [android-kernel] Touch event is there but touch is not working

2011-11-10 Thread Sandeep Sharma
Hi girish, !!!Thanks For respose ... I tried to do so by LOGing in between the code i.e in function openDevice and getevent but logcat is not showing these messages. As keypad is working in my case so atleast keypad key press should have reached there but s

Re: [android-kernel] Touch event is there but touch is not working

2011-11-09 Thread Girish prasad
Hi. Sandeep, There is a file called EventHub.cpp, in android which reads all kinds of events check weather you are getting in this place or not. Regards Girish On Tue, Nov 8, 2011 at 8:41 PM, Sandeep Sharma wrote: > hi guys, >                   I have ported the msm 3.0 CAF kernel on qsd8x5

[android-kernel] Touch event is there but touch is not working

2011-11-08 Thread Sandeep Sharma
hi guys, I have ported the msm 3.0 CAF kernel on qsd8x50_surf. adb shell is up. adb getevent is responding but touch is not working. snap of logcat when trying to use dev-tools pointer location App. ---