Todd spake unto us the following wisdom:
> I'm wondering what the state of this tool is.  I read somewhere it would
> work with the 551. But I can't list a directory or get files. It figures
> out which channel to use and then
>
> connecting... bt:1
> done
> Receiving (null)...failed: (null)

I had this same problem, with a USB Bluetooth dongle from Wal*Mart.
The phone would transfer properly on the transaction which caused it
to pair (that is, if I deleted the pairing with my computer after
every transaction, I could do transfers), but not otherwise. A
different dongle fixed the problem for me.

Ethan

Thanks, I tried that, but it didn't help.  I traced through the code a little.  This is for the list command.

 obexftp_list-->
   cli_sync_request-->
     obexftp_sync-->
      OBEX_HandleInput-->
         obex_data_indication-->
           msg->len==3,actual==0
           obex_client-->
             switch STATE_START (final==0,ret==1 form obex_object_send)
         returns 3 (actual==3)
       cli->success==0 (not sure where this was set)

Before this, I saw
  actual==28,msg->len==31 (final==128,state==3)
  OBEX_HandleInput returns 31, success==1

But I don't know what command it was.  BTW,  I noticed obexftp_list is called with optarg, but it takes a remote host name.

--
-Todd
812-251-6644
http://www.signalsguru.net

"Adversity reveals genius.  Prosperity conceals it."


Reply via email to