manniru / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

Problem to send file from PC to mobile device (Sony Ericsson k610i ) using OBEX prootocol on BlueSoleiol v6. #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello.
I'm developing a J2me application that receive files from pc.
I'm using BlueCove 2.1.0 and my mobile is Sony Ericsson k610i (Support jsr 82).

My problem is when using OBEX protocol to send files to my device.It
doesn't work though i see signs of data transferring from PC to mobile
(When looking on My blue tooth manager GUI on PC).
In addition in the mobile i can see that there is a blue tooth CONNECTION
open .

When trying to use OBEX from my Bluetooth manager i success.

What do you think could be my problem ? 

I have tested all samples in
http://www.bluecove.org/bluecove-examples/obex-install/ but non of them
works for me.

BTW:My Bluetooth device is registered to my mobile device prior to testing
the applications. 
And i'm using netbeans with jre 6 on 32 bit pc to run the application.

Attached is a small test application i use and 
This is the output from my small test application:

run:
BlueCove version 2.1.0 on bluesoleil
wait for device inquiry to complete...
Device 001E45835489 found
     name K610i
Device Inquiry completed!
1 device(s) found
search services on 001E45835489 K610i
service OBEX Object Push found
btgoep://001E45835489:6;authenticate=false;encrypt=false;master=false
service search completed!
Connecting to
btgoep://001E45835489:6;authenticate=false;encrypt=false;master=false

Thanks.

Original issue reported on code.google.com by gadi.ala...@gmail.com on 18 Aug 2009 at 1:49

Attachments:

GoogleCodeExporter commented 9 years ago
The same for me. It looks like the connection is established, but doesn't get 
out of
clientSession.connect() call. It freezes there. Tested in several mobiles.

Original comment by op2...@gmail.com on 10 Sep 2009 at 10:56

GoogleCodeExporter commented 9 years ago
BlueSoleiol v6 not supported

Original comment by skarzhev...@gmail.com on 10 Sep 2009 at 3:11

GoogleCodeExporter commented 9 years ago
My understanding is that btgoep doesn't work in BlueCove (according to a code 
comment
in an example on the Nokia forums).  Using the avetana stack instead of BlueCove
amkes my application function as expected.

Original comment by greg.ta...@gmail.com on 1 Dec 2009 at 6:40