Hi,
I'm using the DDMS for debugging my application. Each time I press a button a warning is thrown:
No keyboard for id 0
Using default keymap: /system/usr/keychars/qwerty.kcm.bin
I found commands to set the keychar and keylaout to a specific file, but it does not work
I'm typing this commands using the DevTools/'Terminal Editor'.
setprop android.keylayout.azerty /etc/keymaps/azerty.kl
setprop android.keychar.azerty /etc/keymaps/azerty.kcm.bin
Any ideas what else has to be done to set a different keylayout file as default?
Another question: Is it possible to set a specific keylayout file for a specific application? This is what I really need.
Thanks in advance!
KayJ
I'm using the DDMS for debugging my application. Each time I press a button a warning is thrown:
No keyboard for id 0
Using default keymap: /system/usr/keychars/qwerty.kcm.bin
I found commands to set the keychar and keylaout to a specific file, but it does not work
I'm typing this commands using the DevTools/'Terminal Editor'.setprop android.keylayout.azerty /etc/keymaps/azerty.kl
setprop android.keychar.azerty /etc/keymaps/azerty.kcm.bin
Any ideas what else has to be done to set a different keylayout file as default?
Another question: Is it possible to set a specific keylayout file for a specific application? This is what I really need.
Thanks in advance!
KayJ