-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
50 lines (41 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<title>Kubuntu's Plasma Phone</title>
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
<style>
pre {
background: white;
border: thin dashed #C6DDFF;
}
body {
font-family: 'Oxygen';
background: #F1FFFD;
background-image: url(15020612107_4561b13fff_k.jpg);
background-size: cover;
padding: 0px;
}
.opacity {
opacity: 0.8;
background-color:#ffffff;
margin: 0px;
padding: 20px;
}
</style>
</head>
<body>
<div class="opacity">
<h1>Kubuntu's Plasma Phone</h1>
<p>All very experimental</p>
<p>Get a Nexus 5 and unlock it, put into firmware mode and run:</p>
<code>ubuntu-device-flash --server="http://kubuntu.plasma-mobile.org" touch --channel="kubuntu-phone/devel" --bootstrap --developer-mode --password 1234</code>
<p>or for latest dev image run:</p>
<code>ubuntu-device-flash --server="http://kubuntu.plasma-mobile.org" touch --channel="kubuntu-phone/devel-proposed" --bootstrap --developer-mode --password 1234</code>
<p>and log in with <code>adb shell</code></p>
<ul>
<li><a href="kubuntu-phone">kubuntu-phone meta files</a></li>
<li><a href="pool">pool files</a></li>
</ul>
</div>
</body>
</html>