Amazon Fire Stick Remote App Mac

To test and debug your Amazon Fire TV app before submitting it to the Amazon Appstore, use Android Debug Bridge (ADB) to install and run your app on your Fire TV device. Installing your own app (outside of the Appstore) is sometimes referred to as 'sideloading' an app.

You must have already used adb to connect your development computer to your Fire TV device. See Connecting to Fire TV Through ADB for more information.

Note: Certain development tools and resources referenced on this page are provided by third parties, not by Amazon. Any links to these tools and resources will take you to third-party sites.
  • The free Amazon Fire TV mobile app for iOS/Android/Fire OS enhances your Fire TV experience with simple navigation, a keyboard for easy text entry (no more hunting and pecking), and quick access to your favorite apps and games. Free and simple Remote Control for Fire Stick and Fire TV. Upload any Android app or data file to.
  • The wacky Cube is a mashup of universal remote controls, the Fire TV 4K streamer and Amazon Echo speaker, making it the king of your smart home devices. It comes with a device but its buttons are.
  • Find the app on the Firestick app store. Go to the Search section and type Airplay. Click on the corresponding result and you’ll see a list of apps that support it. Find and click on AirPlay Mirror.

Download Remote for Fire devices and enjoy it on your iPhone, iPad, and iPod touch. ‎.DISCLAIMER This app is not the official Fire app. It was designed with care to try and bring Amazon's users an overall better experience. Amazon Fire TV Stick - YouTube App installieren & einrichten. Amazon Fire TV Stick with Alexa Voice Remote.

Installing Your App (Command Line)

To install your app onto your Amazon Fire TV device from the command line, use the following command, where <path-to-apk-file> is the file system path to your app's APK:

If the installation was successful, adb responds with the message similar to this one:

To re-install an app that already exists on the device, you can use the -r option to reinstall the app:

Amazon Fire Stick Remote App Mac Store

Note that reinstalling an app does not replace any existing additional user data or cache. To clear this data, uninstall the old app before installing a new version, or clear the data by hand in System > Applications.

Running Your App (Device)

Sideloaded apps appear in both the Recent row and in the My Library row in the Apps section. You can also find your app in the Settings menu:

  1. From Amazon Fire TV's main screen, select Settings > Applications > Manage Installed Applications..
  2. Select your app.
  3. Select Launch application.
Note: If you have a generation 1 device, some of the menus may be slightly different.

Running Your App (Command Line)

To send a launch intent to your app on the Amazon Fire TV device, use the following command, where com.amazon.sample.helloworld is the package name of your app, and MainActivity is the name of your app's primary activity.

Amazon Fire Stick Remote App Mac

adb responds with a message similar to the following, and your app begins running:

Is There An App For Fire Tv Remote

Uninstalling Your App (Device)

To uninstall your app from Amazon Fire TV on the device itself:

  1. From Fire TV's main screen, select Settings > Applications > Manage Installed Applications.
  2. Select your app.
  3. Select Uninstall > Uninstall.

Uninstalling Your App (Command Line)

Amazon

To uninstall your app from the command line, you need the package name for your APK. Use the following command to uninstall your app, where com.amazon.sample.helloworld is the package for your app:

If you are unsure of your app's package name, use the following command to see a list of all the installed APKs andtheir package names:

Amazon Fire Stick Remote App Mac

Last updated: Oct 29, 2020