-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaokp.html
More file actions
90 lines (89 loc) · 3.12 KB
/
aokp.html
File metadata and controls
90 lines (89 loc) · 3.12 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Stevotdo.github.io : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Stevotdo.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner"> <a id="forkme_banner" href="https://github.com/stevotdo">View
on GitHub</a>
<h1 style="text-align: center;" id="project_title">AOKP Kitkat Presto</h1>
</header>
</div>
<!-- SIDEBAR -->
<div id="menu" style="width: 200px; float: left; margin-top: 31px;">
<div style="text-align: center; height: 100%; margin-top: -6px;"><br>
<h5>Projects</h5>
<a href="index.html">Home</a><br>
<a href="aokp.html">AOKP Kitkat</a><br>
<a href="ls.html">Liquidsmooth 3.2</a><br>
<br>
</div>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3> <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span
class="octicon octicon-link"></span></a>Instructions for compiling
AOKP Kitkat for the Pantech Burst </h3>
<h5>
<p><b>Create the Directories</b></p>
</h5>
<pre><code>$ mkdir -p ~/bin
$ mkdir -p ~/aokp
</code></pre>
<h5>
<p>Download the Repo Binary</p>
</h5>
<pre><code>$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
</code></pre>
<p><u>You may need to reboot for these changes to take effect</u></p>
<h5>
<p>Enter the Directory</p>
</h5>
<pre><code>$ cd ~/aokp
</code></pre>
<h5>
<p><b>Initialize and Sync the Repository</b></p>
</h5>
<pre><code>$ repo init -u https://github.com/AOKP/platform_manifest.git -b kitkat
$ repo sync
</code></pre>
<h5>
<p><b>Create Device Specific Local Manifest</b></p>
</h5>
<pre><code>$ mkdir ~/aokp/.repo/local_manifests
$ wget --no-check-certificate https://raw.githubusercontent.com/stevotdo/stevotdo.github.io/master/AOKP_presto.xml
$ cp AOKP_presto.xml ~/AOKP/.repo/local_manifests
</code></pre>
<h5>
<p><b>Sync the Changes</b></p>
</h5>
<pre><code>$ repo sync
</code></pre>
<h5>
<p>Build AOKP with the following commands</p>
</h5>
<pre><code>$ . build/envsetup.sh
$ lunch aokp_presto-userdebug
$ make bacon </code></pre>
<p>Use the following as options...</p>
<h5>
<p>Example:<code></code></p>
</h5>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>