January 26th, 2012, 06:24 AM
|
#1 (permalink)
|
|
New Member
Join Date: Jan 2012
Posts: 2
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
How to set a keylayout file?
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
|
|
|