Neto222000 / premotedroid

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

Getting bluetooth server working from source #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to run from source
2. Import projects into Eclipse
3. Import launch4j into Eclipse
4. Add -d32 VM parameter (on Mac OS X)
5. Run

What is the expected output? What do you see instead?
I expect everything to work, but the call to Connector.open on line 22 in 
org/pierre/remotedroid/server/connection/PRemoteDroidServerBluetooth.java 
returns null.

What version of the product are you using? On what operating system?
Source revision 216 on Mac OS X

Please provide any additional information below.

Original issue reported on code.google.com by bradpitc...@gmail.com on 23 Sep 2010 at 3:43

GoogleCodeExporter commented 8 years ago
it should be fixed in the next release...
if the connector returns null, it will throw an Exception

Original comment by pierredu...@gmail.com on 26 Sep 2010 at 1:57