0508.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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="How To,Tutorial,i12bretro,Ouya,Softbrick,Fix,Android,Recovery">
  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. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Fixing a Soft-Bricked Ouya Console</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Things You Will Need</h2>
  25. <ul>
  26. <li>A USB flash drive, at least 4 GB of free space</li>
  27. <li>A USB hub, preferably with external power</li>
  28. <li>A USB keyboard</li>
  29. </ul>
  30. <h2>The Process</h2>
  31. <ol>
  32. <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>
  33. <li>Copy the downloaded .zip file to the USB flash drive</li>
  34. <li>Connect the flash drive and keyboard to the USB hub</li>
  35. <li>Connect the USB hub to the Ouya</li>
  36. <li>Connect power to the Ouya</li>
  37. <li>Press and hold ALT + PRTSC on the keyboard</li>
  38. <li>Every 2 seconds or so, press the i key and hold for about 2 seconds and then release</li>
  39. <li>Continue pressing and releasing the i key for 2 seconds at a time until the Ouya reboots</li>
  40. <li>Once the Ouya reboots, press the Home key to reveal the recovery menu options</li>
  41. <li>Select Apply update from USB &gt; Press Enter</li>
  42. <li>Navigate to the RC-OUYA-1.2.1427-r1_ota.zip file &gt; Press Enter</li>
  43. <li>Once the update has completed, select Wipe data/factory reset &gt; Press Enter</li>
  44. <li>Select Yes to confirm wiping all user data</li>
  45. <li>Select Wipe cache partition</li>
  46. <li>Select Reboot system now</li>
  47. <li>At this point the Ouya should reboot and load the latest stock release</li>
  48. </ol>
  49. </div>
  50. </div>
  51. </body>
  52. </html>