Jump to content

[Tuto]Modifier swype.apk pour la TP - ICS CM9


baastien
 Share

Recommended Posts

Modifier swype.apk pour la TP - ICS CM9

Salut à tous,

J'ai trouvé tout ce qu'il faut pour ce MOD sur rootzwiki. Au départ c'était ici :

http://rootzwiki.com...fo/page__st__40

Ce qui a fonctionné pour moi :

1°) DL un des fichiers swype.apk dont on parle dans ce post : http://rootzwiki.com...738#entry403738

(le lien est un peu caché... enfin pas trop visible !)

2°) Avec apktool ( http://code.google.c...ndroid-apktool/ ), il faut décompiler l'apk téléchargée en 1°).

apktool d /path/to/your/swype/installer/name_of_your_swype_app.apk

3°) Ensuite, aller fouiller dans le code que vous venez de décompiler pour éditer le fichier :

..\assets\files\display0_SwypeScreen.ini

Et changer

ScreenHeightLS = 300

ScreenWidthLS = 1024

ScreenWidthPT = 768

Enfin, supprimer les dossiers :

.\res/values-sw540dp

.\res/values-sw600dp

.\res/values-sw800dp

4°) Reste maintenant à recompiler le dossier modifié, toujours avec apktool.

apktool b /path/to/the/decompiled/swype/folder

5°) Enfin dernière étape : signer le fichier obtenu !

En utilisant, le petit outil : One Click Apk Signer http://forum.xda-dev...ad.php?t=822388 (d'ailleurs, je cherche un équivalent sur ubuntu ! Une idée ?)

Voilà, il n'y a plus qu'à transférer l'apk sur la TP puis faire l'install avec root explorer ou autre.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...