Home > Tips and Tricks

How to Sideload apps in Amazon Echo Show 15 via ADB command

In this guide, we will show you the steps to sideload apps in Amazon Echo Show 15 using ADB Commands. While there are quite a few smart displays out there, but the fact that the offering from Amazon comes with a built-in Firestock gives it the differentiating factor and makes it stand out from among the crowds. Moreover, since it is based on the Android platform, it opens the door to a plethora of tweaks, including the ability to sideload apps from third-party sites.

Sideload apps in Amazon Echo Show 15

This usually comes in handy if the app of your choice isn’t available in the Store or is region restricted or if you are planning to downgrade an app to its earlier version. However, with the December update, Amazon seems to have disabled the ability to sideload apps in Echo Show 15. Then with the February update, it has speculatively banned the Downloader as well as the Files app.

Sideload apps in Amazon Echo Show 15

To be fair, such a move makes no sense whatsoever. While there are risks involved in sideloading apps, however, the users who would do so are already aware of the potential risks involved. Moroever, the first step of sideloading involves enabling Installation from Unknown Sources, which could only be enabled once users understand the risks.

Sideload apps in Amazon Echo Show 15

So having your platform based on an open-source OS but then restricting it with unnecessary boundaries hardly makes any sense. Fortunately, there still exists a nifty workaround using ADB Commands through which you could sideload apps on your Amazon Echo Show 15. So without further ado, let’s check it out.

How to Sideload apps in Amazon Echo Show 15 via ADB commands

Sideload apps in Amazon Echo Show 15

The below instructions are listed under separate sections for ease of understanding. Make sure to follow the same sequence as mentioned. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

STEP 1: Install Android SDK

First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform tools folder, which will be used throughout this guide.

install adb platform tools windows

STEP 2: Enable USB Debugging in Amazon Echo Show 15

  1. Head over to Settings > My Fire TV > select Fire TV Stick.
  2. Now press the OK button on your remote 7 times. This will enable Developer Options.
  3. So go to Developer Options and enable ADB Debugging.aSideload apps in Amazon Echo Show 15
  4. Then go to Settings > About > Network > and note down the IP Address.
  5. It should be something along the lines of 192.168.1.3:5555. The value before the colon [192.168.1.3] is the IP address whereas the value after that [5555] is the Port Number.

STEP 3: Connect Amazon Echo Show 15 to PC via ADB Command

  1. Head over to the platform-tools folder, type in CMD in its address bar, and hit Enter. This will launch Command Prompt.Sideload apps in Amazon Echo Show 15
  2. Now type in the below command in this CMD window [make sure to replace IP accordingly].
    adb connect IP
  3. You will now get an Allow USB Debugging prompt on your screen, tap on Allow/OK.
  4. Then once again execute the above command and this time, you should get the “already connected to IP” [if you get any error message, then simply execute the above command once again].
    Sideload apps in Amazon Echo Show 15
  5. Now type in the below command to verify the ADB Connection between your Echo and PC
    adb devices

    Sideload apps in Amazon Echo Show 15

  6. You will now get your IP Address and port number, followed by the ‘device’ keyword. This signifies that the connection has been successfully established.

STEP 4: Install Apps via ADB Commands on Amazon Echo Show 15

  1. To begin with, download the desired app [APK File] and transfer it to the platform-tools folder on your PC.
  2. Then open CMD inside this platform-tools folder and execute the below command [make sure to replace IP and appname accordingly].
    adb install appname.apk
  3. For example, if we are installing an app named YouTubeold on Echo with IP 192.168.1.3:5555, then the above command will transform to-
    adb install Youtubeold.apk

    Sideload apps in Amazon Echo Show 15

  4. The app will now be installed on your Echo and you could access it from the app drawer.
  5. However, if the above command didn’t work out, then try out the following command [replace IP:Port with the entire IP address, including the port number]:
    adb -s IP:Port install appname.apk

    Sideload apps in Amazon Echo Show 15

So these were the steps to sideload apps in Amazon Echo Show 15 using ADB Commands. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.


Share:
  • I wonder what assh0!3 posted a fictitious solution to this problem?

  • Waste of time and why ask for comments if you wont address them?

  • Any alternatives here – Debugging is not there and I get:
    cannot connect to 192.168.nn.nn:5555: No connection could be made because the target machine actively refused it. (10061)

  • Hi,
    It really work on EchoShow 15 ?
    Seems strange…

  • STEP 2 is not possible on Echo Show 15.
    “Settings > My Fire TV > select Fire TV Stick” This is not existing.
    In the settings of Echo Show 15 is only a option “Settings for FireTV” and there you can’t find anything about “Fire TV Stick”.
    In the Device options of the Echo Show 15 you can enable the Developer options by clicking 7 times the serial number, but There is no “Adb debugging” in the Developer options.

  • This doesn’t work. ADB Debugging isn’t an option on the echo show 15.

  • This guide is fake. This method is not possible.

  • Head over to Settings > My Fire TV > select Fire TV Stick.

    This step, is first step isn’t available …. there aren’ t this section …. adb debugging is not actionable.

    Help me pls

  • Enabling developer options does not show adb sideload anymore 🙁

  • Thanks, very helpful however I don’t have the option you describe in step 2 (settings > My Fire TV > Fire TV Stick). That appears on my Fire Sticks but not in the Echo Show 15. Is there any hidden way to get to settings in Echo Show? Thanks

    • Marcus Vinicius

      Hi Hassan!

      Did you find some workaround that works after the last Echo a Show 15 firmware update?

      Thanks in advance!

  • This does not work on Echo Show 15