manadream / AndroidProxySetter

An android app that sets the proxy settings for a wifi access point by using adb
GNU General Public License v3.0
477 stars 96 forks source link

Could you help to provide a method to get proxy info? #15

Open Carlgege opened 7 years ago

Carlgege commented 7 years ago

After i run the command to set proxy info on android device, i need to check the toast message straightly, could you help to add a parameter like: -e getProxyInfo, it will show URL and prot to me. So, i can check the result from command result. Thanks a lot!

manadream commented 7 years ago

Hi, you can take a look at the logcat logs. In there it will show you what the proxy setter did and what proxy it was set to. You can also check what it was set to by going to WiFi settings and looking at the advanced options for the WiFi network it is connected to. Let me know if that is sufficient. I can add a parameter that will show a more persistent info module, but I wouldn't be able to get to it any time soon.