1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Unlock Ouya Discover Store Full Games in 2020</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Unlock Ouya Discover Store Full Games in 2020">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="04/02/2022 09:56:30 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Unlock Ouya Discover Store Full Games in 2020</h1>
- </div>
- <div></div>
- <div id="content">
- <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>
- <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>
- <h2>Things You Will Need</h2>
- <ul>
- <li>A micro USB data cable</li>
- </ul>
- <h2>Prerequisites and Downloads</h2>
- <ol start="1">
- <li>Download Ouya_Purchase_Unlock.zip <a href="https://drive.google.com/file/d/1M0tOkuxzkqlLCjAzNTYKCT-g6UM7JYo9/view?usp=sharing" target="_blank">Download</a></li>
- <li>Extract the downloaded Ouya_Purchase_Unlock.zip [password: i12bretro]</li>
- <li>Make sure ADB is enabled on your Ouya by going to Manage > System > Development and checking the ADB value</li>
- </ol>
- <h2>Running the ADB Script</h2>
- <ol>
- <li>Connect the Ouya to your PC with the micro USB cable</li>
- <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>
- <li>Navigate to the extacted Ouya_Purchase_Unlock in Windows Explorer</li>
- <li>Right click Ouya_Purchase_Unlock.bat > Run as administrator</li>
- <li>When prompted, copy and paste each of the commands below into the adb shell
- <p>su<br />
- mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP<br />
- cat /sdcard/su > /system/xbin/su<br />
- ln -s /system/xbin/su /system/bin/su<br />
- chmod 6755 /system/xbin/su<br />
- exit<br />
- exit</p>
- </li>
- <li>The script will continue by uninstalling and then installing several APKs and then prompt that it has completed successfully</li>
- </ol>
- <h2>Enabling Plain Purchases</h2>
- <ol>
- <li>On the Ouya, navigate to Make > Software</li>
- <li>Launch Superuser > Select Install</li>
- <li>Select Remember choice forever > Allow</li>
- <li>Click OK</li>
- <li>Exit Superuser and navigate back to Make > Software</li>
- <li>Launch Xposed Installer</li>
- <li>Select Framework > Check Don't show this again and Click OK to the popup > Click Install/Update > Click OK to reboot</li>
- <li>After rebooting, navigate back to Make > Software</li>
- <li>Launch Xposed Installer</li>
- <li>Select Modules</li>
- <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>
- <li>Click the back arrow</li>
- <li>Go to Framework > Reboot > OK</li>
- <li>The Ouya should now be able to unlock the full version of most games in the Ouya store</li>
- </ol>
- <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's around the world can continue to work. Show Christian some love at https://ouya.cweiske.de</p>
- <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 />
- Further reading: <a href="http://cweiske.de/tagebuch/ouya-purchases.htm" target="_blank">http://cweiske.de/tagebuch/ouya-purchases.htm</a></p>
- </div>
- </div>
- </body>
- </html>
-
|