0109.html 2.8 KB

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