************************ *******Downloads******** ************************ KingRoot: https://kingroot.net/download-android-apk/ TWRP: https://forum.xda-developers.com/fire-tv/development/firetv-2-recovery-t3309780 ADB: https://forum.xda-developers.com/showthread.php?p=48915118#post48915118 Prerooted Images: https://forum.xda-developers.com/fire-tv/development/firetv-2-sloane-prerooted-stock-images-t3309783 ******************************** **********Install TWRP********** ******************************** adb connect adb push [FilePath] /sdcard/ adb shell su su -c “sh /sdcard/firetv2_recovery_v6.zip” (Use file name of version you downloaded) ************************************************************ ********Verify Root, Disable Updates, and Disconnect******** ************************************************************ adb shell su pm disable com.amazon.device.software.ota exit exit adb disconnect adb kill-server