View Single Post
  #7 (permalink)  
Old 12-22-2009, 10:50 PM
flipzmode's Avatar
flipzmode
VIP Member
Offline
 
Join Date: Jan 2009
Posts: 390
Reputation: 2820
flipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Home Button Not Working

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.
__________________
Fresh Evo: 4.2 (Android 2.3.3) || 3.5.0.1 (Android 2.2)
Fresh Hero: 2.4.0 (Android 2.1) || Fresh Kitchen
CDMA Hero Development & Fresh ROM home: http://GeekFor.Me || Twitter
Reply With Quote
This post has been thanked 1 times.