dummydroid icon indicating copy to clipboard operation
dummydroid copied to clipboard

No documentation for the proxy. Where does the network.cfg file go?

Open ghost opened this issue 9 years ago • 2 comments

There's a commit showing that there is proxy support, but it's unclear from the code where DummyDroid-1.1.jar expects to find the network.cfg file.

ghost avatar Mar 30 '16 19:03 ghost

BTW, the note on the patch says the network.cfg file must be in the "working directory". What directory is that? Whatever directory it looks in, it is not the current directory (where java is launched from). IOW, this does not work:

$ printf '%s\n' 'proxyhost=127.0.0.1'$'\n''proxyport=8118' > network.cfg $ java -jar $jar_path/DummyDroid-1.1.jar

ghost avatar Apr 02 '16 10:04 ghost

It turns out that the latest release pre-dates the proxy feature. The project must be compiled for the proxy to work.

ghost avatar Apr 03 '16 07:04 ghost