0345.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Flashing the OUYA with i12bretro Image v3.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 v3.0">
  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 v3.0</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>What&#39;s Included</h2>
  25. <ul>
  26. <li>Everything from the previous i12bretro Ouya images</li>
  27. <li>Ouya Discover Store 2020 fix</li>
  28. <li>Factory Reset Fix</li>
  29. <li>Discover Store full games unlock</li>
  30. <li>Root access</li>
  31. </ul>
  32. <h2>What&#39;s New</h2>
  33. <ul>
  34. <li>Updated RetroArch to v1.9.0</li>
  35. <li>Installed Aptoide app store</li>
  36. <li>Installed Dig Emulation Frontend</li>
  37. <li>Semi-working Google Play store (Frequent crashes / apps can be installed, but some don&#39;t work due to missing Google services)</li>
  38. </ul>
  39. <h2>Things You Will Need</h2>
  40. <ul>
  41. <li>A USB flash drive, at least 4 GB of free space</li>
  42. <li>A USB hub, preferably with external power</li>
  43. <li>A USB keyboard</li>
  44. </ul>
  45. <h2>Prerequisites and Downloads</h2>
  46. <ol>
  47. <li>Download i12bretro_OUYA_image_v3.0.zip <a href="https://drive.google.com/file/d/1xY6Yzcjm3VZYHYHVLoa_Fsz3XUUvo26l/view?usp=sharing" target="_blank">Download</a></li>
  48. <li>Format the USB flash drive to FAT32
  49. <ol start="1" style="list-style-type: lower-alpha;">
  50. <li>Right Click Start &gt; File Explorer</li>
  51. <li>Right Click the USB flash drive &gt; Format...</li>
  52. <li>Select FAT32 from the File System dropdown</li>
  53. <li>Make sure Quick Format is checked</li>
  54. <li>Click Start</li>
  55. </ol>
  56. </li>
  57. </ol>
  58. <ol start="4">
  59. <li>Extract the downloaded i12bretro_OUYA_image_v3.0.zip file</li>
  60. <li>Copy the contents of the /Copy_to_USB folder to the root of the USB flash drive</li>
  61. <li>Safely remove the flash drive and plug it into the USB hub connected to the Ouya</li>
  62. <li>Plug in the USB keyboard to the USB hub connected to the Ouya</li>
  63. </ol>
  64. <h2>Installing Ouya USB Drivers</h2>
  65. <ol>
  66. <li>Right click Start &gt; Command Prompt (Admin)</li>
  67. <li>Paste the following commands to disable driving signing checks temporarily
  68. <div class="codeBlock">bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS<br />
  69. bcdedit -set TESTSIGNING ON<br />
  70. shutdown /r</div>
  71. </li>
  72. <li>Your PC will reboot</li>
  73. <li>Connect a USB cable from the micro USB port on the back of the Ouya to your PC</li>
  74. <li>Make sure the Ouya is connected to a display via HDMI</li>
  75. <li>Power on the Ouya</li>
  76. <li>After a few seconds you should hear Windows chime that a new device has been detected</li>
  77. <li>Right click Start &gt; Device Manager</li>
  78. <li>Expand Other Devices and you should see OUYA listed</li>
  79. <li>Right click OUYA &gt; Update Driver</li>
  80. <li>Select Browse my computer for driver software</li>
  81. <li>Click the Browse... button</li>
  82. <li>Navigate to the extracted i12bretro_OUYA_image_v3.0\files\driver</li>
  83. <li>Click OK</li>
  84. <li>Make sure &quot;Include subfolders&quot; is checked, click Next</li>
  85. <li>Windows should find the correct driver for the Ouya and install it</li>
  86. <li>Navigate to the i12bretro_OUYA_image_v3.0 in windows explorer</li>
  87. <li>Right click i12bretro_OUYA_image_v3.0.bat &gt; Run as administrator</li>
  88. <li>The script uses the Android Debug Bridge (ADB) to boot the Ouya into CyanogenMod recovery</li>
  89. <li>When the command prompts to &quot;--&nbsp; Setup the fastboot driver&quot;, go back to Device Manager expand Android Device</li>
  90. <li>Right click Android Bootloader Device &gt; Update Driver</li>
  91. <li>Select Browse my computer for driver software</li>
  92. <li>Click the Browse... button</li>
  93. <li>Navigate to the extracted i12bretro_OUYA_image_v3.0\files\driver</li>
  94. <li>Click OK</li>
  95. <li>Make sure &quot;Include subfolders&quot; is checked, click Next</li>
  96. <li>Windows should find the correct driver for the Ouya and install it</li>
  97. <li>Press Enter at the command prompt once the driver is installed to continue booting the Ouya to CyanogenMod recovery</li>
  98. </ol>
  99. <h2>Restore i12bretro Image via CyanogenMod Recovery</h2>
  100. <ol>
  101. <li>With the OUYA in CyanogenMod Recovery:</li>
  102. <li>Select wipe data/factory reset</li>
  103. <li>Select Yes to confirm wiping all user data</li>
  104. <li>From the main menu select advanced &gt; wipe dalvik cache partition</li>
  105. <li>Select Yes to confirm wiping the dalvik cache</li>
  106. <li>Select Backup/Restore &gt; Restore from USB disk</li>
  107. <li>Navigate to and select the extracted i12bretro image from the USB disk clockworkmod\backup\i12bretro_v3.0</li>
  108. <li>Select Yes to confirm restoring the backup</li>
  109. <li>Wait several minutes for the various partitions of the image to be copied to the Ouya</li>
  110. <li>From the main menu select&nbsp;install zip &gt; choose zip from /storage/usbdisk</li>
  111. <li>Arrow down and select RC-OUYA-1.2.1427-r1_ota.zip &gt; Press Enter</li>
  112. <li>Select Yes to confirm the install</li>
  113. <li>From the main menu select mounts and storage &gt; mount /system</li>
  114. <li>While at the mounts and storage menu, make sure /data is mounted, the menu should say unmount /data. If it does not, mount it as well</li>
  115. <li>Back on the PC Press Enter to continue with rooting the Ouya and fixing the Discover store</li>
  116. <li>Copy each of the adb shell commands one at a time into the command prompt to gain root access</li>
  117. <li>Once the process completes the Ouya will reboot</li>
  118. </ol>
  119. <h2>Completing Root Access</h2>
  120. <ol>
  121. <li>Once the Ouya boots, navigate to Make &gt; Software</li>
  122. <li><label for="cb_li_605884_11">Launch Superuser &gt; Select Install</label></li>
  123. <li>S<label for="cb_li_307470_12">elect Remember choice forever &gt; Allow</label></li>
  124. <li><label for="cb_li_503050_13">Click OK</label></li>
  125. <li><label for="cb_li_312900_14">Exit Superuser and navigate back to Make &gt; Software</label></li>
  126. <li>Launch Xposed Installer</li>
  127. <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>
  128. <li>After rebooting Discover Store games that used the Ouya purchase API will be unlocked</li>
  129. </ol>
  130. <h2>Setting Up Google Play</h2>
  131. <ol>
  132. <li>Navigate to Make &gt; Software</li>
  133. <li>Launch Mod Collection for Ouya</li>
  134. <li>Arrow down to Install Play Store</li>
  135. <li>Wait for the installation to complete</li>
  136. <li>Back out to Make &gt; Software and select Quick Boot</li>
  137. <li>Select Reboot to complete the Google Play install</li>
  138. <li>Once the Ouya is back up go to Make &gt; Software &gt; Google Play</li>
  139. <li>Go through authenticated with Google and the Play Store will load (The Play Store is pretty unstable, but it does allow apps to be installed pretty simply when it plays nice)</li>
  140. </ol>
  141. <h2>Cleaning Up</h2>
  142. <ol>
  143. <li>After successfully flashing the image to your Ouya, do the following</li>
  144. <li>Right click Start &gt; Command Prompt (Admin)</li>
  145. <li>Paste the following commands to re-enable driving signing checks
  146. <div class="codeBlock">bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS<br />
  147. bcdedit -set TESTSIGNING OFF<br />
  148. shutdown /r</div>
  149. </li>
  150. <li>Your PC will reboot</li>
  151. </ol>
  152. <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>
  153. </div>
  154. </div>
  155. </body>
  156. </html>