-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (172 loc) · 8.78 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>OMAP4-AOSP</title>
<!-- Open graph tags to customize link previews. -->
<meta property="og:url" content="https://omap4-aosp.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="OMAP4 Custom Rom Development" />
<meta property="og:description" content="OMAP4 Custom Rom Development" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous" />
<link href="assets/material-kit.css" rel="stylesheet"/>
<link href="assets/style.css" rel="stylesheet" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
</head>
<body>
<nav class="navbar navbar-transparent navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">OMAP4-AOSP</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">About</a></li>
<li><a href="news.html">News</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Devices<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="roms_tuna.html">Samsung Galaxy Nexus</a></li>
<li><a href="roms_espresso.html">Samsung Galaxy Tab 2</a></li>
</ul>
</li>
<li><a href="faq.html">FAQ</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Known bugs<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="known_bugs_tuna.html">Known bugs on Samsung Galaxy Nexus</a></li>
<li><a href="known_bugs_espresso.html">Known bugs on Samsung Galaxy Tab2</a></li>
</ul>
</li>
<li><a href="team.html">Team</a></li>
<li><a href="changelogs.html">Changelogs for Devs</a></li>
</ul>
</div>
</div>
</nav>
<!-- Main body -->
<div class="jumbotron">
<div class="container">
<h1 class="heading">About the OMAP4-Android OpenSource Project</h1>
<p>
The OMAP4-Android OpenSource Project was created in late 2015 in order to maintain a clean, organized place for pure AOSP support for various OMAP4 devices.
<br /><br />
The goal is to provide stable and optimized releases of the recent Android versions for the supported devices, which are currently the Galaxy Nexus and the Samsung Galaxy Tab 2 series - hopefully, the list will grow in the future.
<br />
This organization's goal is not to create feature packed ROMs, but to create a base ROM in such a way that custom ROM developers can easily adapt our changes.
</p>
<a href="https://github.com/OMAP4-AOSP" target="_blank" class="btn btn-primary">Source Code on our Github page</a>
<br /><br />
</div>
</div>
<div class="alert alert-primary">
<div class="container">
<div class="alert-icon">
<i class="material-icons">warning</i>
</div>
<button type="button" class="close" data-dismiss="alert">×</button>
<b>Warning!</b>
We are not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.<br />
Please do some research if you have any concerns about features included in this Roms before flashing it!
<br />
YOU are choosing to make these modifications!
</p>
</div>
</div>
<div class="alert alert-primary">
<div class="container">
<div class="alert-icon">
<i class="material-icons">warning</i>
</div>
<button type="button" class="close" data-dismiss="alert">×</button>
<b>Important Information for kangers</b>
If you're going to reuse our work, which we're doing for free, be fair and give proper credits. This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
<br />
Open-Source doesn't meant Out-of-Respect!
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Latest Updates</h2>
<hr />
<p><b>19.10.2016</b></p>
<ul>
<p><b>WE MOVED!</b> You will find us at <a href="http://unlegacy-android.cf/" target="_blank">http://unlegacy-android.cf</a> now!</p>
</ul>
<br />
<p><b>27.08.2016</b></p>
<ul>
<li>Reworked github organization page - thanks to <a href="https://github.com/aykut78" target="_blank">aykut78</a> again.</li>
<li>added Galaxy Tab2 Rom links and known bugs</li>
<li>updated FAQ</li>
</ul>
<br />
<p><b>22.05.2016</b></p>
<ul>
<p>Reworked github organization page - thanks to <a href="https://github.com/aykut78" target="_blank">aykut78</a></p>
</ul>
<br />
<a href="news.html" class="btn btn-default btn-whit btn-block">All Updates</a>
</div>
<div class="col-md-6">
<div class="visible-xs visible-sm">
<br/><br/>
</div>
<h2>Supported Devices</h2>
<hr />
<h3>Samsung Galaxy Nexus</h3>
<div class="list-group">
<a href="roms_tuna.html" class="list-group-item">
<h4 class="list-group-item-heading">Download and Information</h4>
</a>
<a href="known_bugs_tuna.html" class="list-group-item">
<h4 class="list-group-item-heading">Known bugs on Samsung Galaxy Nexus</h4>
</a>
</div>
<h3>Samsung Galaxy Tab 2</h3>
<div class="list-group">
<a href="roms_espresso.html" class="list-group-item">
<h4 class="list-group-item-heading">Download and Information</h4>
</a>
<a href="known_bugs_espresso.html" class="list-group-item">
<h4 class="list-group-item-heading">Known bugs on Samsung Galaxy Tab 2</h4>
</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<div class="g-plusone right" data-annotation="inline" data-width="200"></div>
<div class="fb-like" data-href="https://omap4-aosp.github.io" data-layout="standard" data-action="like" data-show-faces="false" data-share="true" data-width="230"></div>
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted"><a href="https://github.com/omap4-aosp" target="_blank">OMAP4-AOSP</a> © 2016</p>
</div>
</footer>
<!-- Scripts -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="assets/social.js"></script>
<script src="assets/material-kit.js"></script>
<script src="assets/material.min.js"></script>
<script src="assets/scroll.js"></script>
</body>
</html>