Kill mobile process from desktop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any easy way to determine if a particular process is running on the
mobile device from the desktop using RAPI, and if so, to kill it?

Thx

Helen
 
A custom approach is to write an agent application that would communicate
with the PC side application using sockets. This is pretty much what the
WM2003 SDK components do (File Viewer, Reg viewer, Spy) except they use
standardized transport components (part of PlatMan). These components are
kinda documented in Platform Builder. It might be easier for you to write
your own, if all you need are few simple tasks.
 
Back
Top