Project

General

Profile

TasksFunding » History » Version 53

Denis 'GNUtoo' Carikli, 01/17/2019 03:28 PM

1 2 Denis 'GNUtoo' Carikli
h1. Tasks
2 1 Denis 'GNUtoo' Carikli
3
{{>toc}}
4
5 2 Denis 'GNUtoo' Carikli
This page describes how to help Replicant if you have some time at hand.
6 1 Denis 'GNUtoo' Carikli
7 2 Denis 'GNUtoo' Carikli
Filtering the issue tracker for open issues, which have either one of the priorities "immediate":/projects/replicant/issues?set_filter=1&f[]=status_id&op[status_id]=o&f[]=priority_id&op[priority_id]=%3D&v[priority_id][]=39&f[]=&c[]=tracker&c[]=status&c[]=priority&c[]=subject&c[]=assigned_to&c[]=updated_on&c[]=category&c[]=cf_21&group_by=, "urgent":/projects/replicant/issues?set_filter=1&f[]=status_id&op[status_id]=o&f[]=priority_id&op[priority_id]=%3D&v[priority_id][]=33&f[]=&c[]=tracker&c[]=status&c[]=priority&c[]=subject&c[]=assigned_to&c[]=updated_on&c[]=category&c[]=cf_21&group_by= or "high":/projects/replicant/issues?set_filter=1&f[]=status_id&op[status_id]=o&f[]=priority_id&op[priority_id]=%3D&v[priority_id][]=27&f[]=&c[]=tracker&c[]=status&c[]=priority&c[]=subject&c[]=assigned_to&c[]=updated_on&c[]=category&c[]=cf_21&group_by=, lists the important current tasks.
8
9
Additionally, below is an overview over tasks where help is greatly appreciated.
10
11
*Note: Working on most of these tasks and projects requires a sufficiently powerful computer with enough disk space to build Replicant.*
12 1 Denis 'GNUtoo' Carikli
13 38 Denis 'GNUtoo' Carikli
h2. RIL related tasks
14
15
h3. Implement the missing features of Samsung-RIL
16
17
Samsung-RIL is the RIL (Radio Interface Layer) that many Replicant devices use to communicate with the modem.  It is a free, reverse-engineered replacement for the proprietary RIL that the Samsung phones ship with by default (which has been found to have backdoors).
18
19
Right now, Samsung-RIL mostly implements only the protocol features that are absolutely necessary for the phone to be operable.  As a result, many more rarely used protocol features are unimplemented, which decreases functionality compared to the proprietary RIL. You can help by implementing the missing features of Samsung-RIL.
20
21
It would also be nice to fix most the reported bugs involving samsung-ril and libsamsung-ipc that are impacting users very seriously. This includes the bugs about the SIM card not being detected, and the issue about having metallic sound quality when doing voice calls over 3G (bug #1773). It would also be nice to be able to recover from EFS (the modem filesystem) corruptions (Bug #1869).
22
23
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet supported by Samsung-RIL.
24
25
*Difficulty*: Medium to Hard
26
27
*Requirements/Prerequisites*: Knowledge of C.
28
29 51 Denis 'GNUtoo' Carikli
*Expected outcomes*: Implement the missing features listed at [[Samsung-RIL]]. When all the features have been implemented, also ask usptream (LineageOS) if they want to use libsamsung-ipc and samsung-ril.
30
31
*Dependencies*: This task should be fairly independent as:
32 53 Denis 'GNUtoo' Carikli
* [[Libsamsung-ipc]] should already be independent of the Android version (it can even run on GNU/Linux)
33
* [[Samsung-RIL]] can probably easily be adapted to newer Android version
34 51 Denis 'GNUtoo' Carikli
35
*funding*: We could apply to https://nlnet.nl/PET
36 38 Denis 'GNUtoo' Carikli
37
h3. Implement a fully-featured QMI-RIL
38
39
The LTE variants of the Samsung Galaxy S3 and Samsung Galaxy Note 2 use a different modem from the non-LTE variants that Replicant currently supports.  You can help Replicant support those modems by implementing a QMI-RIL, which performs a similar role on the LTE variants as what Samsung-RIL performs on the currently-supported non-LTE variants.  Wolfgang has done some preliminary work on this, so you'll probably be picking up where he left off.
40
41
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet supported by QMI-RIL like the Galaxy SIII 4G (i9305).
42
43
*Difficulty*: Hard
44
45
*Requirements/Prerequisites*: Knowledge of C.
46
47 1 Denis 'GNUtoo' Carikli
*Expected outcomes*: A QMI-RIL that supports voice calls, SMS, and data, with as complete a protocol implementation as possible.
48 52 Denis 'GNUtoo' Carikli
49
*Dependencies*: This task should be fairly independent as:
50 53 Denis 'GNUtoo' Carikli
* The lower layers should already be independent of the Android version as they are used under GNU/Linux
51
* [[QMI-RIL]] can probably easily be adapted to newer Android version
52 52 Denis 'GNUtoo' Carikli
53
*funding*: We could apply to https://nlnet.nl/PET
54 38 Denis 'GNUtoo' Carikli
55 36 Denis 'GNUtoo' Carikli
h2. Port Replicant to a newer LineageOS version and support in-system updates
56 3 Denis 'GNUtoo' Carikli
57
Replicant is currently based on LineageOS 13.  It would be desirable to upgrade Replicant to a newer release of LineageOS. While at it, it would be useful for a Replicant device to be able to update itself to a new version of Replicant without requiring being connected to a PC. LineageOS already supports this; we suspect that it should be possible to adapt this LineageOS functionality to Replicant. Whenever possible, it would be useful to complete and submit some of the code written for Replicant to LineageOS.
58
59 35 Denis 'GNUtoo' Carikli
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that will be supported by the new version of Replicant.
60
61 1 Denis 'GNUtoo' Carikli
*Difficulty*: Medium
62 3 Denis 'GNUtoo' Carikli
63
*Requirements/Prerequisites*: Knowledge of C, C++, and Java.
64 1 Denis 'GNUtoo' Carikli
65 3 Denis 'GNUtoo' Carikli
*Expected outcomes*: Remove all proprietary components of LineageOS, port all the changes needed to successfully boot without any blobs, rebrand LineageOS as Replicant and support in-system updates
66
67 43 Denis 'GNUtoo' Carikli
h3. Tackle security issues in Replicant
68
69
Replicant is plagued by various security issues, that are mostly due to using a downstream codebase. One of the most crucial issues is that Replicant uses an old version of the Android WebView (from circa 2015), which is also a functionality drawback.
70
An initial evaluation of the security issues in Replicant should be conducted, followed by the integration or update of the concerned components of the system.
71
72
It would also be nice to do the same for privacy issues. Since Replicant indirectly depends on the "Android Open Source Project" and directly depends on LineageOS, not all privacy issues might have been found fixed by Replicant. Once security issues have been fixed, it would be nice to try to identify as many privacy issues as possible, and in a second time to fix them.
73
74
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that is supported by Replicant to be able to test the result.
75
76
*Difficulty*: Medium-Hard
77
78
*Requirements/Prerequisites*: Android build system, knowledge of system security, advanced git
79
80
*Expected outcomes*: Integration or update of components of Replicant to tackle security issues
81
82
h3. Fix the Free software distribution guidelines issues and improve the build system.
83
84
Replicant has some issues with "FSDG (Free System Distribution Guidelines)":https://www.gnu.org/distros/free-system-distribution-guidelines.html compliance: "F-droid":https://f-droid.org/ repository is not FSDG compliant anymore (Bug #1629), and Replicant can't be built from an FSDG distribution (Bug #1861). This ought to be fixed. Replicant should also be fixed to build without issue.
85
86
It would also be nice to have the build system not depend on pre-built dependencies anymore, and to document which FSDG compliant F-droid applications crash because Replicant's incomplete EGL implementation (#705) and tag such applications as incompatible (so they are greyed out) until the EGL implemetation is fixed. Ideally Replicant builds should also be made "reproducible":https://en.wikipedia.org/wiki/Deterministic_compilation if they are not already.
87
88
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that is supported by Replicant to be able to test the result.
89
90
*Difficulty*: Easy
91
92
*Requirements/Prerequisites*: Knowledge of shell scripts and the ability to learn the Android build system
93
94
*Expected outcomes*: The ability to compile Replicant from "an FSDG distribution":https://www.gnu.org/distros/free-distros.html, F-droid only showing FSDG compliant software.
95
96 37 Denis 'GNUtoo' Carikli
h2. llvmpipe ARM optimizations
97
98
Project description: Replicant's EGL is implementation is incomplete (This has many consequences: #705). The goal is to make llvmpipe usable under Replicant and replace the incomplete EGL implemetation with that. The advantage of this solution over other solutions is that it is supposed to work on all Replicant supported devices and is also used within GNU/Linux.
99
See also the "wiki page about llvmpipe":https://redmine.replicant.us/projects/replicant/wiki/GraphicsResearch#llvmpipe for more details about the issue. Other solutions fixing the problem might be acceptable too, if it makes more sense.
100
101
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that is supported by Replicant to be able to test the result.
102
103
*Difficulty*: See with the MESA project
104
105
*Requirements/Prerequisites*: See with the MESA project
106
107
*Expected outcomes*: Working EGL implementation, fast enough graphics, F-droid applications not crashing anymore because of EGL.
108
109 42 Denis 'GNUtoo' Carikli
h2. Enable Replicant to use a upstream kernels
110 41 Denis 'GNUtoo' Carikli
111
Currently, Replicant uses a dedicated Hardware Abstraction Layer per device, because device manufacturers implemented non-standard kernel interfaces. However, Android works with mainline kernels and supports plug-n-play hardware nowadays, so it makes sense to have generic Hardware Abstraction Layers for the standard interfaces of the Linux kernel (ALSA, V4L2, etc).
112
113
See also the [[Upstream#Upstream-Linux|wiki page on Upstream Linux]] for more details on why using upstream kernel is beneficial, and for what devices to choose to work on this task.
114
115
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that is well supported by upstream Linux.
116
117 3 Denis 'GNUtoo' Carikli
*Difficulty*: Medium
118 36 Denis 'GNUtoo' Carikli
119 3 Denis 'GNUtoo' Carikli
*Requirements/Prerequisites*: C programming language, kernel interfaces knowledge
120 1 Denis 'GNUtoo' Carikli
121
*Expected outcomes*: Replicant and/or upstream LineageOS support for a device using a kernel that is very closely based on the mainline Linux kernel with the generic HALs.
122 3 Denis 'GNUtoo' Carikli
123
h2. Improve support for the free software compatible external WiFi adapter
124
125 36 Denis 'GNUtoo' Carikli
All devices currently supported by Replicant have WiFi chips that requires a non-free firmware to work. So to have WiFi working with free software, users need to use external WiFi adapters. They typically use tiny ath9k_htc compatible USB WiFi adapter along with a tiny USB OTG Host adapter.
126
127 1 Denis 'GNUtoo' Carikli
Such external USB WiFi adapters used with Replicant are originally intended for laptops, not phones. As a result, they tend to consume a lot of power. According to lsusb some ath9k_htc compatible devices can consume up to 500mA.
128 3 Denis 'GNUtoo' Carikli
129
This poses several issues:
130
* Some smartphones and tablets might not be compatible, at the hardware level, with such big power consumption.
131 10 Denis 'GNUtoo' Carikli
* They can adversely impact battery life
132 3 Denis 'GNUtoo' Carikli
133 36 Denis 'GNUtoo' Carikli
Such USB WiFi adapters can also randomly stop working completely on some devices (e.g. needing to unplug and replug the adapter periodically to keep it operational).
134 1 Denis 'GNUtoo' Carikli
135 36 Denis 'GNUtoo' Carikli
You will need to investigate reliability issues such as the one mentioned above and look how power consumption can be improved in the adapter firmware and/or kernel driver.
136 3 Denis 'GNUtoo' Carikli
137
You will also need to investigate how much miliampers USB devices can use, at the hardware level, on the smartphones and tablets Replicant supports.
138 1 Denis 'GNUtoo' Carikli
139
*Hardware requirements* : An ath9k_htc compatible WiFi card, the ability to measure the current usage, the ability to build the ath9k_htc firmware and driver.
140 36 Denis 'GNUtoo' Carikli
141
*Difficulty*: Medium/Hard
142 1 Denis 'GNUtoo' Carikli
143 10 Denis 'GNUtoo' Carikli
*Requirements/Prerequisites*: Knowledge of C
144 1 Denis 'GNUtoo' Carikli
145 3 Denis 'GNUtoo' Carikli
*Expected outcomes*: Reliable WiFi with external WiFi adapter
146 36 Denis 'GNUtoo' Carikli
147 46 Denis 'GNUtoo' Carikli
h2. Device specific work
148 1 Denis 'GNUtoo' Carikli
149 46 Denis 'GNUtoo' Carikli
h3. Add support for more recent Samsung devices that could be supported by Samsung-RIL
150
151 45 Denis 'GNUtoo' Carikli
Adding supporting many common (Samsung) phones and tablets is relatively easy and fast to do and could be a good way to get started in contributing to Replicant.
152 21 Denis 'GNUtoo' Carikli
153 36 Denis 'GNUtoo' Carikli
However we think that it's at lot more important to support devices that are better for freedom. Many Samsung devices we do support have an isolated modem, however we can't free their bootloader because it is signed.
154 1 Denis 'GNUtoo' Carikli
155
Devices like the GTA04 or the LG Optimus Black don't have this bootloader issue, while still having an isolated modem.
156
157 46 Denis 'GNUtoo' Carikli
We therefore strongly advise to pick tasks that would improve the support for these more freedom-friendly devices in Replicant if you can.
158
159
However we still welcome contributions for devices with isolated modems and non-free bootloaders.
160
161 48 Denis 'GNUtoo' Carikli
Make sure to evaluate the device before starting to work on it. Some devices have been evaluated in the [[TargetsEvaluation|TargetsEvaluation wiki page]]. There is also a "forum section":https://redmine.replicant.us/projects/replicant/boards/27 for devices evaluation.
162
163 46 Denis 'GNUtoo' Carikli
*Hardware requirements* : A computer that is able to build Replicant. A device to add support for in Replicant.
164
165
*Difficulty*: Medium
166
167
*Requirements/Prerequisites*: C programming language
168
169 47 Denis 'GNUtoo' Carikli
*Expected outcomes*:  Working graphics, touchscreen, buttons, audio and telephony (for smartphones) without requiring Replicant or the user to install or ship nonfree software or firmwares.
170 21 Denis 'GNUtoo' Carikli
171 44 Denis 'GNUtoo' Carikli
h3. Finish to port the Galaxy S 2 (I9100), Galaxy S 3 (I9300) and Galaxy Note 2 (N7100) to Mainline Linux
172 3 Denis 'GNUtoo' Carikli
173 1 Denis 'GNUtoo' Carikli
The the Galaxy S 2 (I9100), Galaxy S 3 (I9300) and Galaxy Note 2 (N7100) currently use a kernel based on a vendor fork of Linux, which poses a maintainability and security issue.  Forkbomb has done some initial work on porting these devices to use mainline Linux.  You can help by continuing this work. This would also enable these devices to use generic hardware abstraction layers (HAL) when abstractions layers are ready, and to do some research on whether the "TrustZone operating system":https://blog.fossencdi.org/u-boot-galaxys3.html can be removed from such devices.
174 23 Denis 'GNUtoo' Carikli
175 36 Denis 'GNUtoo' Carikli
*Hardware requirements* : A computer that is able to build Replicant. A Galaxy S 2 (I9100), Galaxy S 3 (I9300) or Galaxy Note 2 (N7100), and a serial port adapter to get the kernel boot logs.
176
177 22 Denis 'GNUtoo' Carikli
*Difficulty*: Medium
178 23 Denis 'GNUtoo' Carikli
179 1 Denis 'GNUtoo' Carikli
*Requirements/Prerequisites*: C programming language, driver development
180
181
*Expected outcomes*: Audio working, modem working, and Replicant or LineageOS booting with mainline Linux.
182
183
184 44 Denis 'GNUtoo' Carikli
h3. Advance the Optimus Black U-Boot and Linux mainline ports
185 1 Denis 'GNUtoo' Carikli
186 36 Denis 'GNUtoo' Carikli
The Optimus Black from LG is an interesting device from the perspective of freedom and privacy/security. It has the ability to run a free bootloader and uses an OMAP3 SoC that is well-documented and supported in upstream U-Boot (bootloader) and Linux (kernel). Its modem is well-isolated from the rest of the device, ensuring a sane base for privacy/security. Currently, the device-specific parts of the mainline U-Boot and Linux ports are still at an early stage, where they are functional with a very limited set of supported hardware.
187 1 Denis 'GNUtoo' Carikli
188
Advancing the Optimus Black U-Boot and Linux mainline ports would allow using the device with free, up-to-date and maintainable software and would pave the way for support in GNU/Linux systems as well as Replicant. A list of priorities in hardware support will be defined, with the objective of tackling as many as possible.
189 3 Denis 'GNUtoo' Carikli
190 1 Denis 'GNUtoo' Carikli
*Hardware requirements* : A computer that is able to build Replicant. An Optimus Black with u-boot and modified boot pins, a serial port adapter to get the kernel boot logs.
191
192
*Difficulty*: Medium to Hard
193
194
*Requirements/Prerequisites*: C programming language, driver development
195 36 Denis 'GNUtoo' Carikli
196 1 Denis 'GNUtoo' Carikli
*Expected outcomes*: Improved hardware support for the Optimus Black in U-Boot and Linux
197
198 44 Denis 'GNUtoo' Carikli
h3. Select and/or port a tablet with an Allwinner SOC to mainline Linux and U-boot, and Replicant
199 1 Denis 'GNUtoo' Carikli
200
Tablets with Allwinner SOCs are an interesting targets because they do not use signed bootloaders and the SOCs and various devices using them have good Linux and u-boot mainline support. If not much work is required for that, once the code is merged, the candidate is also required to work on the generic abstraction layer project which is also documented in this page.
201
202 36 Denis 'GNUtoo' Carikli
The chosen tablet should have:
203 1 Denis 'GNUtoo' Carikli
* A SOC that has good mainline support, see "the Linux mainlining effort page on linux-sunxi":https://linux-sunxi.org/Linux_mainlining_effort for more details.
204 26 Denis 'GNUtoo' Carikli
* A Free software bootloader, or the ability to easily add support for the tablet to a free software bootloader.
205 36 Denis 'GNUtoo' Carikli
* The ability to power and use an USB WiFi card or chip that is compatible with the ath9k_htc driver.
206
207 1 Denis 'GNUtoo' Carikli
It would be better if the chosen tablet doesn't use an AllWinner SOC with a PowerVR GPU, as MALI GPU have more probability to be usable with free software in the future.
208
209
*Hardware requirements* : A computer that is able to build Replicant. An Allwinner tablet, a serial port adapter to get the kernel boot logs.
210
211
*Difficulty*: Medium
212
213
*Requirements/Prerequisites*: C programming language, driver development
214
215
*Expected outcomes*: Replicant support for a tablet using an Allwinner SOC, with free software bootloader and mainline based Linux kernel.
216
217 44 Denis 'GNUtoo' Carikli
h3. Advance the Kindle Fire (first generation) U-Boot and Linux mainline ports
218 1 Denis 'GNUtoo' Carikli
219
The Kindle Fire (first generation) from Amazon is an interesting device from the perspective of freedom and privacy/security. It has the ability to run a free bootloader and uses an OMAP4 SoC that is well-documented and supported in upstream U-Boot (bootloader) and Linux (kernel). It does not embed a modem, ensuring a sane base for privacy/security. Currently, the device-specific parts of the mainline U-Boot and Linux ports are still at an early stage, where they are functional with a very limited set of supported hardware.
220
221
Advancing the Kindle Fire (first generation) U-Boot and Linux mainline ports would allow using the device with free, up-to-date and maintainable software and would pave the way for support in GNU/Linux systems as well as Replicant. A list of priorities in hardware support will be defined, with the objective of tackling as many as possible.
222
223
*Hardware requirements* : A computer that is able to build Replicant. A Kindle Fire first generation, a serial port adapter to get the kernel boot logs.
224
225
*Difficulty*: Medium
226
227
*Requirements/Prerequisites*: C programming language, driver development
228
229
*Expected outcomes*: Improved hardware support for the Kindle Fire (first generation) in U-Boot and Linux
230 39 Denis 'GNUtoo' Carikli
231 50 Denis 'GNUtoo' Carikli
h1. Funding
232 39 Denis 'GNUtoo' Carikli
233 49 Denis 'GNUtoo' Carikli
/!\ This is a draft. It doesn't represent Replicant decisions.
234 1 Denis 'GNUtoo' Carikli
235 50 Denis 'GNUtoo' Carikli
h2. Funding strategies
236
237
* Fund important and urgent tasks?
238
* Fund tasks that no one want to work on?
239
240
h2. Tasks
241
242 39 Denis 'GNUtoo' Carikli
We could try to fund the following separate tasks:
243
* llvmpipe ARM optimizations
244
* Implement the missing features of Samsung-RIL
245
246
And group the following tasks together for funding:
247
* Port Replicant to a newer LineageOS version and support in-system updates
248
* Enable Replicant to use a kernel that is as close as possible to mainline Linux by implementing generic Hardware Abstraction Layers (HALs)
249
* Fix the Free software distribution guidelines issues and improve the build system.
250
* Tackle security issues in Replicant
251
252
It would make sense to find out how much theses individual tasks depend on the Android version:
253
* Samsung-RIL probably doesn't have very hard dependencies on the Android version, and could probably made to continue to support Replicant 4.2, Replicant 6.0 and more recent Android version.
254
* It's probably better to add support for upstream kernels once Replicant is ported to a newer LineageOS version.
255 1 Denis 'GNUtoo' Carikli
* The build system including the Free software distribution guidelines issues, and the security issues are also very tied to the Android version.
256 50 Denis 'GNUtoo' Carikli
257
h2. Applicant criteria
258
259
* The applicants will need to already have Patches in Replicant to apply. So if you want to apply and don't have any patches in Replicant, the easiest way is just to send some useful patches.
260
* The applicants will need to be able to demonstrate that they have the required skills by showing contributions in free and open source project in similar areas.