-
Notifications
You must be signed in to change notification settings - Fork 58
/
0109.html
62 lines (54 loc) · 3.03 KB
/
0109.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Get Around Ouya Login After Factory Reset 2020</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<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">
<meta name="author" content="i12bretro">
<meta name="description" content="Get Around Ouya Login After Factory Reset 2020">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="04/05/2022 08:30:49 PM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Get Around Ouya Login After Factory Reset 2020</h1>
</div>
<div></div>
<div id="content">
<h2>Things You Will Need</h2>
<ul>
<li>A micro USB data cable</li>
</ul>
<h2>Prerequisites and Downloads</h2>
<ol start="1">
<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>
<li>Extract the downloaded Ouya_Hosts_Update.zip</li>
</ol>
<h2>Running the ADB Script</h2>
<ol>
<li>Connect the Ouya to your PC with the micro USB cable and power it on</li>
<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>
<li>Navigate to the extacted Ouya_Hosts_Update in Windows Explorer</li>
<li>Right click Ouya_Hosts_Update.bat > Run as administrator</li>
<li>When prompted, copy and paste each of the commands below into the adb shell
<p>su<br />
mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP<br />
cp /sdcard/hosts /system/etc/<br />
exit<br />
exit</p>
</li>
<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>
</ol>
<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's around the world can continue to work. Show Christian some love at https://ouya.cweiske.de</p>
<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>
</div>
</div>
</body>
</html>