dummydroid
dummydroid copied to clipboard
No documentation for the proxy. Where does the network.cfg file go?
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.
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
It turns out that the latest release pre-dates the proxy feature. The project must be compiled for the proxy to work.