Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New App Shortcut]: Shortcut on Fire TV into Manage Installed Applications #600

Open
Bunky101 opened this issue Dec 27, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request New App Shortcut Request for a new Firemote app shortcut

Comments

@Bunky101
Copy link

App Name

Short cut to the Manage Installed Appliations

Device Platform

Amazon Fire

App Store Link and/or URL to .apk file if sideloaded

No response

Required Information

just a system shortcut to the Manage Installed Applications section.

Optional Comments

I tend to go into the Manage Installed Applications to force a particular app to stop and then restart it when it is giving me trouble or I'm changing configurations for some reason.

@Bunky101 Bunky101 added enhancement New feature or request New App Shortcut Request for a new Firemote app shortcut labels Dec 27, 2024
@PRProd
Copy link
Owner

PRProd commented Dec 30, 2024

Greetings @Bunky101!

Congratulations on opening your first issue!

I want to be sure that I get this right the first time, so in order to do that I'd like for you to test out a command for me to see if it opens the "Manage Installed Applications" menu on your Fire device.

Please follow the instructions numbered 2 - 5 that are listed here

  1. In Home Assistant, open Developer tools
  2. Click the ACTIONS tab
  3. In the Action menu, select Android Debug Bridge: ADB command
  4. Select your device by clicking on the + Choose Entity button in the Targets section

Instead of following step number 6, please enter the following command into the command field instead:

adb shell am start -a android.settings.APPLICATION_SETTINGS -n com.amazon.tv.settings.v2/.tv.applications.ApplicationsActivity

Press the PERFORM ACTION button next (as listed in step 7)

If that worked properly, your Amazon Fire device should have opened the proper menu for you. If not, please repeat these steps but use this command instead:

adb shell am start -a android.settings.MANAGE_APPLICATIONS_SETTINGS -n com.amazon.tv.settings.v2/.tv.applications.ApplicationsActivity

Both of these commands worked in my environment when I tested them. If neither of them work for you, please let me know the exact supported device that you are using so that I can run some more tests.

Either way, please let me know!

-Doug

@Bunky101
Copy link
Author

Bunky101 commented Dec 31, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request New App Shortcut Request for a new Firemote app shortcut
Projects
None yet
Development

No branches or pull requests

2 participants