123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Fixing a Soft-Bricked Ouya Console</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Ouya,Softbrick,Fix,Android,Recovery,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Fixing a Soft-Bricked Ouya Console">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="03/20/2022 12:10:18 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>Fixing a Soft-Bricked Ouya Console</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Things You Will Need</h2>
- <ul>
- <li>A USB flash drive, at least 4 GB of free space <a href="https://amzn.to/3wkR5ju" target="_blank">https://amzn.to/3wkR5ju</a></li>
- <li>A USB hub, preferably with external power <a href="https://amzn.to/3KTviDw" target="_blank">https://amzn.to/3KTviDw</a></li>
- <li>A USB keyboard <a href="https://amzn.to/3qgUQTe" target="_blank">https://amzn.to/3qgUQTe</a> | <a href="https://amzn.to/3uchJsj" target="_blank">https://amzn.to/3uchJs</a></li>
- </ul>
- <h2>The Process</h2>
- <ol>
- <li>Download the last official OTA update for the Ouya <a href="https://drive.google.com/file/d/1FVd3g_9RLtoCCHv2WkXBHVC6AENsBssD/view?usp=sharing" target="_blank">Download</a></li>
- <li>Copy the downloaded .zip file to the USB flash drive</li>
- <li>Connect the flash drive and keyboard to the USB hub</li>
- <li>Connect the USB hub to the Ouya</li>
- <li>Connect power to the Ouya</li>
- <li>Press and hold ALT + PRTSC on the keyboard</li>
- <li>Every 2 seconds or so, press the i key and hold for about 2 seconds and then release</li>
- <li>Continue pressing and releasing the i key for 2 seconds at a time until the Ouya reboots</li>
- <li>Once the Ouya reboots, press the Home key to reveal the recovery menu options</li>
- <li>Select Apply update from USB > Press Enter</li>
- <li>Navigate to the RC-OUYA-1.2.1427-r1_ota.zip file > Press Enter</li>
- <li>Once the update has completed, select Wipe data/factory reset > Press Enter</li>
- <li>Select Yes to confirm wiping all user data</li>
- <li>Select Wipe cache partition</li>
- <li>Select Reboot system now</li>
- <li>At this point the Ouya should reboot and load the latest stock release</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|