Activesync programatically
-
Hi, I want to sync my mobile programatically. It should not run microsoft active sync program, instead of that my application is running in background and it should be popped up and sync my mobile. Is that possible? Help me out. Thanks & regards
-
Hi, I want to sync my mobile programatically. It should not run microsoft active sync program, instead of that my application is running in background and it should be popped up and sync my mobile. Is that possible? Help me out. Thanks & regards
If you want to make your own syncronization program you can. But if you are not using active sync you will need to define your own data transport and protocols.
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
Hi, I want to sync my mobile programatically. It should not run microsoft active sync program, instead of that my application is running in background and it should be popped up and sync my mobile. Is that possible? Help me out. Thanks & regards
This might help: http://www.opennetcf.com/opensource.ocf[^]. You'll probably want the first one which is OpenNETCF.Desktop.Communication Dominick
-
Hi, I want to sync my mobile programatically. It should not run microsoft active sync program, instead of that my application is running in background and it should be popped up and sync my mobile. Is that possible? Help me out. Thanks & regards
-
Hi, I want to sync my mobile programatically. It should not run microsoft active sync program, instead of that my application is running in background and it should be popped up and sync my mobile. Is that possible? Help me out. Thanks & regards
I have done something similar once. We made a service that ran on the pc, that transfered some files to/from the mobile. It is very doable. Onne problem though... We needed ActiveSync to establish the network connection to the mobile (it does so automatically when you dock the mobile). We did not sync anything via ActiveSync, but ActiveSync needed to be running. I do not know if you can establish the network connection to the device without ActiveSync :^)