0321.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install Kodi on Amazon FireTV Devices</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="FireOS,FireTV,FireTV Stick,Kodi,XBMC,2020,Media Center,Media Frontend,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install Kodi on Amazon FireTV Devices">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/15/2022 02:37:51 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install Kodi on Amazon FireTV Devices</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Install the Downloader application</li>
  27. <li>Launch Downloader</li>
  28. <li>Navigate to&nbsp;https://kodi.tv</li>
  29. <li>Scroll down and click on&nbsp;the Android logo</li>
  30. <li>Scroll down again and click on the Android logo</li>
  31. <li>Scroll down and click on the&nbsp;ARMV7A&nbsp;(32 bit) link</li>
  32. <li>A prompt will display to go to settings and allow installing unknown apps</li>
  33. <li>Click Settings &gt; Install Unknown Apps &gt; Downloader &gt; Toggle the setting to On</li>
  34. <li>Click back a few times to return to the Downloader app</li>
  35. <li>Click Install and then Install again</li>
  36. </ol>
  37. </div>
  38. </div>
  39. </body>
  40. </html>