Hi Carel, On Fri, Apr 21, 2006, Carel Bast wrote: > disconnected > connect 00:17:4B:66:FF:3A > Getting rfcomm device from btcond via D-BUS > btcond returned error: com.nokia.btcond.error.invalid_svc > Using device: /dev/rfcomm0 > OBEX setup failed: Connecting failed (err: 260) > disconnected > exit > Exiting. > ~ $ > > The 260 error is indeed GW_OBEX_ERROR_CONNECT_FAILED . > The invalid_svc error. is "No such profile on device" The invalid_svc error is to be expected, since obc (and gnomevfs) will first try to connect to a Nokia specific profile (present in some symbian phones) and then to the normal OBEX File Transfer profile. Your results still indicate something going wrong with the OBEX protocol (such as CONNECT command failing). The output of "hcidump -X -V" would probably reveal more about what is going on. Johan