diff options
author | luxagraf <sng@luxagraf.net> | 2020-05-12 09:36:14 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-05-12 09:36:14 -0400 |
commit | d39fa46c0e5944dadfc7616e8558c19da5b049ef (patch) | |
tree | 6f6e224c4aeb9b5ff24284f504538ec055139d41 /kindle-hacking.txt | |
parent | 39176357654f831b049165c071cec3d965e49111 (diff) |
added PDFs and most recent changes
Diffstat (limited to 'kindle-hacking.txt')
-rw-r--r-- | kindle-hacking.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kindle-hacking.txt b/kindle-hacking.txt new file mode 100644 index 0000000..064c700 --- /dev/null +++ b/kindle-hacking.txt @@ -0,0 +1,16 @@ +links: + +[Installing ADB and Fastboot on Linux & Device Detection "Drivers"](https://forum.xda-developers.com/android/general/guide-installing-adb-fastboot-linux-adb-t3478678) + +You need to be on 6.3.1.2 firmware: +[Fire HD 8 2018 (karnak) amonet-3](https://forum.xda-developers.com/hd8-hd10/orig-development/unlock-fire-hd-8-2018-karnak-amonet-3-t3963496/page52) + +[Download 6.3.1.2 firmware](https://fireos-tablet-src.s3.amazonaws.com/LlO8A9g4Q6ugQCylaeqWBWxYBb/update-kindle-Fire_HD8_8th_Gen-NS6312_user_1852_0002517056644.bin) + +2. Download the amazon frimware above and keep it where you can flash it. +3. Boot into recovery (Volume Down + Power at the same time) +4. Select "adb sideload" or whatever it says using your volume keys and press the power to select +5. Now adb sideload <frimware>.bin + +https://www.youtube.com/watch?v=sN6PphcI6XQ + |