Hi all,

Porting Android to IMX31. Keypad respond only to some event. For
instance on error box, button left/right is usable. On Launcher, only
Enter buttons usable.
With the help of "getevent" compared with "system/usr/keylayout/
qwerty.kl" key id responded correctly. The logcat message I got on
button pressing is:

...
W/KeyCharacterMap( 1886): No keyboard for id 0
W/KeyCharacterMap( 1886): Can't open keycharmap file
E/KeyCharacterMap( 1886): Can't find any keycharmaps (also tried /
system/usr/keychars/qwerty.kcm.bin)
...

On post 
http://groups.google.com/group/android-porting/browse_thread/thread/65f0b3e0c7607305
is suggested to be permission issue. I tried add:

init.rc >
chmod 0777 /system/usr/keychars/qwerty.kcm.bin

Not helpful.
Tried to change "/system" to JFFS2 format instead of CRAMFS, problem
persist.
Any suggestion?
Any help will be greatly appreciate!

Thank you

Best Regards,
Justin

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to