*insert witty banner here*

Karnak: Difference between revisions

From Huck's Wiki
Jump to navigation Jump to search
(Created page with "File:68747470733a2f2f696d616765732e6672616e64726f69642e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031392f30342f616d617a6f6e2d666972652d68642d382d323031382e706e67.png|2...")
 
No edit summary
Line 1: Line 1:
[[File:68747470733a2f2f696d616765732e6672616e64726f69642e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031392f30342f616d617a6f6e2d666972652d68642d382d323031382e706e67.png|250px|thumb|right]]
[[File:Karnak.png|250px|thumb|right]]
The '''Fire HD 8 2018''' (Codenamed as '''Karnak''') is an Android-based tablet computer produced by [[Amazon]]. Released in October 2017, are mid-range tablet from Amazon on a customized Ångström [[Linux]] distribution.
The '''Fire HD 8 2018''' (Codenamed as '''Karnak''') is an Android-based tablet computer produced by [[Amazon]]. Released in October 2017, this is a mid-range tablet from Amazon running on a customised [[Android]] fork called FireOS.


''An overview of the device can be found here on this [[wikipedia:Fire HD8 2018|Wikipedia article]].''
''An overview of the device can be found here on this [[wikipedia:Fire HD8 2018|Wikipedia article]].''
Line 24: Line 24:
==Resources==
==Resources==
===OTA update ZIPs===
===OTA update ZIPs===
The following files are incremental updates used to update an existing system to the latest build. No known official scatter or flashable ZIP files for a full system image exist.
The following files are incremental updates used to update an existing system to the latest build.
====Regular====
====Regular====
Latest version: "NS6315_user_2504_0003658074244"
Latest version: "NS6315_user_2504_0003658074244"
Line 60: Line 60:
where foobar.apk could be any APK file you have lying around. If done correctly, it should show up on the application menu.
where foobar.apk could be any APK file you have lying around. If done correctly, it should show up on the application menu.


===Custom Rom ===
===Custom ROMs ===
Lineage-16.0 For Karnak (google/lineage_karnak/karnak:9/PQ3A.190801.002/kai03160059:userdebug/test-keys):
Lineage 16.0 For Karnak (google/lineage_karnak/karnak:9/PQ3A.190801.002/kai03160059:userdebug/test-keys):
*[https://www.androidfilehost.com/?fid=4349826312261694730 AFH]
*[https://www.androidfilehost.com/?fid=4349826312261694730 AFH]


===Google Apps and root===
*[https://www.youtube.com/watch?v=56XdXJbFbjQ Install TWRP, Google Play and SuperSU root on your LeapFrog Epic]
{{stub}}


[[Category:Android]]
[[Category:Android]]

Revision as of 04:46, 19 March 2020

Karnak.png

The Fire HD 8 2018 (Codenamed as Karnak) is an Android-based tablet computer produced by Amazon. Released in October 2017, this is a mid-range tablet from Amazon running on a customised Android fork called FireOS.

An overview of the device can be found here on this Wikipedia article.

Tech specs

  • Display: 8-inch capacitive touchscreen with TN LCD display
  • Resolution: 1024x600
  • Operating System: Android 7.1.2 "Nougat"
  • Processor: Quad-core, 1.3 GHz (MediaTek MT8127)
  • Memory: 1.5GB RAM
  • Storage: 16GB; ~9GB available for /sdcard partition
  • Micro SD Card Slot: Yes, expandable up to 32GB
  • Camera - Rear: 2MP
  • Camera - Front: 2MP
  • Audio: 3.5mm stereo jack with microphone; bottom-mounted Dual speaker
  • Wireless: Wi-Fi 802.11 b/g/n AC
  • Bluetooth: Bluetooth 4.1
  • Battery Type: Rechargeable lithium-ion
  • Battery Life: 7+ hours; results will vary based on usage and settings
  • Port: Micro USB
  • Sensor(s): Accelerometer, Light

Resources

OTA update ZIPs

The following files are incremental updates used to update an existing system to the latest build.

Regular

Latest version: "NS6315_user_2504_0003658074244"

https://fireos-tablet-src.s3.amazonaws.com/eI3UXiCdWfm4l9xcFS5U61gf6a/update-kindle-Fire_HD8_8th_Gen-NS6315_user_2504_0003658074244.bin

Custom recovery images

Sideloading APKs

A guide for enabling Unknown Sources can be found here.

There are two ways to install APKs, one through downloading stuff off the Browser, and the more advanced method being ADB.

For the latter, you'll need to download the latest ADB and Fastboot binaries, install the necessary drivers, and enable USB debugging. You can access developer options by lookign for the Developer options menu item and tap it, then tick USB debugging to enable ADB mode. 1. Open settings 2. Go to Device options. 3. tap on About Fire Tablet 4. tap serial number 8 times 5. go back and tap ond developer options 6. enable usb debugging

Now plug your Fire HD 8 to a computer, then using a command prompt, run the following command:

adb devices

You should get an authorisation screen, and make sure to tick the checkbox so it would be authorised the next time you plug your device in. The command prompt should also display something along the lines of this:

1111111111111111 device

Once that's done, you may now install APKs using this method. To do so, key in the following:

adb install foobar.apk

where foobar.apk could be any APK file you have lying around. If done correctly, it should show up on the application menu.

Custom ROMs

Lineage 16.0 For Karnak (google/lineage_karnak/karnak:9/PQ3A.190801.002/kai03160059:userdebug/test-keys):