Questions tagged [rapi]

RAPI (Remote API) is an official library that enables applications running on a Windows-based desktop to perform actions on a remote Windows Mobile device.

See also

41 questions
0
votes
1 answer

CeGetSystemInfo doesn't fill the struct passed by reference

I'm trying to get information about a Windows Mobile device from a desktop application (written in C#). I searched the MSDN and found that the function I need is in rapi.dll: VOID CeGetSystemInfo (LPSYSTEM_INFO lpSystemInfo); The parameter is a…
Raphael
  • 7,972
  • 14
  • 62
  • 83
0
votes
1 answer

Windows Mobile app copy file to desktop?

Is it possible to write a WinMo app that copies files from the device to the attached desktop? I know RAPI works from the desktop to the mobile, but I'd like to turn that around if I can.
0
votes
0 answers

OpenNETCF RAPI exception can not be catched

I am using OpenNETCF Desktop Communication Library a RAPI open source library to develop a winform application. Now everything is OK. But in some computers, the application crashed caused by RAPI lirary and this exception can not be catched. I…
RyanWang
  • 178
  • 9
0
votes
2 answers

Copying file to windows ce device using c#

I have a portable windows ce device. I am writing an application to copy files from windows 7 to windows ce using RAPI. This is the code i use. Mobile.Device.CopyFileToDevice(@"C:\Users\username\AppData\Local\Temp\AssetList.xml”, @“\Flash…
Lucky Luke2
  • 2,056
  • 5
  • 25
  • 32
0
votes
1 answer

Microsoft Sync Framework through USB between Windows CE Device and Windows PC

How can we use the MS Sync Framework to synchronize a text file located on a Windows CE 6.0 device with a text file located on a Windows PC when the device and the PC are connected through USB? We already know how to do this when... the two target…
Shaun Luttin
  • 133,272
  • 81
  • 405
  • 467
0
votes
1 answer

Rapi.dll / OpenNETCF Invoke example

I'm failing to use the Invoke method of the OpenNETCF Rapi.dll. Can somebody please post an example? I can't seem to find one anywhere on the web. Other function calls worked fine, but I couldn't figure out Invoke. (dllPath was OK) MyDll is in the…
Adam Szabo
  • 11,302
  • 18
  • 64
  • 100
0
votes
1 answer

Connecting multiple devices through RAPI2

The Microsoft RAPI2 interface is designed with the ability to talk to multiple devices. But, ActiveSync 4.5.0 allows only allows one device at a time to connect and only allows it over a USB connection. Is there a way to write a client-server piece…
PaulH
  • 7,759
  • 8
  • 66
  • 143
0
votes
1 answer

Windows XP SP3 and syncing to Windows Mobile 6.5

According to Microsoft Active Sync 4.5 will only work on Windows XP SP2 and lower and that Windows Mobile Device Center will only work on Windows Vista and above. So where does that put XP SP3? I don't have an install of it hanging around to try it…
meds
  • 21,699
  • 37
  • 163
  • 314
0
votes
1 answer

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 with activesync installation on desktop PC.…
himanshu
  • 417
  • 5
  • 18
0
votes
1 answer

Silverlight out of browser/in browser (or any browser delivered platform) which can talk to Windows Mobile devices?

I'm attempting to write a browser delivered app which can talk to Windows Mobile, preferably in C# and using the RAPI2 library. Is this at all possible?
meds
  • 21,699
  • 37
  • 163
  • 314
0
votes
1 answer

SQLServerCE SDF file on Windows 7

I've have an application on Windows XP that takes an sdf file (SQLServerCE3.0) from a mobile device (Windows Mobile 5.0) import and delete some data and then put it back to the device. It has allways worked correctly. Now, when i do it on Windows 7…
1 2
3