views:

286

answers:

2

Hi,

I would like to create a desktop application (preferably in c#, running on .net or mono) that would read/write information (phone book, calendar, calls, text messages, etc.) from/to my connected (usb/bluetooth) symbian phone (SE p990i), but I don't seem to be able to pick up the right keywords to google for it, hence cannot get started.

I considered having a look at some existing OSS application's source code, but couldn't find any. MyPhoneExplorer is freeware, but doesn't provide source code. It requires the Sony-Ericsson communication program to be installed anyway, so assume its code would not be useful on linux.

So please, suggest keywords to search for!

Thanks,

+2  A: 

It's a couple of years since I worked on Symbian and haven't done much C# so I can't answer directly, but I always found that Eric Bustarret's site at http://www.newlc.com/ was very helpful for all my Symbian problems.

Dipstick
Thanks! The newlc site seems to be useful, but unfortunately it is not available at the momement, Based on google search on that site what I would need is the connectivity/connect sdk, but all other site search results I get are old (2002-2006), so maybe that won't help.
zsepi
+1  A: 

Sorry about the shameless plug. http://www.quickrecipesonsymbianos.com will tell you how to programmatically read messages, contacts, agenda and send them over usb or bluetooth. You can then use whatever programming language you like to receive the data on the connected computer.

QuickRecipesOnSymbianOS
Yes, that is a solution I considered to write a client for the phone and send data to a desktop app, but writing only a single app on the desktop would be preferable (if such solution is possible of course).
zsepi