0109.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Get Around Ouya Login After Factory Reset 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 4,Android Jelly Bean,Android Console,Android Game Console,Android Gaming,Android Retro Gaming,Android Retro Emulation,Ouya Console,Revive The Ouya,Retro Gaming,Fix,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Get Around Ouya Login After Factory Reset 2020">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/05/2022 08:30:49 PM" />
  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>Get Around Ouya Login After Factory Reset 2020</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <li>A micro USB data cable</li>
  28. </ul>
  29. <h2>Prerequisites and Downloads</h2>
  30. <ol start="1">
  31. <li>Download Ouya_Hosts_Update.zip <a href="https://drive.google.com/file/d/1IJIOQtxmzvx0JE1BD_un_9IfeaRKV8Gb/view?usp=sharing" target="_blank">Download</a></li>
  32. <li>Extract the downloaded Ouya_Hosts_Update.zip</li>
  33. </ol>
  34. <h2>Running the ADB Script</h2>
  35. <ol>
  36. <li>Connect the Ouya to your PC with the micro USB cable and power it on</li>
  37. <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>
  38. <li>Navigate to the extacted Ouya_Hosts_Update in Windows Explorer</li>
  39. <li>Right click Ouya_Hosts_Update.bat &gt; Run as administrator</li>
  40. <li>When prompted, copy and paste each of the commands below into the adb shell
  41. <p>su<br />
  42. mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP<br />
  43. cp /sdcard/hosts /system/etc/<br />
  44. exit<br />
  45. exit</p>
  46. </li>
  47. <li>On the Ouya, you should now be able to proceed with the OOBE setup by selecting Existing Account and inputting any username and password</li>
  48. </ol>
  49. <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>
  50. <p>Further reading: <a href="http://cweiske.de/tagebuch/ouya-oobe-network.htm" target="_blank">http://cweiske.de/tagebuch/ouya-oobe-network.htm</a></p>
  51. </div>
  52. </div>
  53. </body>
  54. </html>