0040.html 6.3 KB

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