The OUYA servers were decommissioned in 2019, so it is no longer possible to buy/unlock games on the OUYA. Additionally, any purchases that you made are no longer accessible. Because of this lack of continuity, we have figured out how to bypass the purchase checks on the OUYA so that you can play just about any game to its fullest extent. Read on for a full guide on rooting and bypassing the purchase validation system.
You can also watch me perform these steps on an OUYA in this video: Can you fully unlock the OUYA in under 15 minutes? - YouTube
If you like to read more about how this bypass works, check out the topic created by the author who found this method and created this work around, CWeiske: Restoring OUYA game purchases
What you need
- A computer with adb (windows: https://dl.google.com/android/repository/platform-tools-latest-windows.zip)
- Command prompt/PowerShell
- su binary (found here: http://statics.ouya.world/su)
- Connected to the new OUYA discover server
Process
- Copy su to your OUYA
- ADB onto your ouya
- In PowerShell, use something like "
~\Downloads\Platform-tools\adb.exe shell
to access your OUYA.
- In PowerShell, use something like "
- Make filesystem writable
mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP
- Copy su to /system
- Set permissions to 6755
chmod 6755 /system/xbin/su
- Install apps
- use Make → Tutorials to find the 3 things to install
- Activate xposed framework
- Activate Ouya Plain Purchases xposed module
- Done
Troubleshooting
More to come