blob: 2c458237259878180c31c156ddefc05835b806fd (
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
70
71
|
<!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/Coolpad-Sky-3-E502-(Modena-2)/">
<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>Coolpad Sky 3 E502 (Modena 2)</h1>
<h3>Contributor</h3>
<ul>
<li><a href="https://github.com/McBitter">McBitter</a></li>
</ul>
<h3>Status</h3>
<p>Flashing a custom kernel is not possible yet, but McBitter is working on replacing the bootloader with a custom fork of <a href="https://github.com/littlekernel/lk">LK</a> (a proprietary fork of LK is already present on the device, but it does not allow flashing a custom kernel). When that works, porting pmOS can begin.</p>
<h4>List of LCM's (the LCD control module) in original firmware</h4>
<ul>
<li>hx8394f_dsi_ld_cpt_vdo</li>
<li>ili9881c_dsi_ys_cmi_vdo</li>
<li>otm1287a_dsi_by_auo</li>
<li>ili9881c_dsi_ld_auo_vdo</li>
</ul>
<h4>Digitizer that is present on the model I have</h4>
<ul>
<li>TBD</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://forum.xda-developers.com/u/repair/coolpad-sky-3-e502-modena-2-unbrick-t3610163">Unbrick tutorial</a></li>
<li><a href="https://androidmtk.com/smart-phone-flash-tool">Proprietary flashing software SP Flash Tool</a></li>
<li><a href="https://gitgud.io/mcbitter/coolpad_sky_3_E502">Original firmware with Android 6.0</a></li>
</ul>
<h3>Links to useful reverse engineering hints</h3>
<ul>
<li>http://www.stevenhoneyman.co.uk/2015/02/reconstructing-mtk-lcm-drivers.html</li>
<li>https://forum.xda-developers.com/showpost.php?p=70395172&postcount=5882</li>
</ul>
</div>
</div>
</body>
</html>
|