I am using a custom Authenticator (app1 named "biz.wolschon.android.dropbox.authenticator") and a custom SyncAdapter (separate app2) and a client-application (named "biz.wolschon.android.dropbox.sendto") very similar to the example at http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/AuthenticatorActivity.html
Everything works fine until you shutdown and reboot your phone. The Google-Accounts are still there but the custom accounts are gone!!! I am using Android 2.2 on a Nexus One. What could possible be the reason for such a thing to happen? During device-shutdown the log shows: (I greped for "biz") D/VoldCmdListener( 54): asec path biz.wolschon.android.dropbox.authenticator-1 D/VoldCmdListener( 54): asec path biz.wolschon.android.dropbox.sendto-2 I/PackageManager( 93): Removing non-system package:biz.wolschon.android.dropbox.sendto I/ActivityManager( 93): Force stopping package biz.wolschon.android.dropbox.sendto uid=10070 I/PackageManager( 93): Removing non-system package:biz.wolschon.android.dropbox.authenticator I/ActivityManager( 93): Force stopping package biz.wolschon.android.dropbox.authenticator uid=10102 I/ActivityManager( 93): Force stopping package biz.wolschon.android.dropbox.sendto uid=10070 I/ActivityManager( 93): Force stopping package biz.wolschon.android.dropbox.authenticator uid=10102 D/AccountManagerService( 93): deleting account [email protected] because type dropbox no longer has a registered authenticator D/ContactsProvider( 215): removing data for removed account Account {[email protected], type=dropbox} D/VoldCmdListener( 54): asec unmount biz.wolschon.android.dropbox.sendto-2 force D/vending ( 533): [27] LocalAssetCache.updateOnePackage(): No local info for biz.wolschon.android.dropbox.authenticator D/vending ( 533): [25] LocalAssetCache.updateOnePackage(): No local info for biz.wolschon.android.dropbox.sendto D/VoldCmdListener( 54): asec unmount biz.wolschon.android.dropbox.authenticator-1 force I can not find any known bugs using http://code.google.com/p/android/issues/list?can=1&q=Removing+non-system+package&colspec=ID+Type+Status+Owner+Summary+Stars&cells=tiles or http://code.google.com/p/android/issues/list?can=1&q=Authenticator&colspec=ID+Type+Status+Owner+Summary+Stars&cells=tiles -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

