manniru / bluecove

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

missing javax.microedition.io.ContentConnection #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try and run avetanaOBEX with bluecove
2. Get error because the ContentConnection interface is missing.

What version of the product are you using? On what operating system?
1.20

Please provide any additional information below.
If you add ContentConnection.java to the io package avetanaOBEX will work
better.

Original issue reported on code.google.com by jrinc...@gmail.com on 13 Dec 2006 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago
File included in "wtk-methods" branch. Thank you for your contribution.

Original comment by paul.tot...@gmail.com on 15 Dec 2006 at 10:17

GoogleCodeExporter commented 9 years ago
Wish I knew how to operate this one already

Original comment by paul.tot...@gmail.com on 15 Dec 2006 at 11:23

GoogleCodeExporter commented 9 years ago
Thanks for fixing that.  

The other two things that are needed to compile avetanaOBEX are:
1.  javax.bluetooth.LocalDevice needs a updateRecord function. (I just 
uncommented
the empty function)
2.  javax.bluetooth.ServiceRegistrationException needs to be created (I just 
copied
and renamed BluetoothStateException)

(Now I just need to get avetanaOBEX to run.) 

Original comment by jrinc...@gmail.com on 15 Dec 2006 at 4:08

GoogleCodeExporter commented 9 years ago
With those changes, avetanaOBEX runs (though for some devices you may need to 
add the
target File Browsing UUID, (F9EC7BC4-953C-11D2-984E-525400DC9E09) as a byte 
string).

Original comment by jrinc...@gmail.com on 21 Dec 2006 at 4:24

GoogleCodeExporter commented 9 years ago
All interface in version 1.2.2 are defined as in JSR-82.

Also "jrincayc"  if you managed to make avetanaOBEX to run can you make some 
parts of
your work public? The idea is to create small application for application 
upload to
cell phone using OBEX with BlueCove.  Actualy my idea was to create maven 
plugin for
this....

Original comment by skarzhev...@gmail.com on 16 Mar 2007 at 6:37