Quantcast
Channel: Guide – AFTVnews
Viewing all articles
Browse latest Browse all 145

How to launch Fire TV Settings directly via ADB

$
0
0

adb-settings-direct-fire-tv-stick-header
While modifying your Fire TV or Fire TV Stick, especially when experimenting with alternate launchers like FireStarter, you may find yourself unable to enter the device’s settings section. This most commonly happens if you set an alternate launcher or app to open when the home button is pressed, without leaving yourself a way to open the default home screen. Ofcourse, you can initiate a factory reset by holding RIGHT and BACK on your remote for 10 seconds, or performing a full system wipe if you’re rooted, but sometimes all you need to do is access settings to uninstall an app. This guide will show you how to do so, regardless of what’s running on your Fire TV or Fire TV Stick, using a simple ADB command.

To enter the Fire TV or Fire TV Stick’s settings menu directly, you need to already have ADB debugging enabled on your device. If you’re doing any kind of sideloading, I highly recommend keeping ADB debugging set to ON all the time. It is your absolute best way to recover from a mistake and there is no way to enable ADB remotely.

  1. Connect to your Fire TV or Fire TV Stick via ADB
  2. To open the Fire TV or Fire TV Stick settings, enter the following command:
    adb shell am start -n com.amazon.tv.launcher/.ui.SettingsActivity
    or
    To open the Fire TV or Fire TV Stick’s “Manage Installed Applications” menu directly, run the command:
    adb shell am start -n com.amazon.tv.settings/.tv.AllApplicationsSettingsActivity

Viewing all articles
Browse latest Browse all 145

Latest Images

Trending Articles



Latest Images