onyxbits / dummydroid

Google Play checkin utility. Creates a configurable hardware profile and gets a GSF ID for it.
Apache License 2.0
62 stars 23 forks source link

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

Open ghost opened 8 years ago

ghost commented 8 years ago

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 commented 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

ghost commented 8 years ago

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