* File transfer to mobile phone using Bluetooth
@ 2011-06-27 13:52 पारस
2011-06-27 17:41 ` Vladimir Murzin
0 siblings, 1 reply; 3+ messages in thread
From: पारस @ 2011-06-27 13:52 UTC (permalink / raw)
To: kernelnewbies
Hi,
I am working on Ubuntu-10.4 and I want to transfer 'hello.txt' file form my
computer to mobile phone (Nokia 7210).
I run following command
$ hcitool scan
00:25:48:11:5D:2C Nokia
$ sdptool browse 00:25:48:11:5D:2C
Browsing 00:25:48:11:5D:2C ...
Service Name: OBEX Object Push
Service RecHandle: 0x10001
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 9
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX Object Push" (0x1105)
Version: 0x0100
Service Name: OBEX File Transfer
Service RecHandle: 0x10002
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 10
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100
Service Name: Dial-up networking
Service RecHandle: 0x10003
Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
$ obexftp -b 00:25:48:11:5D:2C --channel 9 -p /home/user/Test/bt/hello.txt
Connecting..\failed: send UUID
Tried to connect for 875ms
error on connect(): Success
Still trying to connect
Connecting..|failed: send UUID
Tried to connect for 4ms
error on connect(): Success
Still trying to connect
Connecting../failed: send UUID
Tried to connect for 6ms
error on connect(): Success
Still trying to connect
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.
Please any one help me, where I get wrong.
Thanks in advance,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110627/0ef488cb/attachment.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* File transfer to mobile phone using Bluetooth
2011-06-27 13:52 File transfer to mobile phone using Bluetooth पारस
@ 2011-06-27 17:41 ` Vladimir Murzin
2011-06-28 11:46 ` पारस
0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Murzin @ 2011-06-27 17:41 UTC (permalink / raw)
To: kernelnewbies
2011/6/27 ???? <beparas@gmail.com>:
> Hi,
> I am working on Ubuntu-10.4 and I want to transfer 'hello.txt' file form my
> computer to mobile phone (Nokia 7210).
> I run following command
>
> $ hcitool scan
> 00:25:48:11:5D:2C Nokia
>
> $ sdptool browse 00:25:48:11:5D:2C
> Browsing 00:25:48:11:5D:2C ...
> Service Name: OBEX Object Push
> Service RecHandle: 0x10001
> Service Class ID List:
> "OBEX Object Push" (0x1105)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 9
> "OBEX" (0x0008)
> Language Base Attr List:
> code_ISO639: 0x656e
> encoding: 0x6a
> base_offset: 0x100
> Profile Descriptor List:
> "OBEX Object Push" (0x1105)
> Version: 0x0100
>
> Service Name: OBEX File Transfer
> Service RecHandle: 0x10002
> Service Class ID List:
> "OBEX File Transfer" (0x1106)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 10
> "OBEX" (0x0008)
> Language Base Attr List:
> code_ISO639: 0x656e
> encoding: 0x6a
> base_offset: 0x100
> Profile Descriptor List:
> "OBEX File Transfer" (0x1106)
> Version: 0x0100
>
> Service Name: Dial-up networking
> Service RecHandle: 0x10003
> Service Class ID List:
> "Dialup Networking" (0x1103)
> "Generic Networking" (0x1201)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 1
> Language Base Attr List:
> code_ISO639: 0x656e
> encoding: 0x6a
> base_offset: 0x100
> Profile Descriptor List:
> "Dialup Networking" (0x1103)
> Version: 0x0100
>
>
>
> $ obexftp -b 00:25:48:11:5D:2C --channel 9 -p /home/user/Test/bt/hello.txt
> Connecting..\failed: send UUID
> Tried to connect for 875ms
> error on connect(): Success
> Still trying to connect
> Connecting..|failed: send UUID
> Tried to connect for 4ms
> error on connect(): Success
> Still trying to connect
> Connecting../failed: send UUID
> Tried to connect for 6ms
> error on connect(): Success
> Still trying to connect
>
> 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.
> Please any one help me, where I get wrong.
>
> Thanks in advance,
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
I think it would be better to submit you problem into ObexFtp project.
http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp
^ permalink raw reply [flat|nested] 3+ messages in thread
* File transfer to mobile phone using Bluetooth
2011-06-27 17:41 ` Vladimir Murzin
@ 2011-06-28 11:46 ` पारस
0 siblings, 0 replies; 3+ messages in thread
From: पारस @ 2011-06-28 11:46 UTC (permalink / raw)
To: kernelnewbies
2011/6/27 Vladimir Murzin <murzin.v@gmail.com>
> 2011/6/27 ???? <beparas@gmail.com>:
> > Hi,
> > I am working on Ubuntu-10.4 and I want to transfer 'hello.txt' file form
> my
> > computer to mobile phone (Nokia 7210).
> > I run following command
> >
> > $ hcitool scan
> > 00:25:48:11:5D:2C Nokia
> >
> > $ sdptool browse 00:25:48:11:5D:2C
> > Browsing 00:25:48:11:5D:2C ...
> > Service Name: OBEX Object Push
> > Service RecHandle: 0x10001
> > Service Class ID List:
> > "OBEX Object Push" (0x1105)
> > Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 9
> > "OBEX" (0x0008)
> > Language Base Attr List:
> > code_ISO639: 0x656e
> > encoding: 0x6a
> > base_offset: 0x100
> > Profile Descriptor List:
> > "OBEX Object Push" (0x1105)
> > Version: 0x0100
> >
> > Service Name: OBEX File Transfer
> > Service RecHandle: 0x10002
> > Service Class ID List:
> > "OBEX File Transfer" (0x1106)
> > Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 10
> > "OBEX" (0x0008)
> > Language Base Attr List:
> > code_ISO639: 0x656e
> > encoding: 0x6a
> > base_offset: 0x100
> > Profile Descriptor List:
> > "OBEX File Transfer" (0x1106)
> > Version: 0x0100
> >
> > Service Name: Dial-up networking
> > Service RecHandle: 0x10003
> > Service Class ID List:
> > "Dialup Networking" (0x1103)
> > "Generic Networking" (0x1201)
> > Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 1
> > Language Base Attr List:
> > code_ISO639: 0x656e
> > encoding: 0x6a
> > base_offset: 0x100
> > Profile Descriptor List:
> > "Dialup Networking" (0x1103)
> > Version: 0x0100
> >
> >
> >
> > $ obexftp -b 00:25:48:11:5D:2C --channel 9 -p
> /home/user/Test/bt/hello.txt
> > Connecting..\failed: send UUID
> > Tried to connect for 875ms
> > error on connect(): Success
> > Still trying to connect
> > Connecting..|failed: send UUID
> > Tried to connect for 4ms
> > error on connect(): Success
> > Still trying to connect
> > Connecting../failed: send UUID
> > Tried to connect for 6ms
> > error on connect(): Success
> > Still trying to connect
> >
> > 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.
> > Please any one help me, where I get wrong.
> >
> > Thanks in advance,
> > _______________________________________________
> > Kernelnewbies mailing list
> > Kernelnewbies at kernelnewbies.org
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> >
> >
>
> I think it would be better to submit you problem into ObexFtp project.
> http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp
>
Thank you very much for this useful think.
I got some good information at
http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpExamplePushC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110628/faa565fc/attachment.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-28 11:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 13:52 File transfer to mobile phone using Bluetooth पारस
2011-06-27 17:41 ` Vladimir Murzin
2011-06-28 11:46 ` पारस
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).