What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Swype 3.23 won't work, I keep getting Force Close

eMWu

Member
Anyone managed to replace the system Swype with a 3.2x version?
I renamed the original Swype apk and the library, installed a 3.23 FWVGA Swype version, but if I try to access Swype settings or the keyboard itself I keep getting process com.swype.android.inputmethod force close.
I'm on stock Gingerbread.

Here's the relevant part of system log:

Code:
2011-09-28 14:37:47.823 I 1300/ActivityManager: Start proc com.swype.android.inputmethod for broadcast com.swype.android.inputmethod/.SwypeDataInitializer: pid=1822 uid=10081 gids={}
2011-09-28 14:37:47.948 D 1822/szipinf: Initializing inflate state
2011-09-28 14:37:47.971 W 1822/dalvikvm: Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/swype/android/jni/SwypeCore;


2011-09-28 14:37:47.971 D 1822/AndroidRuntime: Shutting down VM


2011-09-28 14:37:47.971 W 1822/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x40018560)


2011-09-28 14:37:47.987 E 1822/AndroidRuntime: FATAL EXCEPTION: main
java.lang.ExceptionInInitializerError
    at com.swype.android.inputmethod.SwypeApplication.onCreate(SwypeApplication.java:129)
    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:969)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3395)
    at android.app.ActivityThread.access$2200(ActivityThread.java:124)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1006)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:123)
    at android.app.ActivityThread.main(ActivityThread.java:3806)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:507)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load SwypeCore: findLibrary returned null
    at java.lang.Runtime.loadLibrary(Runtime.java:429)
    at java.lang.System.loadLibrary(System.java:554)
    at com.swype.android.jni.SwypeCore.<clinit>(SwypeCore.java:928)
    ... 13 more


2011-09-28 14:37:47.995 D 1300/szipinf: Initializing inflate state
2011-09-28 14:37:47.995 I 1822/Process: Sending signal. PID: 1822 SIG: 9
2011-09-28 14:37:47.995 E 1300/ANRInfo: Force Close Dialog not Displayed - showDialog=true mSleeping=true
2011-09-28 14:37:48.010 D 1463/Launcher: -- loadPreferences()
2011-09-28 14:37:48.010 I 1300/ActivityManager: Process com.swype.android.inputmethod (pid 1822) has died.

EDIT: Nevermind. Wiping the cache partition in recovery helped.
 
Back
Top