Optimally, what you'd like to do, is to pull off the contacts database, and make a copy of that file, though you won't be able to do that unless the device is rooted. If you want to make an approximation of the contacts based on what you can see from the content provider, you can always just try going and copying all the data entries from the contacts content provider, and then restoring them when you need to (though you'll probably want to do some sort of smart diff to make sure you don't duplicate things..)
kris On Tue, Jan 17, 2012 at 2:04 AM, unicus unicus <[email protected]> wrote: > Try to read contact list for contacts provider and insert into sqlite db. > > -- > More info, > http://androidbasic-answer.blogspot.com/ > > > On Sat, Jan 14, 2012 at 1:09 AM, Manoj Bawane <[email protected]> > wrote: >> >> hi friends, >> I am Novice programmer in Android and I want to make an backup program >> for my android fone so that I can take a copy/backup of my contact >> list so that I can retrive it whenever I loss my contacts mistakly.. >> please guide me about it... >> thanks.. >> >> -- >> 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 > > > > > > > -- > 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 -- 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

