DevTech101

DevTech101
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...
Below are notes on how to root your fire Amazon HD 8 (and what I have used successfully). then disabling ota and the fire launcher. I was lucky that my device was only updated to 5.3.2 and not 5.3.2.1, which can’t be rolled back and is/was unrootable at the time of this writeup.
Most of the notes below I collected from various xda forms, they are documented below.
FOR 2016(6th GEN) ON 5.3.1 AND 5.3.1.1 ONLY: Works on HD8 and HD10 Confirm you are on 5.3.1. or 5.3.1.1. You can downgrade from 5.3.2 by adb sideload the 5.3.1.1 bin file. DO NOT downgrade from 5.3.2.1!! Hard-brick attention!!
HD firmware Download links https://forum.xda-developers.com/hd8-hd10/general/index-amazon-fire-hd-8-hd-10-5th-gen-t3214218/post63061579#post63061579 Root instructions https://forum.xda-developers.com/hd8-hd10/general/root-kindle-fire-hd8-6th-gen-t3537063/page4 Proper Proceeder https://forum.xda-developers.com/showpost.php?p=70556236&postcount=38 https://forum.xda-developers.com/showpost.php?p=70590696&postcount=125 Steps to role back your device device
adb reboot recovery

# or
# while unit is off, hold down volume down and power button
Note: the process below downgrades your device to 5.3.1.1 Wait for reboot, and run
adb devices
adb sideload update-kindle-49.5.5.4_user_554206920.bin
Reboot when done.
Get the latest Kingo-app from www.kingoapp.com Install ES explorer – needed for the kingoroot app install (enable unknown sources).
adb install es-file-explorer-[latest-version].apk
Copy with explorer the kingoroot & the kingo root remove script(s). Note: Make sure to unzip/extract the “kingo root remove script” locally, then copy the unzipped files.
Download Kingo-app remove scripts – end of post on xda, or direct link xda remove scripts & su bundle
Install kingoroot by clicking on the apk, be patient it may take time. make sure to reboot the device to function properly, once rooting is completed su should now work.
Now that su works, you can remove the kingo app. cd to the directory you copied the kingo app remove scripts, for example “/sdcard/Kingo.to.SuperSU”, and run the below.
adb devices
adb shell
su
mount -w -o remount /system

cd /sdcard/Kingo.to.SuperSU
cp ./su /system/xbin/daemonsu
chmod 0755 /system/xbin/daemonsu
daemonsu -d &

# You can also try this to install su (might not work).
adb install "eu.chainfire.supersu_2.79-SR3-279_minAPI7(nodpi)_apkmirror.com.apk"

# or just run
cp ./su /system/xbin/su
chmod 0755 /system/xbin/su
rm /system/xbin/supolicy
rm /system/bin/install-recovery.sh
rm -rf /system/usr/iku
rm -rf /sdcard/Kingroot
Note: Make sure before you reboot, go to settings->default->access. change prompt to grant to superSU.
Once reboot is completed, its now a good time to disable OTA and maybe fire launcher. Disable ota and fire launcher, once rooting is completed.
* to disable evil diabolical OTAs:
adb shell
su
pm hide com.amazon.otaverifier
pm disable com.amazon.otaverifier
pm hide com.amazon.device.software.ota
pm disable com.amazon.device.software.ota
pm hide com.amazon.settings.systemupdates
pm disable com.amazon.settings.systemupdates

Navigate to /system/priv-app/DeviceSoftwareOTA/ and rename DeviceSoftwareOTA.apk to something else, ie. DeviceSoftwareOTA.apk_bak
Most of the above process I used successfully, thanks to xda developers (links above) made thinks easy.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: