0109.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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,Tutorial,How To,i12bretro,Android 4,Android Jelly Bean">
  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. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Get Around Ouya Login After Factory Reset 2020</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>Things You Will Need</h2>
  24. <ul>
  25. <li>A micro USB data cable</li>
  26. </ul>
  27. <h2>Prerequisites and Downloads</h2>
  28. <ol start="1">
  29. <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>
  30. <li>Extract the downloaded Ouya_Hosts_Update.zip</li>
  31. </ol>
  32. <h2>Running the ADB Script</h2>
  33. <ol>
  34. <li>Connect the Ouya to your PC with the micro USB cable and power it on</li>
  35. <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>
  36. <li>Navigate to the extacted Ouya_Hosts_Update in Windows Explorer</li>
  37. <li>Right click Ouya_Hosts_Update.bat &gt; Run as administrator</li>
  38. <li>When prompted, copy and paste each of the commands below into the adb shell
  39. <p>su<br />
  40. mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP<br />
  41. cp /sdcard/hosts /system/etc/<br />
  42. exit<br />
  43. exit</p>
  44. </li>
  45. <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>
  46. </ol>
  47. <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>
  48. <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>
  49. </div>
  50. </div>
  51. </body>
  52. </html>