0
votes
2answers
210 views

How to connect and test a Windows CE project on a real device?

Note : I'm using VS2008 and I'm working on windows 7. I'm developping a Windows CE application which will run on a Motorola MC3000 device with a WinCE 5.0 like OS . I tried to use ActiveSync in ...
1
vote
0answers
120 views

How can I enable ActiveSync connection from Windows CE mobile device?

I have Windows XP on computer and Navigator with Windows CE 6.0. They are connected via USB. When I enter usb cabel to the navigator - all ok, they becomes connected. But the navigator has the option ...
0
votes
1answer
72 views

RAPI version of RegFlushKey method?

I searched a lot and could not find something useful. I am writing a config utility running on desktop PC and modifies registry settings of connected WINCE 6.0 device. It is achieved using RAPI/RAPI2 ...
3
votes
1answer
570 views

WinCE and PC USB communication

We are developing some device and we need to find good solution for one of needed functionality. Thing is that we need communicate WinCE 6.0 (ARM) and Windows on PC. Easiest way is of course COM port ...
0
votes
2answers
475 views

WinCE 6.0 device not responding to ping

i am working on WinCE 6.0(On ARM9) based (Headless)Device. i established a ethernet(EMACB1) connection between My Desktop(XP-SP3) and WinCE Device. the device shows network established but wince ...
0
votes
0answers
162 views

WinCE Active Sync Debugging Setup

Working with Visual Studio 2005 and Windows CE 6.0 R3. I have active sync working, and I am able to deploy my application onto the device through Visual Studio. However, I get system lock ups on the ...
0
votes
1answer
2k views

How to connect a Windows CE Ethernet device on ActiveSync Remote Display on Windows 7?

I have a device connected to my Windows 7 desktop pc via an Ethernet cable. My aim is to remotely view the device and control it from my pc. I have had this running on an XP computer but not on a ...
0
votes
1answer
874 views

Windows CE 6 Device will not connect to PC

So, ive got a EPC 7" Netbook things (Smartbook) and it just does not want to connect. Ive got Active Sync 4.5 running on a Win XP SP3 PC, and it just says the connection is unavaliable. Ive tried 2 ...
3
votes
1answer
156 views

Changed Launch10=shell.exe to another value… what now?

I'm working with Windows CE 5 and, before realizing that this was the wrong reg key, I changed the value of HKLM>init>Launch10 from shell.exe to my own program. I know now that I should have changed ...
1
vote
2answers
221 views

synchronize two win ce 6 devices using usb

I wanted to know if there is any way to synchronize (or exchanging files) two Windows CE 6.0 devices. Actually, I am able using ActiveSync to synchronize them one by one with a computer. Can I bypass ...
2
votes
1answer
385 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 ...
3
votes
2answers
884 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 ...
1
vote
1answer
199 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?
0
votes
1answer
687 views

C# and ActiveSync communication / open and read files

I have a device connected to a host computer through cradle usb. Now, I'm just wondering if I could use C# sockets to communicate with the device (ie device sending data, host computer processing it ...
1
vote
1answer
653 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
2answers
6k 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 ...
3
votes
1answer
224 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?
2
votes
1answer
340 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
1k 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 ...