Hi, I have changed the file used (qwerty.kcm.bin) but when I push the file on the android emulator using adb push it gives error "failed to write .... out of memory"
On Aug 17, 11:31 am, Hemanth(ヘマント) <[email protected]> wrote: > Hi, > > Some of the keymapping stuff is documented > here:http://www.kandroid.org/online-pdk/guide/keymaps_keyboard_input.html > From the kcm file there (which is the default), it looks like the fn > mapping for 'W' is indeed '1' > > # keycode base caps fn caps_fn number display_label > E 'e' 'E' '2' 0x0301 '2' 'E' > : > W 'w' 'W' '1' 0x00 '1' 'W' > > You might need to modify your kcm files to get what you want. > If you are building the code yourself, you just need to edit the > proper kcm file (logcat shows which kcm file it uses) and rebuild. > > You can find an excellent guide to editing the bin files directly > here:http://jahrome.free.fr/index.php/keyboard-mapping-android-htc-desire?... > > On Aug 16, 7:45 pm, yrehani <[email protected]> wrote: > > > > > > > > > Hi all, > > I am using Goldfish-Linux kernel 2.6.29. I have to make the > > emulator keypad work properly. > > In my Android emulator, secondary keys are not working properly > > E.g If I press Alt then press W '1' is getting printed instead of '+' > > If I press Alt then press E '2' is geeting printed instead of '1' > > If I press Alt then press R '3' is getting printed instead of '2' > > > Basically the keys are misplaced when used in combination with Alt, > > the skin is perfect, normal keys are working fine. I have to make some > > keymapping change in some file. > > Inside the adb shell at path /system/usr/keychars/ qwerty.kcm.bin, > > qwerty2.kcm.bin, sec_keypad.kcm.bin are present which are files for > > keymapping. > > Also at path /system/usr/keylayout/ qwerty.kl, AVRCP.kl, sec_jack.kl, > > sec_keypad.kl are present which are related to keypad. > > > But am unable to find source code files corresponding to these in > > goldfish kernel. Which file to change to make keypad work? How these > > qwerty.kcm.bin files are generated? > > > Thanks & Regards > > Yatin -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
