This repository was archived by the owner on Jan 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.html
More file actions
188 lines (180 loc) · 9.22 KB
/
tutorials.html
File metadata and controls
188 lines (180 loc) · 9.22 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE HTML>
<!--
Retrospect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>ADT-1 Development Hub</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="tutorials.html">ADT-1 DEVELOPMENT HUB</a></h1>
<a href="#nav">Menu</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="devblog.html">Development Blog</a></li>
<li><a href="https://www.github.com/adt1-dev/">Source Code</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<h2>Tutorials</h2>
<p>ADT-1 Tutorials</p>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="inner">
<article class="feature left">
<span class="image"><img src="images/pic01.jpg" alt="" /></span>
<div class="content">
<h2>Want a Custom Recovery?</h2>
<p><p> To flash a custom recovery on your device, first, download the appropriate recovery image:<br>
<br>
TWRP = <a href="https://dl.twrp.me/molly/twrp-3.0.0-0-molly.img.html">https://dl.twrp.me/molly/twrp-3.0.0-0-molly.img.html</a><br>
<br>
Install the newest ADB/Fastboot (Google it).<br>
<br>
Now, reboot to bootloader (fastboot) mode.<br>
Do this by unplugging the ADT-1, holding the button on the back, and (while continuing to hold the button) plugging it back in.<br>
<br>
Open a Command Prompt/Terminal window and run:<br>
<code>fastboot flash recovery /path/to/recovery.img</code><br>
(Tip: If you don't know exactly where the image is, or you don't want to type it out, you can type "fastboot flash recovery " then drag the image into the window and drop it in.)<br>
(Note: The ADT-1 is a little weird in fastboot. If the command seems to hang, try rebooting into the bootloader again and issuing the command quicker.)<br>
<br>
Use the button on the back on the ADT-1 to highlight "Recovery Kernel", then long press the button to enter select it. You are now in TWRP.<br>
<br>
(Note: You will need a USB mouse plugged in (or an awesome knowledge of adb) to navigate, because the remote does not function in recovery.)<br>
</p></p>
<ul class="actions">
</ul>
</div>
</article>
<article class="feature right">
<span class="image"><img src="images/pic03.jpg" alt="" /></span>
<div class="content">
<h2>Want to use a Custom ROM?</h2>
<p><p>
<br>
(Warning: This will erase your data. However, the contents of your internal storage should remain intact.)<br>
<br>
(Note: Take a backup of /system (and if you want, /data) in TWRP just in case.)<br>
<br>
Don't report bugs that are already known, check <a href="https://github.com/adt1-dev/android_device_google_molly/issues">here</a>. If it isn't there, first do your best to recreate the bug, and list the steps you took, then report it by going <a href="https://github.com/adt1-dev/android_device_google_molly/issues">here</a> and clicking "New Issue".<br>
<br>
Now, time to decide what ROM you want. We offer PureNexus MM & MM-CMTE, Dirty Unicorns v10, CyanogenMod 13.0, and Remix OS (coming soon) builds.
<br>
If you chose PureNexus, Dirty Unicorns, or CyanogenMod, time to decide what build you want. Do you want to use your ADT-1 as an Android TV Box, or in a Full Tablet Configuration, if you want TV, use the one labeled '-tv', if you want the Tablet build, grab the one labeled '-tablet'.
<br>
You can download the newest builds from here:
<a href="https://www.androidfilehost.com/?a=show&w=files&flid=35405" class="user-mention">https://www.androidfilehost.com/?a=show&w=files&flid=35405</a><br>
<br>
Additionally, you can download the newest ADT-1 Android 6.0.x TV GApps from here:<br>
<a href=" https://www.androidfilehost.com/?fid=24269982087021941" class="user-mention"> https://www.androidfilehost.com/?fid=24269982087021941</a><br>
(Please do not submit a bug report if you are not using these GApps on the TV Build)<br>
<br>
Additionally, you can download the newest Android 6.0.x (Tablet) GApps from here:<br>
<a href="opengapps.org" class="user-mention">opengapps.org</a><br>
(Select the "Mini" package, as any larger package will fail to flash due to the ADT-a's small system partition).<br>
<br>
Now, reboot to recovery (Need to be using TWRP), and Wipe /data, /system, /cache, and dalvik-cache<br>
<br>
Flash the ROM (and optionally, GApps) via TWRP.<br>
(Tip: You can drag-and-drop the file into the Command Prompt/Terminal window on your computer while your device is in TWRP)<br>
</p>
<h3>
<p>
<br>
<a id="known-issues" href="#known-issues" aria-hidden="true"><span class="octicon octicon-link"></span></a>Known Issues</h3>
1. Nexus Player Remote doesn't pair -- This likely isn't fixable due to proprietary Intel code<br>
<br>
</p></p>
<ul class="actions">
</ul>
</div>
</article>
<article class="feature right">
<span class="image"><img src="images/pic02.png" alt="" /></span>
<div class="content">
<h3>
<a id="rooting-stock-system" class="anchor" href="#rooting-stock-system" aria-hidden="true"><span class="octicon octicon-link"></span></a>Reverting to Stock</h3>
<p>
<br>
(Warning: This will erase your data. However, the contents of your internal storage should remain intact.)<br>
<br>
Download this <a href="https://www.androidfilehost.com/?fid=24052804347848800">TWRP-flashable zip of the stock software</a>.<br>
<br>
Place the zip on your device's Internal Storage.<br>
<br>
Wipe /data, /system, /cache, and dalvik-cache.<br>
<br>
Install the .zip you downloaded.<br>
<br>
Congrats, you are now on Stock 5.0.2 (LRX22G), if you want root, just flash SuperSU (2.65+) via TWRP. <br>
<br>
</p>
<h3>
<a id="rooting-stock-system" class="anchor" href="#rooting-stock-system" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rooting the Stock System</h3>
<p>
Follow the steps outlined in the "Want a Custom Recovery?" section above.<br>
<br>
Now, download SuperSU (2.65+) and flash it via TWRP.<br>
<br>
</p>
</article>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style2 special">
<div class="inner">
<header class="major narrow">
<h2>Authors and Contributors</h2>
</header>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Greg Willard (<a href="https://github.com/r3pwn" class="user-mention">@r3pwn</a>)<br>
Mark Norelus (<a href="https://github.com/mknrls" class="user-mention">@mknrls</a>)<br>
TeamRegular (<a href="https://github.com/TeamRegular" class="user-mention">@TeamRegular</a> or <a href="https://github.com/C457" class="user-mention">@C457</a>)<br>
Nolen Johnson (<a href="https://github.com/npjohnson" class="user-mention">@npjohnson</a>)<br>
Matt Gorski (<a href="https://github.com/gfunk117" class="user-mention">@gfunk117</a>)<br>
CyanogenMod (<a href="https://github.com/CyanogenMod" class="user-mention">@CyanogenMod</a>)<br>
TeamWin (<a href="https://github.com/TeamWin" class="user-mention">@TeamWin</a>)</p>
</p>
<h3>
<p>
<br>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Greg Willard (<a href="https://twitter.com/r3pwn" class="user-mention">@r3pwn</a>)<br>
Nolen Johnson (<a href="https://twitter.com/nolenjohnson" class="user-mention">@nolenjohnson</a>)<br>
Mark Norelus (<a href="https://twitter.com/mknrls" class="user-mention">@mknrls</a>)<br>
Matt Gorski (<a href="https://github.com/gfunk117" class="user-mention">@gfunk117</a>)<br>
<a href="https://developer.android.com/tv/adt-1/index.html" class="user-mention">ADT-1 Google Support Page</a><br>
<a href="https://plus.google.com/communities/100381533065874109253" class="user-mention">Google+</a><br>
</p>
</div>
</div>
</div>
</ul>
</form>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>