Giter Site home page Giter Site logo

Comments (16)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I have similar issue on Windows 7

Original comment by [email protected] on 21 Mar 2010 at 8:23

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
[deleted comment]

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
in case you were having this problem and felt remotedroid was unusable: if you 
enter your computer's actual IP 
address into your android phone, regardless of the fact that the remotedroid 
app on yoru computer reports the 
loopback address, everything will work perfectly.

great app! thank you :)

Original comment by [email protected] on 5 Apr 2010 at 10:49

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I've attached a suggested patch for this issue, it certainly works for my Linux 
machine, I've not tested it on any other operating system.

Original comment by [email protected] on 8 May 2010 at 8:26

Attachments:

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Works for me! Thanks!

However I had a four code errors that Eclipse offered to sort and after 
accepting allowed 
it to compile. Then I had a file not found error. /res/config.xml wasn't 
discoverable. 
Looking into the AppFrame.java code I changes this line (186) from this
basePath = System.getProperty("user.dir") + "\\res\\";
to this:
basePath = System.getProperty("user.dir") + "/res/";

Original comment by [email protected] on 9 May 2010 at 3:19

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024

1. Unable to connect to it in lucid lynx Kubuntu 10.04
2. Forwarded the ports in router computers IP address
3. I have tried opening the ports 57710 and 64788 in linux and cannot connect on
either port, keep getting connection refused on phone.

In windows it works just fine without forwarding the ports in the router. When
loading the .jar file, it reports my IP address as 127.0.0.1 I have tried that 
on the
phone as well computers IP address. 


Please any ideas?


Original comment by robertsaron on 10 May 2010 at 5:27

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Hi, i've had the same problem, but i don't know how to apply de patch... Can 
anyone help me? I'm using Debian Squeeze...

Original comment by [email protected] on 23 Jun 2010 at 8:26

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
My issue is similar but instead of the server reporting an i.p. of 127.0.0.1 I 
get:

java -jar RemoteDroidServer.jar
Your IP address is: Error finding local IP.

 % which ifconfig
/sbin/ifconfig

Entering the IP of the pc running the server does not allow a connection from 
my HTC Magic

What is the expected output? What do you see instead?
Expected connection to the server from phone.
Nothing happens, not even an error.

What version of the product are you using? On what operating system?
RemoteDroid-v1.4.apk     Mar 01  
RemoteDroid server v1.4  Mar 01
OS: Debian Sid 
Phone: HTC Magic 

If I had any idea how to apply the patch and recompile I would.  Is there a 
patched .jar available for download?

Original comment by [email protected] on 11 Jul 2010 at 3:22

Attachments:

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I applied the patch [email protected] above attached and compiled a new jar 
(which also has patches for Issues #22 and #33 applied), for you to test.

Let us know how it goes.

Alex Deriziotis


Original comment by [email protected] on 11 Jul 2010 at 12:57

Attachments:

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
[deleted comment]

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Thank you Alex Deriziotis, this .jar does work but so does the Mar 01 version.  
:)  The problem was not with RemoteDroidServer.  Instead my /etc/hosts file was 
incomplete.  Once adding an appropriate entry as documented here: 
http://www.debian.org/doc/manuals/reference/ch05.en.html things began to work.

grep $HOSTNAME /etc/hosts
192.168.0.103 hestviken2

Thanks again!

Original comment by [email protected] on 14 Jul 2010 at 4:09

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Seemed to report ipV6 address on newer linux hardware, i added a filter to the 
server to only use IPv4

Original comment by [email protected] on 6 Sep 2010 at 7:27

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I had the 127.0.0.1 problem until I used the Deriziotis version. Now the server 
shows the correct IP address, the left and right buttons work, the keyboard 
works, but the mouse cursor won't move. Frustratingly close to being useful! 
Anyone have an idea?

Original comment by [email protected] on 20 Nov 2010 at 1:38

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
How can I specify the correct ethernet device to use with RemoteDroid?

I have VMWare installed.
VMWare creates two ethernet devices: vmnet1 and vmnet8
When RemoteDroid launches, it picks up an internal IP assigned to from vmnet8.

I am using RemoteDroid1.5 from the official site.

Original comment by [email protected] on 18 Aug 2011 at 10:36

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I have this exact same problem:

"Your IP address is: Error finding local IP."


I've set then the IP on the /etc/hosts file and it now I can see my ip on the 
application window.

However, remote mouse and keyboard aren't working, I can detect the 
communications with wireshark and they seem fine.

Original comment by [email protected] on 12 Nov 2012 at 10:30

from remotedroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Not sure if it's the same issue but I was getting an incorrect 192.168.x.x 
address on Win7 x64 on version 1.5

with the version attached on Jul 11, 2010 it seems to correctly find my 
10.0.x.x ip

Original comment by chromableedstudios on 20 Mar 2014 at 12:59

from remotedroid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.