Posts

Showing posts with the label FireTV

Misc: Amazon Fire TV Remote Home Button not working (but long press does!)

Summary: This happens to my Fire TV remotes randomly, and I'm unclear as to a specific cause.  Pressing the "Home" button no longer takes me to the home screen.  It's effectively dead, but a long press works fine.  Why?  Unsure, seems to be a bug that hasn't been flushed out by Amazon, but thankfully a post in Amazon forums by Tolga presents a possible workaround using adb. See this post on how to use/get adb and setup your fire stick to work w/ adb.   Then come back here for steps specific to this problem: Workaround: Connect to your fire stick using adb adb connect <IPAddressofYourFireStick> For example: adb connect 192.168.20.35 If successful, you should see a return of something like this: connected to <IPAddressofYourFireStick>:5555 adb shell settings --user 0 put secure user_setup_complete 1

Misc: Fire TV Stick 2 Screen Cut Off, no display adjustment option

Summary: Long story short, Fire TV Stick (2nd Generation) doesn't allow you to calibrate the screen, software wise, forcing you to use your TV settings (if available) to fit the screens content within it's borders.  Super annoying for some apps, but you can fix this dumb issue as I was able to. If your TV allows you to adjust its settings, then you'd be fine as well, but the Vizio I have, has no such setting. Solution: Get the Amazon Fire TV instead.  It's only slightly more expensive, but doesn't suffer the problems the Fire Stick does. Workaround: First you have to enable ADB debugging ( step 1 here ) on your fire stick. Next you'll need the ADB provided w/ Android Studio , or you can install w/ brew on the Mac . I prefer brew cause it's easier, keep following steps described by Amazon page if you are using Windows. Open Terminal brew cask install android-platform-tools Next find the IP address of your Firestick Settings --...