AndroidProxySetter icon indicating copy to clipboard operation
AndroidProxySetter copied to clipboard

Error Code 1!

Open Drjacky opened this issue 2 years ago • 2 comments

adb shell am start -n tk.elevenk.proxysetter/.MainActivity -e host 127.0.0.1 -e port 8080 -e ssid MyWifi -e bypass test.com -e reset-wifi true -e key passsworrrd, displays the Error Code 2

And by adb shell am start -n tk.elevenk.proxysetter/.MainActivity -e host 127.0.0.1 -e port 8080 -e ssid MyWifi -e bypass test.com -e reset-wifi true -e key passsworrrd -e clear true, displays no error but doesn't set the proxy

and after I clear the proxy and then run the first command, it displays Error Code 1!

Drjacky avatar Jan 08 '23 15:01 Drjacky

Hello. I don't maintain this project anymore, but if you look at the logs on the actual device it will give you more info as to what happened. Error code 1 just means it couldn't set the proxy and you have to look at the logs on the device to see why.

manadream avatar Feb 15 '23 19:02 manadream