Hi guys,
I just want to create a program that back up all your contacts in your phone book. I have codes that delete all but I think backing it up is more recommended that deleting it at all.. Please help me and share your codes.
Thanks
Hi guys,
I just want to create a program that back up all your contacts in your phone book. I have codes that delete all but I think backing it up is more recommended that deleting it at all.. Please help me and share your codes.
Thanks
use phone book classes starting with pbk for this task..
use iPbkContactEngine->OpenContactL to open contacts..
and then find and save all entries in text file.. using classes
CPbkContactItem
TPbkContactItemField
Yeah, thanks for the guide, but im running out of time... can you give me more details on the code and/or give me some links on how can i study phone book classes... thanksOriginally Posted by anglina
if u search the forum u can find a lot of stuff and code on this..
how about tutorial? Is this avaible on symbian's "HOLY BIBLE" (sdk documentation).
yes, everything is documented in sdk regarding this..search for CPbk* ..