blob: dc8d51f6dc2e00eeee5e5faefc2f2c7a5155d98d (
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/Xperia-Z2/">
<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>Xperia Z2</h1>
<h3>Contributors</h3>
<ul>
<li>rcstar6696</li>
<li>opendata26</li>
</ul>
<h3>What works</h3>
<ul>
<li>Compiling the kernel</li>
<li>Fastboot flash</li>
<li>SSH</li>
<li>Setting Brightness</li>
</ul>
<p><strong>Current status</strong>: The framebuffer doesent seem to work correctly (it just sits on boot logo) running cat <code>/dev/urandom > /dev/fb0</code> does nothing and running <code>cat /dev/urandom > /dev/fb2</code> makes the screen go black
the same happens with <code>cat /sys/devices/virtual/graphics/fb0/mode > /sys/devices/virtual/graphics/fb0/modes</code></p>
<p><strong>What i've tried</strong>:
<em> Using 3.10 instead of 3.4 (Gives same isue as anami)
</em> Setting fb settings same as twrp (does nothing)</p>
<h3>Links</h3>
<ul>
<li><a href="https://github.com/rcstar6696/android_kernel_sony_msm8974">Kernel Source</a></li>
</ul>
</div>
</div>
</body>
</html>
|