Der ebenfalls G1 Besitzer seeseekey hat eine Anleitung veröffentlicht mit der man die Tastatur vom G1 wieder auf QWERTZ bringen kann.
Wie im Artikel beschrieben, einfach SDK herunterladen, entpacken (Installation nicht nötig), per Konsole in den Ordner Wechseln und die Befehle der Reihe nach in die Linuxkonsole tippen.
Dabei gib es folgend Output.
martin@acer8371:~$ cd Downloads/android-sdk-linux_86/tools
martin@acer8371:~/Downloads/android-sdk-linux_86/tools$ ./adb devices
daemon not running. starting it now
daemon started successfully
List of devices attached
HT92VKV03356 device
martin@acer8371:~/Downloads/android-sdk-linux_86/tools$ ./adb remount system
remount succeeded
martin@acer8371:~/Downloads/android-sdk-linux_86/tools$ ./adb shell
# cp -f /system/usr/keylayout/trout-keypad-qwertz.kl /system/usr/keylayout/trout-keypad-v3.kl
# cp -f /system/usr/keychars/trout-keypad-qwertz.kcm.bin /system/usr/keychars/trout-keypad-v3.kcm.bin
# reboot
reboot returned
Ich danke für die Anleitung. Bei mir unter Ubuntu 10.04 hats wunderbar geklappt.
