This is a staging forum for AgileBits, not an official support forum. Visit http://discussions.agilebits.com instead.

Crash on Milestone Android 2.1

bmalkow
bmalkow Junior Member
edited December 1969 in Android
Hi!



Thanks for Android version of 1Password!!!



It crash on Milestone with original Android 2.1 from Motorola (Shols_u2_02.36.0)

After I enter master password 1Password crash with stacktrace:



[CODE]

07-07 12:09:23.972: WARN/dalvikvm(16751): threadid=3: thread exiting with uncaught exception (group=0x4001b170)

07-07 12:09:23.972: ERROR/AndroidRuntime(16751): Uncaught handler: thread main exiting due to uncaught exception

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.onepassword.passwordmanager/com.onepassword.passwordmanager.ItemsListActivity}: java.lang.NullPointerException: replacement should not be null

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2496)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.app.ActivityThread.access$2200(ActivityThread.java:119)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.os.Handler.dispatchMessage(Handler.java:99)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.os.Looper.loop(Looper.java:123)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.app.ActivityThread.main(ActivityThread.java:4363)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at java.lang.reflect.Method.invokeNative(Native Method)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at java.lang.reflect.Method.invoke(Method.java:521)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at dalvik.system.NativeStart.main(Native Method)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): Caused by: java.lang.NullPointerException: replacement should not be null

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at java.lang.String.replace(String.java:1550)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.onepassword.passwordmanager.records.OnePasswordRecord.addUnableToDecryptSecureContentMsg(OnePasswordRecord.java:502)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.onepassword.passwordmanager.records.CreditCard.initRecordSpecificProperties(CreditCard.java:181)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.onepassword.passwordmanager.records.OnePasswordRecord.decryptSecureContent(OnePasswordRecord.java:239)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.onepassword.passwordmanager.ItemsListActivity.setListViewInternal(ItemsListActivity.java:217)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.onepassword.passwordmanager.ItemsListActivity.setListView(ItemsListActivity.java:262)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.onepassword.passwordmanager.ItemsListActivity.setTabs(ItemsListActivity.java:290)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at com.onepassword.passwordmanager.ItemsListActivity.onCreate(ItemsListActivity.java:72)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)

07-07 12:09:23.980: ERROR/AndroidRuntime(16751): ... 11 more

[/CODE]