Petit tutoriel rapide pour remettre votre clavier en azerty, avec l'auto-complétion françaises, si vous avez installé une ROM Qwerty.
Prérequis
* Avoir installer le SDK
Téléchargement
Téléchargez l'archive suivante :
Azerty_MagicDécompressez là, et copiez les fichiers
libt9.so,
HTC_IME.apk, et
LatinIME.apk dans le dossier
tools du SDK.
Installation
adb devices
adb remount
adb push libt9.so /system/lib/libt9.so
adb push LatinIME.apk /system/app/LatinIME.apk
adb push HTC_IME.apk /system/sd/app/HTC_IME.apk
Configuration
On télécharge le fichier de configuration :
adb pull /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_preferences.xml .
Ouvrez
com.htc.android.htcime_preferences.xml avec un editeur de texte.
Remplacez la ligne :
<string name=”keyboard_language”>0<⁄string>
Par:
<string name=”keyboard_language”>1<⁄string>
Puis on replace le fichier dans le téléphone :
adb push com.htc.android.htcime_preferences.xml /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_preferences.xml
Pour finir
Redémarrez le téléphone :
adb shell reboot
Une fois redémarré, faites un clic long sur une zone de texte, puis allez dans
Mode de Saisie, et sélectionner
Touch InputEt voila, vous devriez avoir votre clavier francisé.