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 <[email protected]> wrote: > 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 anything with then or not getting them at all.. > > Regards > -- Ashwin > > > > On Mon, May 10, 2010 at 8:09 AM, DJ_Steve <[email protected]> wrote: > > 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 get any response at all. > > > On May 10, 1:05 pm, Ashwin Bihari <[email protected]> wrote: > >> If 'getevent' is picking up the touchscreen events, then the > >> touchscreen driver is doing the right thing and passing along the > >> inputs to the Event system, to get the touchscreen to do anything in > >> Android might be a case for getting some calibration in place for the > >> LCD you have. > > >> Does pressing the touchscreen cause ANY part of the Android UI to do > >> anything? > > >> Regards > >> -- Ashwin > > >> On Mon, May 10, 2010 at 4:31 AM, DJ_Steve <[email protected]> wrote: > >> > ok its me again. > >> > just got a newer OMAP3 based device (nokia n900) and am activly > >> > working on porting it to android, i can get the android userspace to > >> > boot and using keyboard works, but the touch screen refused to even > >> > do anything. the touch events are registered if i use getevent but it > >> > seems android cannot detect them,. any ideas for this, > > >> > touch screen is a tsc2005, android 2.1r1 eng build for the moment, my > >> > own 2.6.28 kernel based off original nokia one with android patches > > >> > -- > >> > unsubscribe: [email protected] > >> > website:http://groups.google.com/group/android-porting > > >> -- > >> unsubscribe: [email protected] > >> website:http://groups.google.com/group/android-porting > > > -- > > unsubscribe: [email protected] > > website:http://groups.google.com/group/android-porting > > -- > unsubscribe: [email protected] > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
