Hi,<br>
I am working on Ubuntu-10.4 and I want to transfer &#39;hello.txt&#39; file form my computer to mobile phone (Nokia 7210).<br>
I run following command<br> <br>
$ hcitool scan<br>
00:25:48:11:5D:2C    Nokia<br> <br>
$ sdptool browse 00:25:48:11:5D:2C<br>
Browsing 00:25:48:11:5D:2C ...<br>
Service Name: OBEX Object Push<br>
Service RecHandle: 0x10001<br>
Service Class ID List:<br>
  &quot;OBEX Object Push&quot; (0x1105)<br>
Protocol Descriptor List:<br>
  &quot;L2CAP&quot; (0x0100)<br>
  &quot;RFCOMM&quot; (0x0003)<br>
    Channel: 9<br>
  &quot;OBEX&quot; (0x0008)<br>
Language Base Attr List:<br>
  code_ISO639: 0x656e<br>
  encoding:    0x6a<br>
  base_offset: 0x100<br>
Profile Descriptor List:<br>
  &quot;OBEX Object Push&quot; (0x1105)<br>
    Version: 0x0100<br> <br>
Service Name: OBEX File Transfer<br>
Service RecHandle: 0x10002<br>
Service Class ID List:<br>
  &quot;OBEX File Transfer&quot; (0x1106)<br>
Protocol Descriptor List:<br>
  &quot;L2CAP&quot; (0x0100)<br>
  &quot;RFCOMM&quot; (0x0003)<br>
    Channel: 10<br>
  &quot;OBEX&quot; (0x0008)<br>
Language Base Attr List:<br>
  code_ISO639: 0x656e<br>
  encoding:    0x6a<br>
  base_offset: 0x100<br>
Profile Descriptor List:<br>
  &quot;OBEX File Transfer&quot; (0x1106)<br>
    Version: 0x0100<br> <br>
Service Name: Dial-up networking<br>
Service RecHandle: 0x10003<br>
Service Class ID List:<br>
  &quot;Dialup Networking&quot; (0x1103)<br>
  &quot;Generic Networking&quot; (0x1201)<br>
Protocol Descriptor List:<br>
  &quot;L2CAP&quot; (0x0100)<br>
  &quot;RFCOMM&quot; (0x0003)<br>
    Channel: 1<br>
Language Base Attr List:<br>
  code_ISO639: 0x656e<br>
  encoding:    0x6a<br>
  base_offset: 0x100<br>
Profile Descriptor List:<br>
  &quot;Dialup Networking&quot; (0x1103)<br>
    Version: 0x0100<br> <br> <br> <br>
$ obexftp -b 00:25:48:11:5D:2C --channel 9 -p /home/user/Test/bt/hello.txt<br>
Connecting..\failed: send UUID<br>
Tried to connect for 875ms<br>
error on connect(): Success<br>
Still trying to connect<br>
Connecting..|failed: send UUID<br>
Tried to connect for 4ms<br>
error on connect(): Success<br>
Still trying to connect<br>
Connecting../failed: send UUID<br>
Tried to connect for 6ms<br>
error on connect(): Success<br>
Still trying to connect<br> <br>
When I run this command, My mobile ask for accept the connection from 
ubuntu (device name connected to ubuntu).  I accept the connection, Then
 I got the error log given above. <br>
Please any one help me, where I get wrong.<br> <br>
Thanks in advance,