DangerSPL and CyanogenMod: english keyboard layout

After updating my HTC Dream from CyanogenMod 5.0.7 to 5.0.8 my keyboard layout has suddenly changed to english (QWERTY.

I found the solution in the CyanogenMod wiki, a bit hidden.

.

To solve the problem open a terminal on the phone and enter following:

[CODE BASH]
su
mount /system -o rw,remount
cd /system/usr/keylayout
cp trout-keypad-qwertz.kl trout-keypad-v3.kl
cd /system/usr/keychars
cp trout-keypad-qwertz.kcm.bin trout-keypad-v3.kcm.bin
[/CODE]

You can, of course, also run this commands via the adb shell from your computer.

All you have to do then is to reboot your phone and that’s it.

Permanentlink zu diesem Beitrag: https://techblog.steffmeister.at/dangerspl-and-cyanogenmod-english-keyboard-layout/

Schreibe einen Kommentar

Deine Email-Adresse wird nicht veröffentlicht.

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.