How to install Android TV on a Fire TV Stick

How to install Android TV on a Fire TV Stick

The Fire TV Stick have become the great alternative to make any television smart. The Amazon alternative today is as popular as the Chromecast was at the time. Many people buy them for their versatility and price, as they are quite affordable dongles . However, the Fire TV Stick system does not convince everyone. If you would like to change it for a more conventional Android TV system , stay and we will explain how to do it.

Can Fire TV OS be removed?

amazon fire tv

Fire TVs come standard with a Fire TV OS system , which is still a version of Android TV customized by Amazon. For most users, Fire TV OS offers a great experience to enjoy content and applications on any television. However, there are people who do not see the system of this popular dongle with such good eyes.

There are users who consider the Fire TV interface to be quite intrusive . And they are right. If there’s a reason Amazon sells these devices so cheaply, it’s because they’ll then have a huge showcase of their customers’ TVs perfect for advertising or promoting their own services.

There are users who are content to change the default launcher of the Fire TV Stick and use a custom one. However, there are others who prefer to go a little further and change the system for an uncustomized version of Android TV.

Is it a simple process?

zoom fire tv stick

Unfortunately, it is not. At the moment, it is quite complicated to install Android TV on a Fire TV Stick . In the first place, there are few models that allow the process to be carried out. On the other hand, the operation is intended for users who have enough experience in the noble art of tinkering and enough computer knowledge.

To follow the tutorial, some knowledge of using Linux terminals is required, as well as some experience installing ROMs and packages on Android terminals .

If you do not have that knowledge, the process itself is not impossible, but we warn you before you start that it is an operation that is not easy. On the contrary, if you have rooted a mobile or even experimented with custom ROMs and kernels on Android, the steps will seem like a piece of cake.

How to install LineageOS on your Fire TV Stick

lineage android tv fire tv

As usual, if we want Android TV on our system, we will have to use LineageOS , an unofficial system, but one that offers us all the features of Android TV —practically, without modifications—, at the same time that we are going to get rid of of all the limitations of Fire OS. Thus, you will be the one to decide what to install on the device and you will also have access to the Google Play Store .

At this point, it should be noted that proceeding with the steps involves a risk to your Amazon Fire TV Stick that you must assume yourself. All the tools that we are going to show you below have no guarantee of success. Therefore, an error could render your device unusable. Once you have psyched yourself up, you can proceed.

What Fire TVs are compatible?

Remote del Fire TV Stick on Alexa.

At the moment, this tutorial is only compatible with Fire TV Stick Lite and Fire TV Stick 3rd generation . They are the only models in which the community has managed to open the bootloader.

Download Firmware

First of all, we will download the unofficial ‘LineageOS 18.1 for Fire TV Stick’ ROM on GitHub . Next, we will also download Open Gapps , which are the Google applications for that version of LineageOS.

We also leave you the tutorial of the ROM developers themselves on GitHub in case you have any problem, so that you can follow the thread of the users who have carried out the process. You have it here .

Unlock Bootloader

abrir bootloader fire tv stick

It’s time to get into the mud. The Fire TV is locked by default so we can upload our own firmwares. This limitation has been bypassed by user k4y0z, and he has a tutorial on XDA Developers explaining step by step how to do it.

The requirements to unlock the compatible Fire TV boot launcher are as follows:

  • Have a Fire TV Stick with firmware 7.2.7.3 or lower .
  • A Linux installation on a computer (a Live CD is more than enough).
  • A Micro-USB cable

The process to follow is as follows:

  1. Download ‘kamakiri-sheldon-1.0’ which is k4y0z’s Fire TV exploit.
  2. Connect your Linux computer to the Internet and install python3, PySerial, PyUSB, adb, fastboot . We recommend that you use a Debian-based Linux (Ubuntu, Debian…), which are the most common and easiest to use. In this case, use these commands:
    • sudo apt update
    • sudo add-apt-repository universe
    • sudo apt install python3 python3-serial python3-usb adb fastboot dos2unix
    • sudo systemctl stop ModemManager
    • sudo systemctl disable ModemManager
  3. Unzip ‘kamakiri-sheldon-1.0.zip’ and open a terminal in that directory.
  4. Run the script :
    • sudo ./bootrom-step.sh
  5. At some point, the terminal will display the message ‘Waiting for Device’. At that moment, we place the Fire TV Stick (it must be turned off) using the microUSB cable.
  6. The device will reboot and will already have fastboot mode unlocked .
  7. End the process with this command :
    • ./fastboot-step.sh
  8. That last step will install TWRP on your device. With this, you will already have the bootloader open to be able to follow the tutorial.

Install LineageOS and the GApps

To finish, it’s time to install the system and Google applications on the Fire TV. We will place the files downloaded in the first step inside the memory of the Fire TV. To do this, we can do it from the Linux itself in which we have done the bootloader opening process.

Once the files have been entered, do the following:

  1. Go into TWRP .
  2. Wipe Data, System (and System Root) and Cache.
  3. Find the ROM file and flash it.
  4. Repeat the same process with the .zip containing the GApps.
  5. Reboot and voila. Now you just have to configure the system to your liking, start your accounts and enjoy your modified Fire TV.

Is it worth the change?

hbo max fire tv.jpg

It depends on the type of user you are. If you really hate customization of Fire TV OS, first of all, we recommend that you change the launcher and enable the developer options to install your own applications from outside the Amazon store. For most users, this process is sufficient.

On the other hand, having Android 11 directly on your Fire TV Stick is quite tempting. The developers of the dongle-compatible version of LineageOS claim that it is not as stable as the one that comes by default on the device, but it will give you a lot of freedom when it comes to customizing your device. You just have to keep in mind that the process is tedious and that you can load the dongle in any of the steps of the tutorial. Therefore, proceed only if you know the risks.