On Nov. 13 in the thread "Contacts FAQ?" (http://groups.google.com/ group/android-developers/browse_thread/thread/58c69a2ea5056a01/ ce7422d7ba3f2283?lnk=gst&q=persist+contacts#ce7422d7ba3f2283), Dan Dumont said:
>To facilitate the discussion around #8, (android.accounts examples) I've >started up a project over here: >http://code.google.com/p/androidaccounts/ > ><http://code.google.com/p/androidaccounts/>If anyone is interested in >pitching in and writing some examples, let me know so I can add you. >The current state of the project is as far as I've gotten to understanding >what is available so far... and I'm stumped as to why new accounts don't >seem to persist after their creation ( as far as the AccountsTester app is >concerned ). Dan if you're out there, or anyone else if you know the answer... did you ever figure out why new accounts don't persist? I'm having this same issue. I've created an account authenticator with its enclosing service and a sync adaptor with its enclosing service. Also, I've created created raw_contacts that are assigned to the account type created, and a new mimetype for data rows in the contacts2.db which contain custom data I want to add about those contacts. Everything seems to be working while my apps are running. But as soon as I reinstall one of the apps or reboot the device, the account type goes away and any raw_contacts with that account type are deleted out of the contacts2.db. I don't hear anyone talking about it hear, so I'm pretty sure its something I'm doing wrong, but I haven't isolated it yet. If there's been a thread I missed, please point me to it. I've downloaded Dan's project and I don't see anything different in the Manifest file that gives me a clue. Thanks, Rodney -- 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

