Updater bug


ninjai

Members
Dec 10, 2010
99
16
Mark,

I got the logcat this time of the bug with the updater app that I was talking about in IRC.

Both times I got the FC were after I did a nandroid backup from CWM, then boot up my phone. If I reboot my phone from android without going into CWM I don't get this FC. Here's the log:

Code:
08-19 08:43:31.107: ERROR/AndroidRuntime(837): FATAL EXCEPTION: main
08-19 08:43:31.107: ERROR/AndroidRuntime(837): java.lang.StringIndexOutOfBoundsException
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at com.android.updater.utils.SysUtils.downloadUpdate(SysUtils.java:333)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at com.android.updater.MainActivity.setNewUpdateInfo(MainActivity.java:385)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at com.android.updater.MainActivity.access$100(MainActivity.java:40)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at com.android.updater.MainActivity$6.onDismiss(MainActivity.java:341)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1047)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at android.os.Handler.dispatchMessage(Handler.java:99)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at android.os.Looper.loop(Looper.java:130)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at android.app.ActivityThread.main(ActivityThread.java:3694)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at java.lang.reflect.Method.invokeNative(Native Method)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at java.lang.reflect.Method.invoke(Method.java:507)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
08-19 08:43:31.107: ERROR/AndroidRuntime(837):     at dalvik.system.NativeStart.main(Native Method)