souissimarwa / remotedroid

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

IP problem on OpenSolaris #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using OpenSolaris snv_134 with Java SE Runtime Environment build
1.6.0_18-b07

Whe I run RemoteDroidServer.jar with double-click method, I get a screen
(in attachment) with RemoteDroid Server running and IP address 0:0:0:0:0:0:0:1

Then, when I put this IP in RemoteDroid in my Nexus One and press connect
button it says "Invalid IP address!"

Original issue reported on code.google.com by jfcastroluis on 28 May 2010 at 11:57

Attachments:

GoogleCodeExporter commented 8 years ago
There's a patch for issue #14 if you're comfortable compiling remotedroid which 
I 
think should fix this too.

Original comment by rich.mid...@gmail.com on 4 Jun 2010 at 10:07

GoogleCodeExporter commented 8 years ago
Thats an ipv6 address equivelant to loopback 172.0.0.1, the client wants an 
ipv4 address, but my recent commit should solve it as it skips over ipv6 
addresses as well.  Im attaching the compiled jar for easier access.

Original comment by onecs...@gmail.com on 7 Sep 2010 at 4:03

Attachments: