Open ghost opened 8 years ago
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.
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.