I just came across this amazing Ouya hack this morning and had to make a tutorial right away. An amazing developer reversed engineered the Ouya API and is hosting a recreation of it. By placing a simple two line file configuration file on the Ouya you can point the API calls to his recreation and bring the Ouya Discover Store back to life. Enjoy and make sure to give the developer some love if you decide to use his API.
Things You Will Need
- A micro USB data cable
Prerequisites and Downloads
- Download i12bretro_OUYA_discover.zip Download
- Extract the downloaded i12bretro_OUYA_discover.zip
Installing Ouya USB Drivers
- Right click Start > Command Prompt (Admin)
- Paste the following commands to disable driving signing checks temporarily
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
shutdown /r - Your PC will reboot
- Connect a USB cable from the micro USB port on the back of the Ouya to your PC
- Make sure the Ouya is connected to a display via HDMI
- Power on the Ouya
- After a few seconds you should hear Windows chime that a new device has been detected
- Right click Start > Device Manager
- Expand Other Devices and you should see OUYA listed
- Right click OUYA > Update Driver
- Select Browse my computer for driver software
- Click the Browse... button
- Navigate to the extracted i12bretro_OUYA_discover\files\driver
- Click OK
- Make sure "Include subfolders" is checked, click Next
- Windows should find the correct driver for the Ouya and install it
- Navigate to the i12bretro_OUYA_discover in Windows Explorer
- Right click i12bretro_OUYA_discover.bat > Run as administrator
- The script uses the Android Debug Bridge (ADB) to push an ouya_config.properties file to the Ouya
OUYA_SERVER_URL=http://ouya.cweiske.de
OUYA_STATUS_SERVER_URL=http://ouya.cweiske.de/api/v1/status - The Ouya will reboot after the file is copied over
- After rebooting, the Ouya will now be accessing ouya.cweiske.de for it's store and API calls
Cleaning Up
- After successfully flashing the image to your Ouya, do the following
- Right click Start > Command Prompt (Admin)
- Paste the following commands to re-enable driving signing checks
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF
shutdown /r - Your PC will reboot
I cannot thank Christian Weiske enough for reverse engineering the Ouya API 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