472,958 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

syncML and C#

I want download all contacts from my mobile phone to my computer. I have to
use usb (or bluetooth) interface and syncML. Someone has any examples or
tutorials, how could I do this. (how can use syncML. Do I have to send only
xml file to phone throught usb? what will I receive?)
Jan 18 '06 #1
1 3983
queer,

If you are going to use bluetooth, then chances are that it exposes a
service that you will have to connect to. I find that the OpenNETCF
Bluetooth classes can get you connected to the phone over bluetooth, but
once you do that, actually querying the service is going to take some work.

You would probably transfer using the IRDA (infrared) standard (it
defines the protocol, not the channel).

Over USB, I don't know if this still applies, the protocol might be
different.

Once you establish how the data is transferred, you have to establish
what is transferred, which in this case is the syncML.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"qweer" <qw****@gazeta.pl> wrote in message
news:dq**********@sunflower.man.poznan.pl...
I want download all contacts from my mobile phone to my computer. I have to
use usb (or bluetooth) interface and syncML. Someone has any examples or
tutorials, how could I do this. (how can use syncML. Do I have to send only
xml file to phone throught usb? what will I receive?)

Jan 18 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jeremy Jones | last post by:
I've written an article on IPython which is now live on O'Reilly's ONLamp site at http://www.onlamp.com/pub/a/python/2005/01/27/ipython.html. All feedback is welcome. Regardless of what you may...
0
by: Thomas Hofer | last post by:
hi out there! i hope i post into the right newsgroup, but i cannot find a better fitting one. i am searching for a SyncML-Server. a freeware, or cheap server, for private use only, for approx. 5...
1
by: Mark Snelling | last post by:
Hi, I have a question regarding XPath and namespaces. I have a piece of XML... <Cred> <Meta> <Type xmlns='syncml:metinf'>syncml:auth-basic</Type> </Meta> <Data>QnJ1Y2UyOk9oQmVoYXZl</Data>...
1
by: Almad | last post by:
Hi, our applications can have plugins as subpackages and I'd like to allow them to use their own logger as well as it's configuration. I thought that best way will be their own configuration...
0
by: Al Reynolds | last post by:
Morning, I'm trying to copy a stream from mobical.net to a local file (for those of you who don't know, Mobical is a free online SyncML server, but they don't officially offer iCalendar...
0
by: support | last post by:
SyncML.NET Client API C# is a set of .Net components and programs to synchronize between a personal information manager and a SyncML server like Funambol. It is not a port of existing sync client...
2
by: =?Utf-8?B?YW5vbg==?= | last post by:
I am not sure if this is the right forum. Environment : Windows server 2008, IIS 7.0 I get the 'Could not load the file or assembly 'blowery.web.httpCompress' or one of its dependencies. The...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.