Theres a new version of the Swype beta that is IMMENSELY better than the preloaded swype that comes with the atrix, it literally fixes all the annoying things of the older Swype versions:
Swype Android keyboard updated with a number of improvements | Android Central
They even now support qHD and it uses Google Voice Search to text instead of Vlingo!
Current versions
Installer: 1.1.20186 (12.01)
SwypeBETA - STANDARD: 2.29.71.20203 (all languages)
SwypeBETA - MICRO: 2.29.71.20186 (English + Spanish only)
Unfortunately, because the Atrix comes with Swype preinstalled, you have to remove that preinstalled version (i.e. YOU MUST BE ROOTED) to install the beta:
If you want to get in the latest beta, sign up over here. Registrations are open right now, hurry before they close them again!
Long version of steps for ADB (Thanks for playin4sheezy on XDA):
Swype Android keyboard updated with a number of improvements | Android Central
They even now support qHD and it uses Google Voice Search to text instead of Vlingo!
Current versions
Installer: 1.1.20186 (12.01)
SwypeBETA - STANDARD: 2.29.71.20203 (all languages)
SwypeBETA - MICRO: 2.29.71.20186 (English + Spanish only)
Unfortunately, because the Atrix comes with Swype preinstalled, you have to remove that preinstalled version (i.e. YOU MUST BE ROOTED) to install the beta:
- Use Root Explorer (make sure to mount R/W), Terminal, ADB to backup and then delete Swype.apk from /system/app and libSwypecore.so from /System/lib
- Download the installer from https://beta.swype.com/android/get/ (on your phone)
- Use installer to login and install latest version of swype
If you want to get in the latest beta, sign up over here. Registrations are open right now, hurry before they close them again!
Long version of steps for ADB (Thanks for playin4sheezy on XDA):
- goto command prompt
- type the following:
adb shell
su
mkdir /mnt/sdcard/swype_backup
mount -o rw,remount /dev/block/mmcblk0p12 /system
cp /system/app/Swype.apk /mnt/sdcard/swype_backup
cp /system/lib/libSwypeCore.so /mnt/sdcard/swype_backup
rm /system/app/Swype.apk
rm /system/lib/libSwypeCore.so