[android-porting] Re: Touch screen weirdness

2010-05-10 Thread DJ_Steve
nothing that i can see, its like android is entirely ignoring the inputs, ican navigate the os fine using the hw keyboard arrowkeys etc and type using the keyboard but no touch, also i have used the pointer location tool in dev tools and pressed on dozens of differet points of screen and fail to

Re: [android-porting] Re: Touch screen weirdness

2010-05-10 Thread Ashwin Bihari
Check out the 'frameworks/base/services/java/com/android/server/KeyInputQueue.java' file and (at least Andorid 1.6) around line 298 is where the touchscreen events are handled, you might want to put some debugging around that to see if Android is indeed getting the touch events but not doing

[android-porting] Re: Touch screen weirdness

2010-05-10 Thread DJ_Steve
ill examine that, on a related note is it possible the screen is locked in android even though i can navigate menus etc? On May 10, 1:15 pm, Ashwin Bihari abih...@gmail.com wrote: Check out the 'frameworks/base/services/java/com/android/server/KeyInputQueue.java' file and (at least Andorid

Re: [android-porting] Re: Touch screen weirdness

2010-05-10 Thread Ashwin Bihari
I don't believe so..if you can navigate, then the touchscreen should be available to you.. Regards -- Ashwin On Mon, May 10, 2010 at 8:21 AM, DJ_Steve steve103...@gmail.com wrote: ill examine that, on a related note is it possible the screen is locked in android even though i can navigate

[android-porting] Re: Touch screen weirdness

2010-05-10 Thread DJ_Steve
thats what i thought, ok ill look at that file and reply later, cheers On May 10, 1:39 pm, Ashwin Bihari abih...@gmail.com wrote: I don't believe so..if you can navigate, then the touchscreen should be available to you.. Regards -- Ashwin On Mon, May 10, 2010 at 8:21 AM, DJ_Steve