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

Fire TV proxy issue #17

Closed SPonnapula closed 7 years ago

SPonnapula commented 7 years ago

Tried the below steps using Proxy Setter Tool:

  1. Download the Apk (proxy-setter-release-0.1.3.apk) from https://github.com/jpkrause/AndroidProxySetter/releases
  2. Side load the Apk file from laptop to Fire TV or Stick
  3. Start the apk from laptop using below adb command adb -s shell am start -n tk.elevenk.proxysetter/.MainActivity -e host -e port 8888 -e ssid PrivateWifi -e key

I am getting this error : Starting: Intent { cmp=tk.elevenk.proxysetter/.MainActivity (has extras) }

Can you please help?

manadream commented 7 years ago

Hi, can you give me more detailed logs by running adb logcat to get the logs from the Fire TV device? That message is a standard intent message and does not indicate what is actually happening.

SPonnapula commented 7 years ago

Thank you so much. I think we are able to figure out the issue