12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Update 4K FireTV Stick -- NEW REDESIGNED UI!!</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="How To,Tutorial,i12bretro,Fire TV Stick,4K,FireOS,Update,New UI,Look and Feel">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Update 4K FireTV Stick -- NEW REDESIGNED UI!!">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <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>Update 4K FireTV Stick -- NEW REDESIGNED UI!!</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>From the home screen, select Settings > My Fire TV > About</li>
- <li>Scroll to the bottom and select Check for Updates</li>
- <li>If the update is available it will begin downloading</li>
- <li>Once the download completes, click Install Update</li>
- <li>Wait for the update to be applied </li>
- <li>The FireTV stick will reboot</li>
- <li>Welcome to the new, redesigned FireOS user interface</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|