1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Install Kodi on Amazon FireTV Devices</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="FireOS,FireTV,FireTV Stick,Kodi,XBMC,2020,Media Center,Media Frontend,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Install Kodi on Amazon FireTV Devices">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="06/15/2022 02:37:51 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Install Kodi on Amazon FireTV Devices</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Install the Downloader application</li>
- <li>Launch Downloader</li>
- <li>Navigate to https://kodi.tv</li>
- <li>Scroll down and click on the Android logo</li>
- <li>Scroll down again and click on the Android logo</li>
- <li>Scroll down and click on the ARMV7A (32 bit) link</li>
- <li>A prompt will display to go to settings and allow installing unknown apps</li>
- <li>Click Settings > Install Unknown Apps > Downloader > Toggle the setting to On</li>
- <li>Click back a few times to return to the Downloader app</li>
- <li>Click Install and then Install again</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|