I have another question at this time. As you know, Window Manager Service will fetch all the events from "/ dev/input/event0", and then remove that fetched event in buffer of "/ dev/input/event0". So, Window Manager Service will monopolize this device.
Here I just have a application, which want to receive all the events that inputted by user. My question is how to fetch also all the events from "/dev/input/event0", and do NOT impact the same action by Window Manager Service. I means how to implement my application that can receive all the events, likely as Window Manager Service ? Thanks. On Nov 24, 10:03 pm, mvniekerk <[EMAIL PROTECTED]> wrote: > On our custom iMX platform, when pressing thenavigationkeys(up, > down, left and right) it is registered by getevent,butthe interface > does not respond. > > This is the output from getevent: > # getevent > > add device 1: /dev/input/event0 > > name: "mxckpd" > > /dev/input/event0: 0001 0069 00000001 > > /dev/input/event0: 0001 0069 00000000 > > /dev/input/event0: 0001 006a 00000001 > > /dev/input/event0: 0001 006a 00000000 > > /dev/input/event0: 0001 006c 00000001 > > /dev/input/event0: 0001 006c 00000000 > > /dev/input/event0: 0001 0067 00000001 > > /dev/input/event0: 0001 0067 00000000 > > Key 69 (105 in dec) is left > Key 6a (106 in dec) is right > Key 6c (108 in dec) is up > Key 67 (103 in dec) is down > > Now all this corresponds to the keylayout kl file. > > Any pointers as to what the problem is will be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
