0099.html 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Unlock Ouya Discover Store Full Games in 2020</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,ADB,Micro Console,Android Console,Android 4,Android Jelly Bean,Android Retro Emulation,Android Retro Gaming,Android Game Console,Android Gaming,Fix,Emulation,Ouya Console,Restore Ouya Discover Store,Retro Gaming,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Unlock Ouya Discover Store Full Games in 2020">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/02/2022 09:56:30 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Unlock Ouya Discover Store Full Games in 2020</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <p>Please note, this process will root your Ouya console and install several applications. If your Ouya is already rooted you can just install the included xposed-ouya-plain-purchases-1.1.0.apk and enable it in Xposed Installer. The included script removes Busybox, Superuser, and Xposed Installer before attemping to install them to make sure the correct versions are running.</p>
  26. <p>Watch the entire video to see how the process works and the end result before running the script on your console. This will not work on 100% of the paid games and applications as some of the developers did not use the Ouya API purchase model and used their own servers for validating purchased apps.</p>
  27. <h2>Things You Will Need</h2>
  28. <ul>
  29. <li>A micro USB data cable</li>
  30. </ul>
  31. <h2>Prerequisites and Downloads</h2>
  32. <ol start="1">
  33. <li>Download Ouya_Purchase_Unlock.zip <a href="https://drive.google.com/file/d/1M0tOkuxzkqlLCjAzNTYKCT-g6UM7JYo9/view?usp=sharing" target="_blank">Download</a></li>
  34. <li>Extract the downloaded Ouya_Purchase_Unlock.zip [password: i12bretro]</li>
  35. <li>Make sure ADB is enabled on your Ouya by going to Manage &gt; System &gt; Development and checking the ADB value</li>
  36. </ol>
  37. <h2>Running the ADB Script</h2>
  38. <ol>
  39. <li>Connect the Ouya to your PC with the micro USB cable</li>
  40. <li>If you have issues with adb connecting to your Ouya watch one of my other Ouya videos to see how to install the Ouya adb drivers on Windows 10</li>
  41. <li>Navigate to the extacted Ouya_Purchase_Unlock in Windows Explorer</li>
  42. <li>Right click Ouya_Purchase_Unlock.bat &gt; Run as administrator</li>
  43. <li>When prompted, copy and paste each of the commands below into the adb shell
  44. <p>su<br />
  45. mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP<br />
  46. cat /sdcard/su &gt; /system/xbin/su<br />
  47. ln -s /system/xbin/su /system/bin/su<br />
  48. chmod 6755 /system/xbin/su<br />
  49. exit<br />
  50. exit</p>
  51. </li>
  52. <li>The script will continue by uninstalling and then installing several APKs and then prompt that it has completed successfully</li>
  53. </ol>
  54. <h2>Enabling Plain Purchases</h2>
  55. <ol>
  56. <li>On the Ouya, navigate to Make &gt; Software</li>
  57. <li>Launch Superuser &gt; Select Install</li>
  58. <li>Select Remember choice forever &gt; Allow</li>
  59. <li>Click OK</li>
  60. <li>Exit Superuser and navigate back to Make &gt; Software</li>
  61. <li>Launch Xposed Installer</li>
  62. <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>
  63. <li>After rebooting, navigate back to Make &gt; Software</li>
  64. <li>Launch Xposed Installer</li>
  65. <li>Select Modules</li>
  66. <li>Using the either a USB mouse or the mouse pad on the Ouya controller check the box next to OUYA plain purchases [1.1.0]</li>
  67. <li>Click the back arrow</li>
  68. <li>Go to Framework &gt; Reboot &gt; OK</li>
  69. <li>The Ouya should now be able to unlock the full version of most games in the Ouya store</li>
  70. </ol>
  71. <p>I cannot thank Christian Weiske enough for reverse engineering the Ouya API and purchase process and hosting a static recreation of it so Ouya&#39;s around the world can continue to work. Show Christian some love at https://ouya.cweiske.de</p>
  72. <p>Ouya Plain Purchases: <a href="https://github.com/cweiske/xposed-ouya-plain-purchases/releases" target="_blank">https://github.com/cweiske/xposed-ouya-plain-purchases/releases</a><br />
  73. Further reading: <a href="http://cweiske.de/tagebuch/ouya-purchases.htm" target="_blank">http://cweiske.de/tagebuch/ouya-purchases.htm</a></p>
  74. </div>
  75. </div>
  76. </body>
  77. </html>