0121.html 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Flashing the OUYA with i12bretro Image v2.0</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Ouya,Android,Recovery,ADB,Custom ROM,Micro Console,Emulation,Tutorial,How To">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Flashing the OUYA with i12bretro Image v2.0">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Flashing the OUYA with i12bretro Image v2.0</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>What&#39;s Included</h2>
  24. <ul>
  25. <li>Everything from the original i12bretro Ouya image (emulators, Kodi, etc)</li>
  26. <li>Ouya Discover Store 2020 fix</li>
  27. <li>Factory Reset Fix</li>
  28. <li>Discover Store full games unlock</li>
  29. </ul>
  30. <h2>Things You Will Need</h2>
  31. <ul>
  32. <li>A USB flash drive, at least 4 GB of free space</li>
  33. <li>A USB hub, preferably with external power</li>
  34. <li>A USB keyboard</li>
  35. </ul>
  36. <h2>Prerequisites and Downloads</h2>
  37. <ol>
  38. <li>Download i12bretro_OUYA_commands.zip <a href="https://drive.google.com/open?id=1OgeEgZ9M4-Ym7Ldwz0bnpy0b0ZZ_vxlA" target="_blank">Download</a></li>
  39. <li>Download i12bretro_OUYA_image_v2.0.zip <a href="https://drive.google.com/file/d/1wWAeVBUjEUubZqz38610lNrdWrvRsYtl/view?usp=sharing" target="_blank">Download</a></li>
  40. <li>Format the USB flash drive to FAT32
  41. <ol start="1" style="list-style-type: lower-alpha;">
  42. <li>Right Click Start &gt; File Explorer</li>
  43. <li>Right Click the USB flash drive &gt; Format...</li>
  44. <li>Select FAT32 from the File System dropdown</li>
  45. <li>Make sure Quick Format is checked</li>
  46. <li>Click Start</li>
  47. </ol>
  48. </li>
  49. </ol>
  50. <ol start="4">
  51. <li>Extract the downloaded i12bretro_OUYA_image_v2.0.zip file to the root of the USB flash drive</li>
  52. <li>Extract the downloaded i12bretro_OUYA_commands.zip</li>
  53. <li>Safely remove the flash drive and set aside for later</li>
  54. </ol>
  55. <h2>Installing Ouya USB Drivers</h2>
  56. <ol>
  57. <li>Right click Start &gt; Command Prompt (Admin)</li>
  58. <li>Paste the following commands to disable driving signing checks temporarily
  59. <div class="codeBlock">bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS<br />
  60. bcdedit -set TESTSIGNING ON<br />
  61. shutdown /r</div>
  62. </li>
  63. <li>Your PC will reboot</li>
  64. <li>Connect a USB cable from the micro USB port on the back of the Ouya to your PC</li>
  65. <li>Make sure the Ouya is connected to a display via HDMI</li>
  66. <li>Power on the Ouya</li>
  67. <li>After a few seconds you should hear Windows chime that a new device has been detected</li>
  68. <li>Right click Start &gt; Device Manager</li>
  69. <li>Expand Other Devices and you should see OUYA listed</li>
  70. <li>Right click OUYA &gt; Update Driver</li>
  71. <li>Select Browse my computer for driver software</li>
  72. <li>Click the Browse... button</li>
  73. <li>Navigate to the extracted i12bretro_OUYA_commands\files\driver</li>
  74. <li>Click OK</li>
  75. <li>Make sure &quot;Include subfolders&quot; is checked, click Next</li>
  76. <li>Windows should find the correct driver for the Ouya and install it</li>
  77. <li>Navigate to the i12bretro_OUYA_commands in windows explorer</li>
  78. <li>Right click i12bretro_OUYA_commands.bat &gt; Run as administrator</li>
  79. <li>The script uses the Android Debug Bridge (ADB) to boot the Ouya into CyanogenMod recovery</li>
  80. <li>When the command prompts to &quot;--&nbsp; Setup the fastboot driver&quot;, go back to Device Manager expand Android Device</li>
  81. <li>Right click Android Bootloader Device &gt; Update Driver</li>
  82. <li>Select Browse my computer for driver software</li>
  83. <li>Click the Browse... button</li>
  84. <li>Navigate to the extracted i12bretro_OUYA_commands\files\driver</li>
  85. <li>Click OK</li>
  86. <li>Make sure &quot;Include subfolders&quot; is checked, click Next</li>
  87. <li>Windows should find the correct driver for the Ouya and install it</li>
  88. <li>Press Enter at the command prompt once the driver is installed to continue booting the Ouya to CyanogenMod recovery</li>
  89. </ol>
  90. <h2>Restore i12bretro Image via CyanogenMod Recovery</h2>
  91. <ol>
  92. <li>With the OUYA in CyanogenMod Recovery:</li>
  93. <li>Select Backup/Restore &gt; Restore from USB disk</li>
  94. <li>Navigate to and select the extracted i12bretro image from the USB disk clockworkmod\backup\i12bretro_v2.0</li>
  95. <li>Select Yes to confirm restoring the backup</li>
  96. <li>Wait several minutes for the various partitions of the image to be copied to the Ouya</li>
  97. <li>From the main menu select wipe cache partition</li>
  98. <li>Select Yes to confirm wiping the cache</li>
  99. <li>From the main menu select advanced &gt; wipe dalvik cache partition</li>
  100. <li>Select Yes to confirm wiping the dalvik cache</li>
  101. <li>From the main menu select reboot device</li>
  102. <li>Select No at the flash recovery fix prompt</li>
  103. </ol>
  104. <h2>Unlocking Full Discover Store Games</h2>
  105. <ol>
  106. <li>Once the Ouya boots, navigate to Make &gt; Software</li>
  107. <li>Launch Xposed Installer</li>
  108. <li>Select Framework &gt; Check Don&#39;t show this again and Click OK to the popup &gt; Click Install/Update &gt; Click OK to reboot</li>
  109. <li>After rebooting Discover Store games that used the Ouya purchase API will be unlocked</li>
  110. </ol>
  111. <h2>Cleaning Up</h2>
  112. <ol>
  113. <li>After successfully flashing the image to your Ouya, do the following</li>
  114. <li>Right click Start &gt; Command Prompt (Admin)</li>
  115. <li>Paste the following commands to re-enable driving signing checks
  116. <div class="codeBlock">bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS<br />
  117. bcdedit -set TESTSIGNING OFF<br />
  118. shutdown /r</div>
  119. </li>
  120. <li>Your PC will reboot</li>
  121. </ol>
  122. <p>Special thanks to <a href="https://www.s-config.com/cyanogen-mod-and-the-ouya/" target="_blank">https://www.s-config.com/cyanogen-mod-and-the-ouya/</a> and&nbsp;Christian Weiske&nbsp;<a href="https://ouya.cweiske.de" target="_blank">https://ouya.cweiske.de</a> for helping to keep the Ouya alive</p>
  123. </div>
  124. </div>
  125. </body>
  126. </html>