activesync

Why is WMDC/ActiveSync so flaky?

I'm developing a Windows Mobile app using the .NET Compact Framework 3.5 and VS2008, and for debugging using the Device Emulator V3, on Win7, and seem to have constant problems with Windows Mobile Device Centre (6.1) connecting. Using the Emulator Manager (9.0.21022.8) I cradle the device using DMA in WMDC. The problem is it's so flaky ...

how to run any program when connecting any device through ActivSync

hi how to run any program when connecting any device through ActivSync ? thank's in advance ...

Is there a tool to open a text-file directly from a remote (WM) device?

I have asked this question on superuser as well, but have not yet gotten a satisfactory answer. Since I feel that this question is relevant to (Windows Mobile) developers, I decided to ask it here as well. If you feel this is inappropriate, please don't hesitate to close or delete this question. When I browse the files on a remote Win...

Socket connect() always succeeds (TCP over ActiveSync)

I'm using TCP/IP over ActiveSync to connect from Windows CE device to Windows XP desktop. The WinSock connect() function always succeeds, no matter whether desktop server application is actually running. The following simplified code demonstrates this issue: #include "stdafx.h" #include <Winsock2.h> int _tmain(int argc, _TCHAR* argv[]...

How to exchanged data between desktop and mobile applications based on managed code

I develop the desktop application running under WinXPSP3 that should communicate to the other application, located at the mobile device running under Windows Mobile 2003/2005 and docked to the host with ActiveSync running. I have searched for some mechanism that looks like WCF, but failed to find any. Does BCL contain any classes that ca...

How to cut down ActiveSync functionality on Windows CE device

Is there any way to cut down a specific functions of ActiveSync service on Windows CE device? I want to see only one specific folder on my device when it's connected to PC. Basically I want to leave only functionality of exchanging data via a specific folder, without any other communication (deploying applications, synchronization etc.)...

What are the limitations of Windows CE 4.2?

Other than Active Sync not working, are there any other limitations that I need to consider when targeting a Windows CE 4.2 device for a CF 3.5 application in C# that uses WCF to talk to a server? ...

Is there any way to connect more then one PPC to ActiveSync ?

hi Is there any way to connect more then one PPC to ActiveSync in one Computer ? (that i can work on 2 PPC as parallel) thank's in advance ...

can anyone tell how mobile interact with wireless active sync to get mails from exhange server?

can anyone tell how mobile interact with wireless active sync to get mails from exhange server? ...

MDAC and ActiveSync for Windows 7 64bit - need help

hi i try to install my C# program on Windows 7 64bit and i got error. i need to install MDAC and ActiveSync on computer. from where i can download MDAC (that fit for Win-7 64 bit) and ActiveSync ? thank's in advance ...

Use ActiveSync in Java for connect to Symbian OS

How I can use ActiveSync in Java for connect to Symbian OS? Where I can I find a good manual about this? ...

How can I control my winmo phone?

I have been trying to find a way to control my winmo phone from my pc. (HTC S740) What I want is to be able to call a number from an application, answer the phone from an application and hangup the phone from an application. It should also be able to track how long the ongoing call has been. Any libraries out there that lets me make su...

Device Emulator Mananger and ActiveSync

I use Device Emulator Manager to fire up my Windows Mobile 5 Emulator. I then right click on the device (in the Device Emulator Manager list) and select cradle. ActiveSync then ties to connect. After about 10 seconds I get this message: Then if I open up the connection options and press connect: Then it works just fine. So...

Activesync wont connect to my Windows CE 6 device

Hi! When I connect my Windows CE 6 device to my development machine I get Microsoft USB Sync to register in Windows Device manager. But I cant connect with ActiveSync for some reason. Any ideas on how to fix this? It worked with Windows CE 5, but when we upgraded ActiveSync-functionality disappeared. NEW UPDATE 13.34: Error log from...

uh-oh windows mobile threading issues !

specifically WM6x, winCE5x Now my current understanding from trawling the msdn etal is that the IMAPIAdviseSink::OnNotify callback can be made from any old thread; from (ce)mapi or perhaps even from a third-party service provider. Under WM6x, i cannot seem to coax an in-thread response by invoking HrThisThreadAdviseSink, since while th...

HTC Touch & ActiveSync issue

Hi All, I always sync my phone with my office computer so that I don't lose any data. This time I changed my office and moreover to the great luck my HTC Touch stopped working. Its touch is not responding and thus I want to backup all my data and buy a new phone. But this time when I tried to sync, it copied only the latest contacts tha...

How to send a mail via Activesync from an android app?

Hi, we have an application that need to interact with mail. For that, our customer want us to : - Retrieve the Activesync parameters the user have entered on the general parameters of the phone. - Send the mail in a silent way using these activesync parameters. - Be able to read and parse a possible reply to the mail on the Exchange ser...

how to remotely install certificate on Windows CE using RAPI and ActiveSync

I'm creating .NET application which connects to WindowsCE device using Active Sync. I'm using OpenNETCF.Desktop.Communication.dll library to connect via RAPI but I didn't find any way to install the certificate on the mobile device. ...

How should I get ActiveSync / Mobile Dev Center to recognise my Windows CE device via USB?

We develop a custom Windows CE-based device. To connect this to the PC via ActiveSync / Mobile Device Center, we have to set up entries so that the WCE USB Serial Host (wceusbsh.sys) recognises our Vendor ID (Vid) and Product ID (Pid). To do this, to date, we have distributed a modified version of wceusbsh.inf and wceusbsh.sys: when th...

How to get Windows Mobile Device Center To Connect to the Emulator

I have recently installed Windows 7 and I have come to a conclusion. While Active Sync was old and did not work great, it did work. I could connect to my devices and emulators after the proper rituals and incantations. The other conclusion I have come to is that Windows Mobile Device Center is worse that Active Sync was. I cannot get...