|
Is ActiveSync supported on all Windows CE x86 machines or are there any exceptions?
Started by BHARATH on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It is completely up to the....
Different windows mobile versions:
ActiveSync 4.5 works only with the following versions of the Windows The following mobile device operating systems are supported by ActiveSync 4.2 :
Microsoft® Windows Mobile.
|
|
I need to activesync all my oldcontacts to a new phone, but can't see how to do it in the software. Any suggestions?
Started by digiguru on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
With ActiveSync and it will sync all data with whatever is holding it (local computer, server activesync.
|
|
What is the best/most reliable way of detecting if a PC has Microsoft ActiveSync installed? My PC program uses RAPI to get files off of the device and if it isn't installed there is an error that RAPI.dll cannot be found.
Started by mikelberger on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
That you get and display a message to the user to install activesync?
You can read the registry to detect if ActiveSync is installed
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services
/// <summary> /// Checks to see if ....
|
Ask your Facebook Friends
|
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 supporting PC app and we programatically transfer files between...
Started by JDM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're lucky the devices you care about will show up as an external... .
Activesync will be the most reliable method, being the one that will be the same for all windows connect particular devices to a machine without activesync installed.
|
|
Hi
i build C# program on Windows-Mobile that connect to WebService through cradle
and work with ActiveSync.
the customer want me to change the program that the connection will be through IP cradle.
is it require me any code change ?
how to do it ?
thank...
Started by Gold on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think so, web requests should use connection....
If you can get Internet Explorer on your device to display your web service page (asmx), then your application should be able to connect to the web service as well .
It shouldn't require any code change.
|
|
I have two Exchange 2007 servers, one (exch1) in Transport Hub, Mailbox, and Client Access roles and the other (owa1) in the Client Access role. owa1 is exposed to the world on port 443 for external access.
owa1 is logging the following errors several...
Answer Snippets (Read the full thread at serverfault):
Make sure the BSD box doesn't have some logic for how it determines if a connection is "idle" or... .
Why is exch1 a CAS server? Is it in a different site than cas1?
When I've seen this it's either been a firewall or a load balancer dropping the connection .
|
|
For anyone who's interested in using Activesync on the N80, there's an updated version of Mail for Exchange that works a treat. Have just set it up on my N80 and sent myself a test e-mail. It arrived in a couple of seconds!
The link: http://www.businesssoftware...
Started by pylchung on
, 20 posts
by 9 people.
Answer Snippets (Read the full thread at nokia):
But now it just sits and claims appears to be a bit snappier as a ... .
It has worked (using the new firmware and version 13 of the activesync software).
I have been using Activesync on my N80 with mixed results.
Options are available to me.
|
|
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...
Started by Ira Rainey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Another thing to point out about ActiveSync, I learnt this the hard way, I noticed the battery drains....
That has helped me in the past when WMDC/ActiveSync choose to not setup a partnership).
Try deleting the existing device partnerships.
|
|
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 to do this? I would prefer something in .NET compact ...
Started by DSO on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There is a sample called "stockpor" in the ActiveSync SDK\Activesync\Activesync stock portfolio sample) that gives you an example of how to do custom item hardware you can access the ....
ActiveSync does not have a managed API.
|
|
If you inherited an already configured server which is running Exchange Server 2003: where would you locate the settings on the server that you would need to configure Exchange on iPhone 2.0?
Started by username on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Exchange....
You can read more about side of things can be found here .
You would need to be running Exchange ActiveSync somewhere to allow the iPhone to connect to exchange server role on your exchange server effectively enables ActiveSync.
|