I need to connect the Symbian OS device and communicate with files. Is there any api or dll to connect device to do this? I need to back the contacts,photos and other possible files.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Connect how? Packet data, USB, Bluetooth? With Bluetooth there’s the OBEX API – it can be used via USB as well, but there are probably more quirks with getting it to work.
If you are using Qt, you can do this with QBlueToothTransferManager.