0040.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Flashing the OUYA with i12bretro Image</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">
  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</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>
  24. Things You Will Need</h2>
  25. <ul>
  26. <li>
  27. A USB flash drive, at least 4 GB of free space</li>
  28. <li>
  29. A USB hub, preferably with external power</li>
  30. <li>
  31. A USB keyboard</li>
  32. </ul>
  33. <h2>
  34. Prerequisites and Downloads</h2>
  35. <ol>
  36. <li>
  37. Download i12bretro_OUYA_commands.zip <a href="https://drive.google.com/open?id=1OgeEgZ9M4-Ym7Ldwz0bnpy0b0ZZ_vxlA" target="_blank">Download</a></li>
  38. <li>
  39. Download i12bretro_OUYA_image.zip <a href="https://drive.google.com/open?id=1sXaMcrRJ9JDG7KLvn4nAtNrBYONXFouh" target="_blank">Download</a></li>
  40. <li>
  41. Format the USB flash drive to FAT32
  42. <ol start="1" style="list-style-type: lower-alpha;">
  43. <li>
  44. Right Click Start &gt; File Explorer</li>
  45. <li>
  46. Right Click the USB flash drive &gt; Format...</li>
  47. <li>
  48. Select FAT32 from the File System dropdown</li>
  49. <li>
  50. Make sure Quick Format is checked</li>
  51. <li>
  52. Click Start</li>
  53. </ol>
  54. </li>
  55. </ol>
  56. <ol start="4">
  57. <li>
  58. Extract the downloaded i12bretro_OUYA_image.zip file to the root of the USB flash drive</li>
  59. <li>
  60. Extract the downloaded i12bretro_OUYA_commands.zip</li>
  61. <li>
  62. Copy the last official Ouya update (files\zip\RC-OUYA-1.2.1427-r1_ota.zip) to the root of the USB flash drive</li>
  63. <li>
  64. Safely remove the flash drive and set aside for later</li>
  65. </ol>
  66. <h2>
  67. Installing Ouya USB Drivers</h2>
  68. <ol>
  69. <li>
  70. Right click Start &gt; Command Prompt (Admin)</li>
  71. <li>
  72. Paste the following commands to disable driving signing checks temporarily<br />
  73. <div class="codeBlock">
  74. bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS<br />
  75. bcdedit -set TESTSIGNING ON<br />
  76. shutdown /r</div>
  77. </li>
  78. <li>
  79. Your PC will reboot</li>
  80. <li>
  81. Connect a USB cable from the micro USB port on the back of the Ouya to your PC</li>
  82. <li>
  83. Make sure the Ouya is connected to a display via HDMI</li>
  84. <li>
  85. Power on the Ouya</li>
  86. <li>
  87. After a few seconds you should hear Windows chime that a new device has been detected</li>
  88. <li>
  89. Right click Start &gt; Device Manager</li>
  90. <li>
  91. Expand Other Devices and you should see OUYA listed</li>
  92. <li>
  93. Right click OUYA &gt; Update Driver</li>
  94. <li>
  95. Select Browse my computer for driver software</li>
  96. <li>
  97. Click the Browse... button</li>
  98. <li>
  99. Navigate to the extracted i12bretro_OUYA_commands\files\driver</li>
  100. <li>
  101. Click OK</li>
  102. <li>
  103. Make sure &quot;Include subfolders&quot; is checked, click Next</li>
  104. <li>
  105. Windows should find the correct driver for the Ouya and install it</li>
  106. <li>
  107. Navigate to the i12bretro_OUYA_commands in windows explorer</li>
  108. <li>
  109. Right click i12bretro_OUYA_commands.bat &gt; Run as administrator</li>
  110. <li>
  111. The script uses the Android Debug Bridge (ADB) to boot the Ouya into CyanogenMod recovery</li>
  112. <li>
  113. When the command prompts to &quot;--&nbsp; Setup the fastboot driver&quot;, go back to Device Manager expand Android Device</li>
  114. <li>
  115. Right click Android Bootloader Device &gt; Update Driver</li>
  116. <li>
  117. Select Browse my computer for driver software</li>
  118. <li>
  119. Click the Browse... button</li>
  120. <li>
  121. Navigate to the extracted i12bretro_OUYA_commands\files\driver</li>
  122. <li>
  123. Click OK</li>
  124. <li>
  125. Make sure &quot;Include subfolders&quot; is checked, click Next</li>
  126. <li>
  127. Windows should find the correct driver for the Ouya and install it</li>
  128. <li>
  129. Press Enter at the command prompt once the driver is installed to continue booting the Ouya to CyanogenMod recovery</li>
  130. </ol>
  131. <h2>
  132. Restore i12bretro Image via CyanogenMod Recovery</h2>
  133. <ol>
  134. <li>
  135. With the OUYA in CyanogenMod Recovery:</li>
  136. <li>
  137. Select Backup/Restore &gt; Restore from USB disk</li>
  138. <li>
  139. Navigate to and select the extracted i12bretro image from the USB disk clockworkmod\backup\2019-06-13.13.27.22</li>
  140. <li>
  141. Select Yes to confirm restoring the backup</li>
  142. <li>
  143. Wait several minutes for the various partitions of the image to be copied to the Ouya</li>
  144. <li>
  145. From the main menu select Install zip &gt; install zip from USB disk</li>
  146. <li>
  147. Navigate to the RC-OUYA-1.2.1427-r1_ota.zip file on the USB disk</li>
  148. <li>
  149. Select Yes to confirm installing the update</li>
  150. <li>
  151. From the main menu select wipe cache partition</li>
  152. <li>
  153. Select Yes to confirm wiping the cache</li>
  154. <li>
  155. From the main menu select advanced &gt; wipe dalvik cache partition</li>
  156. <li>
  157. Select Yes to confirm wiping the dalvik cache</li>
  158. <li>
  159. From the main menu select reboot device</li>
  160. </ol>
  161. <h2>
  162. Cleaning Up</h2>
  163. <ol>
  164. <li>
  165. After successfully flashing the image to your Ouya, do the following</li>
  166. <li>
  167. Right click Start &gt; Command Prompt (Admin)</li>
  168. <li>
  169. Paste the following commands to re-enable driving signing checks<br />
  170. <div class="codeBlock">
  171. bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS<br />
  172. bcdedit -set TESTSIGNING OFF<br />
  173. shutdown /r</div>
  174. </li>
  175. <li>
  176. Your PC will reboot</li>
  177. </ol>
  178. <p>
  179. 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> for helping to keep the Ouya alive</p>
  180. </div>
  181. </div>
  182. </body>
  183. </html>