View Single Post
  #6 (permalink)  
Old 05-03-2007, 10:57 AM
Kanu's Avatar
Kanu
Lurker
Offline
 
Join Date: May 2007
Posts: 2
Reputation: 0
Kanu is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
OBEX File Push Profile

Looks like the problem was just a simple registry value. Found this in a post from Malatesta.

Enable/Disable receiving of files over BlueTooth/IrDA
If you want to prevent receiving files over BlueTooth or IrDA, you can set the following value:
HKLM\Software\Microsoft\Obex\IsEnabled = 0 (DWORD decimal)
And to (re-)enable:
HKLM\Software\Microsoft\Obex\IsEnabled = 1 (DWORD decimal)

Changed the value, did a soft reset, and it works fine.
Reply With Quote