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 pathindex.html
More file actions
94 lines (83 loc) · 4.98 KB
/
index.html
File metadata and controls
94 lines (83 loc) · 4.98 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
<!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>
<!-- Header -->
<header id="header">
<h1><a href="index.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>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>ADT-1 Development</h2>
<p> A centralized hub for ADT-1 (Molly) Development.</p>
</header>
<a href="#" class="image fit"><img src="images/pic11.png" alt="" /></a>
<p>The ADT-1 is a device Google gave out at Google IO 2013, and shipped to some developers (upon request). At the time, it ran an experimental 4.4 KitKat build of Android TV. It was soon updated through the L Previews just as the Nexus Devices were. It soon after recieved an OTA to stable 5.0.2 LRX22G Android TV. This device was never supported like a Nexus device (i.e. no Device Tree's, Vendor Blobs, etc.) Unfortunately, Google Opted to drop device support for our beloved TV Device. This brought together a great group of people interested in continuing support for this more than capable device. We welcome you to help us fix current issues if you are able, or test if development isn't your thing. All levels of users are welcome. A short history of work on this device: UnjustifiedDev started work on our device, forking it from his work on Mojo (Another Android TV Box). Soon after, Mark took the source directories and organized them into a Github organization, and made a post calling to developers on XDA. Greg and Nolen (Myself) came onboard the project after realizing that we both had the device, and that it would be a fun free time project.. Matt came onto the team the most recently, and has really helped to re-spark interest in this project. Jon has provided help and support throughout the process</p>
</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>