Tagged Questions

ActiveSync is a mobile data synchronization technology and protocol developed by Microsoft

learn more… | top users | synonyms

6
votes
3answers
811 views

.NET compact framework and ActiveSync

Is there a way that my .NET CF app running on a Windows CE device can know when the device is docked/synced with the PC?
4
votes
1answer
109 views

How do I find ActiveSync attributes from Exchange with C#?

I'm trying to find some ActiveSync attributes from Exchange. I found a good article that shows a PowerShell cmdlet for finding this information. But I'm trying to find where this information is ...
4
votes
2answers
90 views

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 ...
3
votes
2answers
258 views

WIN CE 5.0 ActiveSync Connect/Disconnect?

I'm having to back port some software from Windows Mobile 6.5 to Windows CE 5.0, the software currently detects when the unit is in the base unit (ActiveSync running). I need to know when ActiveSync ...
3
votes
1answer
338 views

.NETCF Async TCP socket graceful shutdown issue

I have a TCP client/server app to communicate with a Windows CE device over an ActiveSync connection. Both the client and server utilize Asynchronous sockets (i.e. the Socket.Begin* and Socket.End* ...
3
votes
2answers
823 views

ActiveSync library

I am writing a cross-platform c++ application that needs to connect to Exchange servers and download mails using ActiveSync. Is there any library available for ActiveSync (preferably open-source)? I ...
3
votes
1answer
138 views

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?
3
votes
2answers
5k views

Get ip address of host pc from windows mobile when connected via ActiveSync

I have a .Net Compact app running on Windows Mobile, and I want to be able to connect to a webservice running on the 'host' machine (i.e. the desktop the PDA is plugged into) when connected via ...
2
votes
1answer
46 views

RNDIS lost connection issue

We have a makeshift SOAP client written in C# connecting to a CXF service on a desktop from a windows mobile device. When this device is connected via ActiveSync, it creates a virtual adapter for the ...
2
votes
1answer
202 views

Deploying an application into a smart device

Just wondering what is the best way to deploy an application into a device using Active Sync / Windows Mobile Device Center? I looked into creating a CAB Project which works but I just want to know ...
2
votes
1answer
5k views

How to sync PC desktop mail client to an Exchange Activesync server?

I've got a situation where I want to connect to an email server whose only exposed service for mail/calendar is Activesync (it's an Exchange server). The only web interface exposed is "OWA light" ...
2
votes
1answer
64 views

Windows Mobile - Accessing Application's table from PC

I'd like to know how to access the data stored in the SQL server tables from Windows Mobile to PC. for e.g. I can add many data to the application and when I connect to the PC, I'd like to access ...
2
votes
2answers
4k views

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 ...
2
votes
1answer
213 views

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 ...
2
votes
2answers
809 views

Are there any Windows Mobile client/server file synchronization APIs?

MS has a good file/directory sync framework called Windows.Synchronization.Files, but it is not available for Mobile! Does anyone know what the standard way is of getting this functionality on Windows ...
2
votes
3answers
2k views

Programming ActiveSync on Windows Mobile

I am developing a desktop app which manages contact information and I want to be able to have it sync with the contacts list on Windows Mobile devices. Which namespaces/APIs do I need to understand ...
2
votes
2answers
6k views

ActiveSync support across Windows CE/Mobile machines

Is ActiveSync supported on all Windows CE x86 machines or are there any exceptions?
2
votes
6answers
5k views

Is there a way to query who are activesync/bb users through Exchange PowerShell?

Is there a way to query against exchange 2007 to distinguish who is either an active sync or blackberry user using powershell exchange addin?
1
vote
1answer
40 views

Run an application on windows mobile over ActiveSync

I'd like to run an application on windows mobile via ActiveSync from PC. Is there any way to do it via C# or C++ ? Or a way to edit a registry key of windows mobile via ActiveSync?
1
vote
1answer
37 views

ActiveSync 2.5 push contacts Android 2.3 and 4

I am building a groupware using zpush to sync contacts/calendars. Direct Push is working very well on any IOS device but does not on Android (tested on 2.3 and 4.0). Instead of receiving a SYNC ...
1
vote
0answers
71 views

C# Exchange ActiveSync Client

Does anyone know of any good libraries for implementing the Exchange ActiveSync Protocol into a C# Application so that I can sync emails with the application to a server (such as m.google.com)?
1
vote
0answers
63 views

Include attachment in .ics file for a response to a meeting request

I am using the following tag while creating my ics object; Attach;FMTTYE= text/plain ;ENCODING =BASE64; VALUE =BINARY : (base 64 encoded text for a image) But it seems server not able to parse the ...
1
vote
1answer
110 views

Windows CE ActiveSync TCP connection

I have a .NET compact framework program that has my CE device open a socket to my PC over the USB cable's ActiveSync connection. Everything works fine, except when I'm trying to use a laptop that ...
1
vote
1answer
67 views

ActiveSync to Sync iPhone with my Application

Would it be possible, to use ActiveSync on iPhone to sync Mail, Contact and Appointments with my Application? My application is developed with C#. Now, I thought, If I could implement something, that ...
1
vote
1answer
234 views

Undocumented Exchange ActiveSync status while syncing

I'm trying to build a simple Exchange ActiveSync client. I'm using a simple Python script that sends an initial sync email command, while connecting to an Exchange 2010 SP1 . In the request body I'm ...
1
vote
1answer
104 views

Support for ActiveSync [closed]

I have a winCE device. I need to know whether the device has support for activesync. How can I check whether the device has support for ActiveSync?
1
vote
0answers
138 views

Which Exchange protocol to use?

My company is working on a project to develop a desktop and mobile email client that can connect to different mail servers with minimal configuration for users or server admins. We want to be able to ...
1
vote
2answers
149 views

What is required for ActiveSync?

I like how Gmail uses ActiveSync to sync my iOS contacts with Gmail. I DO NOT like how Plaxo uses an app to sync my iOS contacts with Plaxo. Why doesn't Plaxo use ActiveSync? I also operate a ...
1
vote
2answers
419 views

WBXML parser to use for Active Sync implementation

Looking for a open source WBXML parser/writer to use with active sync . Do you know a good one ? (JAVA)
1
vote
5answers
326 views

Reccomended Exchange Server API for WP7 app

I am investigating developing an app for Windows Phone 7 that requires access to email/calendar information from Exchange Server (read only). The way I see it there are 2 options EWS or ActiveSync. ...
1
vote
1answer
263 views

I there any library xml2wbxml, wbxml for iPhone?

I there any library xml2wbxml, wbxml for iPhone ? Any doc, tutorials and links are well come. Edit: I have found libwbxml but I can't build it on the phone. Did any one have an success build on the ...
1
vote
3answers
741 views

How do I implement activesync protocol in iphone app?

How do I implement activesync protocol in iphone app? Any advice, any docs and tutorials are well come. I have read the Exchange ActiveSync and iOS 4 Devices from apple. Is there any real docs for ...
1
vote
1answer
522 views

Accessing Gmail, Calendar and Contacts using Exchange ActiveSync

This maybe very noob and unworthy of stackoverflow.com, but nonetheless here goes: I'm trying to write a custom application that syncs my Google data (emails, calendar and contacts) to the desktop (I ...
1
vote
1answer
277 views

C# How to get the sync folder of ActiveSync

I'm not sure about my question so here it goes: In C#, how do I get the location of the sync folder of ActiveSync/Windows Mobile Center? so I could programatically read and write files into it. ...
1
vote
1answer
129 views

Is it possible to develop an app similar to the native mail app of iPhone iOS 4 that uses ActiveSync in synchronizing mails and calendar entries?

I understand the native app in the new OS is able to do synchronization. I am wondering if a third party app can also accomplish similar task, has its own settings page where a user can create and ...
1
vote
1answer
355 views

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 ...
1
vote
1answer
305 views

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

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 ...
1
vote
2answers
3k views

Activesync wont connect to my Windows CE 6 device

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 ...
1
vote
1answer
3k views

MDAC and ActiveSync for Windows 7 64bit - need help

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 ? ...
1
vote
2answers
677 views

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 ...
1
vote
2answers
104 views

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 ...
1
vote
1answer
45 views

how to run any program when connecting any device through ActivSync

how to run any program when connecting any device through ActivSync ? thank's in advance
1
vote
1answer
422 views

Data Exchange between applications over ActiveSync

Can anyone tell me how to send receive data between two applications over an ActiveSync connection? In my scenario there will be one application running on a desktop and another on a windows mobile ...
1
vote
1answer
59 views

Preferred method of packaging Windows Mobile apps?

Is there a preferred method of packaging Windows Mobile apps? Visual Studio creates an .exe file from the source, but the MSDN website mentions a CAB wizard. Can either work if it is just a standalone ...
1
vote
1answer
153 views

Can I Sync Pocket Access on Windows 7?

I have to sync a Pocket Access database with Access on the PC. WMDC won't let me do that and ActiveSync won't run on Vista so I can't do it. Works great on XP. Windows 7 has an XP mode. It runs XP ...
1
vote
2answers
2k views

How to disable the ActiveSync synchronization setup wizard?

In my team we share the different windows mobile devices we use for testing during development. This means that every time you plug in a device, ActiveSync creates a pop-up for the "Synchronization ...
1
vote
2answers
2k views

Accessing Windows Mobile/CE devices without using activesync/WMDC

I am currently working on an application that runs on several different Windows Mobile and CE devices. The project is written in unmanaged C++ using MFC. This application also comes with a ...
1
vote
1answer
388 views

CeRapiInit or CeRapiInitEx?

CeRapiInit() does not return until a device is connected and initialization is complete (synchronous). CeRapiInitEx() does, but requires a callback event handler (asynchronous). All I want is a ...
1
vote
1answer
1k views

How to disable Internet connection over ActiveSync?

I am using standard 3G connection for video streaming. "Streaming Media" application works fine. However after I connect my WinMo 6.1 device to my laptop, it uses Internet connection over ...
0
votes
1answer
41 views

How can I disable Activesync if I detect a rooted phone on Android?

I found a few ways to detect a rooted Android phone, but I would now like to use that functionality to whitelist (or blacklist) users who root with activesync. What are my implementation options ...

1 2