Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

ryanfortner/FireHD8-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FireHD8-2017

No Longer Maintained - Please See Credits and Direct Questions To XDA Thread

Here is how I converted my Amazon bloatware tablet to a true Android tablet, without hardware modifications, and without using Amazon software.

Prerequisites

  • Fire HD 8 (2017 generation ONLY)
  • a Linux system (preferably Ubuntu 22.04, as that is what I used)
  • microUSB cable for interacting with your tablet
  • fireOS version 5.6.4.0 or later. Check the version you're running from Settings > Device Options > System Update.
  • fireOS version 5.7.0.0 is the version I was using.
  • python3, python3-serial, adb, fastboot, and dos2unix installed using your system package manager. For Ubuntu, use the below commands.
sudo apt update
sudo add-apt-repository universe
sudo apt install python3 python3-serial adb fastboot dos2unix

Unlocking Bootloader

Make sure ModemManager is disabled.

sudo systemctl stop ModemManager
sudo systemctl disable ModemManager

Download the scripts.

wget https://github.com/ryanfortner/FireHD8-2017/raw/master/amonet-douglas.zip
unzip amonet-douglas.zip
cd amonet

Connect the device to the computer now.

At this point, you will need to enter recovery mode. Simply hold down the Volume Up, Volume Down, and Power keys until the screen comes on. Once in the recovery menu, use the volume keys to navigate to the bootloader. Proceed to the next step.

Run brick-9820.sh. NOTE: This will temporarily brick your device, meaning the screen won't come on at all. Don't worry, it is still recoverable if something goes wrong.

sudo ./brick-9820.sh

After confirming the brick by typing YES you will need to disconnect the device and run bootrom-step-minimal.

sudo ./bootrom-step-minimal.sh

Then plug the device back in, it will boot into hacked fastboot.

Run the fastboot step.

sudo ./fastboot-step.sh

If all goes smoothly, you should be presented with the TWRP bootloader screen!

Installing a ROM

Now that the device has been unlocked, it's time to install a new operating system. You have three to choose from at this time.

Download one of the ROM zips above and place it in a newly formatted SD card. We will need this for later so keep it handy.

(optional) If you would like Google Apps, download the respective package and place it in your SD card as well.

(optional) If you would like to have root, download the latest magisk apk and change the file ending to zip. Then place the file on your sd card as well.

Through TWRP, wipe system, cache, and user data.

  • Insert your SD card with the files.
  • Install your ROM package from the SD card package.
  • (optional) Flash openGApps package.
  • (optional) Flash root (Magisk/SuperSU).
  • Wipe dalvik cache.
  • Reboot

Enjoy your new, genuine Android experience!

Credits

About

How I converted my Amazon bloatware to an Android tablet

Resources

Stars

Watchers

Forks

Packages

No packages published