<div dir="ltr"><div dir="ltr"><div>Hi again,</div><div><br></div><div>I managed to enable the interface by sending a tap event through the adb shell ("input tap 1000 100"), which brought the tunnel editor, from which it is possible to navigate to the enable button.</div><div><br></div><div>And the answer is... It works!</div><div><br></div><div>I could verify that, when using a browser on the Fire TV, my public address was the one of my VPN server. Quite handy if you want to take your stick on holidays and still be able to watch content from your home country, for example.</div><div><br></div><div>This is obviously hacky. In order to be usable, the app would need to handle the navigation key events. I noticed that It already handles KEYCODE_BACK, so I guess this could go together. Amazon has a section about it on their documentation [1].<br></div><div><br></div><div>Cheers,</div><div>Christophe-Marie</div><div><br></div><div>[1]: <a href="https://developer.amazon.com/docs/fire-tv/remote-input.html">https://developer.amazon.com/docs/fire-tv/remote-input.html</a><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 9, 2019 at 12:07 AM Christophe-Marie Duquesne <<a href="mailto:chmd@chmd.fr">chmd@chmd.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Looks like the intent com.wireguard.android.action.SET_TUNNEL_UP does not do much. I tried to start the tunnel like this:<br></div><div dir="ltr"><br></div><div dir="ltr">am broadcast -a com.wireguard.android.action.SET_TUNNEL_UP -e tunnel wg0 -n com.wireguard.android/.model.TunnelManager</div><div dir="ltr"><br></div><div>After further investigation, the code to handle this intent is deactivated [1]. Any help would be appreciated!</div><div><br></div><div>[1]: <a href="https://git.zx2c4.com/wireguard-android/tree/app/src/main/java/com/wireguard/android/model/TunnelManager.java#n275" target="_blank">https://git.zx2c4.com/wireguard-android/tree/app/src/main/java/com/wireguard/android/model/TunnelManager.java#n275</a><br></div></div></div></div></div></div></div>
</blockquote></div>