Re: how to disable Default OBEX Server.
- From: prn <pravin691983@xxxxxxxxx>
- Date: Tue, 8 Apr 2008 22:02:06 -0700 (PDT)
On Apr 8, 5:55 pm, "Peter Foot" <feedb...@xxxxxxxxxxxxxxxxxxxx> wrote:
The OBEX server runs as a service and so you must stop it. You can P/Invoke
CreateFile with the service identifier (think from memory it is OBX0:) and
ServiceIOControl with IOCTL_SERVICE_STOP to do this.
Peter
--
Peter Foot
Microsoft Device Application Development MVPwww.peterfoot.net|www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility
"prn" <pravin691...@xxxxxxxxx> wrote in message
news:c860c0c7-5521-4d29-a54b-ed3345f746b3@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I need to develop my own server over bluetooth using normal
socket communication for windows mobile 6.0 device. Now there is a
default obex server already running on the device, i need to disable
this and get all the obex requests in my application. I tried by
registering for OBEXFileTransferService and then listening on
that..but i do
not get the requests..it goes to the default obex server..How do i
get
my server running?
Any help would be greatly appreciated..
Waiting for your replies..please help.- Hide quoted text -
- Show quoted text -
******************************************************************************
Hi,
Thank you for your reply.
I have disabled the default obex server by making changes
Now,my server application is listening for OBEXFileTransferService,
but when i try to send any file from any device,
I dont get the connection request from the client..i am using
sockets.
What am i doing wrong? is there any port or something on which i shd
listen?
Waiting for your reply.
.
- Follow-Ups:
- Re: how to disable Default OBEX Server.
- From: Peter Foot
- Re: how to disable Default OBEX Server.
- References:
- how to disable Default OBEX Server.
- From: prn
- Re: how to disable Default OBEX Server.
- From: Peter Foot
- how to disable Default OBEX Server.
- Prev by Date: Re: Hooking Mouse Messages
- Next by Date: GPRS Monitor
- Previous by thread: Re: how to disable Default OBEX Server.
- Next by thread: Re: how to disable Default OBEX Server.
- Index(es):
Relevant Pages
|