blob: 37ca57e153b03e3e1aae3b7236ed8b93494dc25f (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>postmarketOS</title>
<meta name="description" content="Aiming for a 10 year life-cycle for smartphones">
<meta name="keywords" content="postmarketOS">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<link rel="canonical" href="https://postmarketos.org/wiki/samsung-maguro-(Google-Galaxy-Nexus-GSM)/">
<link href="/pmosweb/static/css/tachyons.min.css" rel="stylesheet">
<link href="/pmosweb/static/css/main.css" rel="stylesheet">
</head>
<body>
<div class="mw7 center">
<div class="cf ph2-ns">
<a class="title" href="/pmosweb/">
<h1 class="f2 lh-title">
<img src="/pmosweb/static/img/recycle.png"></img>
<span>postmarketOS</span>
</h1>
</a>
<div class="menu">
<ul>
<li><a href="/pmosweb/">Home</a></li>
<li><a href="/pmosweb/wiki/">Wiki</a></li>
<li><a href="/pmosweb/blog/">Blog</a></li>
</ul>
</div>
<h1>samsung maguro (Google Galaxy Nexus GSM)</h1>
<h3>Contributors</h3>
<ul>
<li>lawl</li>
</ul>
<h3>What works</h3>
<ul>
<li>Booting the system, SSH</li>
<li>Weston with touchscreen</li>
<li>Xwayland</li>
</ul>
<h3>What does not work</h3>
<ul>
<li>Unknown, but probably everything else</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://github.com/postmarketOS/pmbootstrap/tree/master/aports/device-samsung-maguro">Device package</a></li>
<li><a href="https://github.com/lawl/pmbootstrap">lawl's development branch</a></li>
</ul>
<h3>Additional info</h3>
<p>The volume buttons of my device are broken, so if I softbrick it, there is no way for me to get back into fastboot, because of that I didn't flash the kernel yet, and likely never will, all of this is tested by booting the kernel directly (<code>pmbootstrap flasher boot</code>).</p>
<p>The system image is a bit too large for the default <code>system</code> parition. You can either repartition or, use the easy way out. Simply flash the system image to your <code>userdata</code> partition, which is big enough. pmOS doesn't care, it just looks for a partition with a LUKS header, so this requires no changes at all to pmOS.</p>
<h3>Photos</h3>
<ul>
<li><a href="https://www.reddit.com/r/postmarketOS/comments/6f7iky/postmarketos_running_on_the_galaxy_nexus_feat/">Galaxy Nexus feat. Weston and a working touch-screen</a></li>
</ul>
</div>
</div>
</body>
</html>
|