Giter Club home page Giter Club logo

firehd8-2017's Introduction

FireHD8-2017

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

firehd8-2017's People

Contributors

ryanfortner avatar

Stargazers

 avatar

Watchers

 avatar

firehd8-2017's Issues

Performance of Lineage

Thanks so much for the guide. I am about to bring back life to my FireHD now.
What lineage OS do you recommend performance-wise?
I want to use the tablet for wawtching videos on the browser attached to my indoor bike especially.

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.