blob: 9162ba87517e5c4856f206081d7fa9e53ca8046f (
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
|
<!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/jolla-sbj-(Jolla-phone)/">
<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="/">
<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="/">Home</a></li>
<li><a href="/wiki/">Wiki</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</div>
<h1>jolla sbj (Jolla phone)</h1>
<h3>Contributors</h3>
<ul>
<li>MartijnBraam</li>
</ul>
<h3>What works</h3>
<ul>
<li>Compiling the kernel from the jolla sources which should provide everything to run wayland since that's what sailfish uses</li>
</ul>
<h3>What does not work</h3>
<ul>
<li>Flashing, still need to find the correct offsets</li>
</ul>
<h3>Flashing mode</h3>
<p>The jolla does use fastboot from the mer project instead of android. To enter fastboot shut down the device, then plug in the USB lead while holding down volume down.</p>
<h3>Links</h3>
<ul>
<li><a href="https://github.com/postmarketOS/pmbootstrap/tree/device-jolla-sbj/aports/device-jolla-sbj">Device package</a></li>
<li><a href="https://github.com/postmarketOS/pmbootstrap/tree/device-jolla-sbj/aports/linux-jolla-sbj">Kernel package</a></li>
<li><a href="http://releases.sailfishos.org/sources/2.0.5.6/">Jolla sources</a></li>
<li><a href="https://wiki.merproject.org/wiki/Compiling_Jolla_kernel">Mer project page</a></li>
</ul>
</div>
</div>
</body>
</html>
|