Hey hey. I got your email. It doesn't tell me too much other than I can tell you that your button itself is working just fine.
Code:
12-21 18:53:58.453 D/KeyInputQueue( 75): DebugMonitor keycode=0 value=1
12-21 18:53:58.783 D/KeyInputQueue( 75): DebugMonitor keycode=0 value=0
12-21 18:53:59.103 D/KeyInputQueue( 75): DebugMonitor keycode=0 value=1
12-21 18:53:59.673 D/KeyInputQueue( 75): DebugMonitor keycode=0 value=0
12-21 18:53:59.993 D/KeyInputQueue( 75): DebugMonitor keycode=0 value=1
12-21 18:54:00.753 D/KeyInputQueue( 75): DebugMonitor keycode=0 value=0
That is you pushing the button. So it does work. The actual error that seems to show your problem is:
Code:
W/KeyCharacterMap( 122): Bad keycharmap - filesize=32
The only thing I can find anywhere around it that may show the cause of your corrupted character map is this:
Code:
I/ActivityManager( 75): Stopping service: com.skydeck/.service.ContactLookupService
I googled it and skydeck seems to be some type of online cell phone backup program? Is that something you are using? The only thing I can say is that once the character map issue started in the log, that service got stopped. I hope that helps you.