AndroidProxySetter
AndroidProxySetter copied to clipboard
Error Code 1!
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!
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.