0508.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Fixing a Soft-Bricked Ouya Console</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Ouya,Softbrick,Fix,Android,Recovery,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Fixing a Soft-Bricked Ouya Console">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 12:10:18 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>Fixing a Soft-Bricked Ouya Console</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <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>
  28. <li>A USB hub, preferably with external power <a href="https://amzn.to/3KTviDw" target="_blank">https://amzn.to/3KTviDw</a></li>
  29. <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>
  30. </ul>
  31. <h2>The Process</h2>
  32. <ol>
  33. <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>
  34. <li>Copy the downloaded .zip file to the USB flash drive</li>
  35. <li>Connect the flash drive and keyboard to the USB hub</li>
  36. <li>Connect the USB hub to the Ouya</li>
  37. <li>Connect power to the Ouya</li>
  38. <li>Press and hold ALT + PRTSC on the keyboard</li>
  39. <li>Every 2 seconds or so, press the i key and hold for about 2 seconds and then release</li>
  40. <li>Continue pressing and releasing the i key for 2 seconds at a time until the Ouya reboots</li>
  41. <li>Once the Ouya reboots, press the Home key to reveal the recovery menu options</li>
  42. <li>Select Apply update from USB &gt; Press Enter</li>
  43. <li>Navigate to the RC-OUYA-1.2.1427-r1_ota.zip file &gt; Press Enter</li>
  44. <li>Once the update has completed, select Wipe data/factory reset &gt; Press Enter</li>
  45. <li>Select Yes to confirm wiping all user data</li>
  46. <li>Select Wipe cache partition</li>
  47. <li>Select Reboot system now</li>
  48. <li>At this point the Ouya should reboot and load the latest stock release</li>
  49. </ol>
  50. </div>
  51. </div>
  52. </body>
  53. </html>