Project

General

Profile

TasksFunding » History » Version 89

Denis 'GNUtoo' Carikli, 01/18/2019 04:26 PM

1 1 Denis 'GNUtoo' Carikli
{{>toc}}
2
3 84 Denis 'GNUtoo' Carikli
h1. Tasks that could be funded
4 2 Denis 'GNUtoo' Carikli
5 84 Denis 'GNUtoo' Carikli
h2. What kind of tasks to fund
6 1 Denis 'GNUtoo' Carikli
7 84 Denis 'GNUtoo' Carikli
/!\ This is a draft. It doesn't represent the Replicant project decisions yet.
8 1 Denis 'GNUtoo' Carikli
9 84 Denis 'GNUtoo' Carikli
h3. Funding strategies
10 1 Denis 'GNUtoo' Carikli
11 84 Denis 'GNUtoo' Carikli
* Fund important and urgent tasks?
12
* Fund tasks that no one want to work on?
13
14
h3. Applicant criteria
15
16
* 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.
17
* 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.
18
19
h3. Discussions
20
21
There is "a thread about funding on the mailing list":https://lists.osuosl.org/pipermail/replicant/2019-January/001774.html about that
22
23 76 Denis 'GNUtoo' Carikli
h2. Tasks that could be funded
24 38 Denis 'GNUtoo' Carikli
25 77 Denis 'GNUtoo' Carikli
h3. Port Replicant to a newer Android version
26 1 Denis 'GNUtoo' Carikli
27 77 Denis 'GNUtoo' Carikli
Replicant is currently based on LineageOS 13 which is based on Android 6.0.
28
It is becoming very urgent to upgrade Replicant to a newer release of Android, as Android 6.0 is not supported anymore. It would probably also make it way easier to fix the following issues:
29
* Replicant is currently lagging behind with security fixes
30
* Replicant cannot be built from a GNU/Linux distribution that follows the Free Software Distribution Guidelines
31 1 Denis 'GNUtoo' Carikli
32 89 Denis 'GNUtoo' Carikli
*Hardware requirements* :
33
* A computer that is able to build Replicant.
34
* A smartphone or tablet that can easily supported by the new version of Replicant and that meet Android 9 [[HardwareRequirements]].
35
36 77 Denis 'GNUtoo' Carikli
*Expected outcomes*:
37
* Remove all proprietary components of LineageOS and make sure that Replicant follows the "Free Software Distributions Guidelines (FSDG)":https://www.gnu.org/distros/"
38
* Port all the changes needed to successfully boot without any proprietary software in Replicant
39
* Make sure that most of the security issues are fixed, and lower the attack surface if possible.
40
* Make sure that Replicant can be built on a GNU/Linux distribution that follows the "Free Software Distributions Guidelines (FSDG)":https://www.gnu.org/distros/
41 1 Denis 'GNUtoo' Carikli
* Rebrand LineageOS as Replicant
42
43 89 Denis 'GNUtoo' Carikli
*Funding*: We could apply to https://nlnet.nl/PET
44 77 Denis 'GNUtoo' Carikli
45 80 Denis 'GNUtoo' Carikli
The following sub-tasks could also be worked on along with porting Replicant to a newer Android version, as it doesn't make sense to do them for older Replicant versions:
46 82 Denis 'GNUtoo' Carikli
* [[Tasks v2#Add support for devices with an upstream Linux kernel|Add support for devices with an upstream Linux kernel]]
47
* [[Tasks v2#Add support for more recent smartphones|Add support for more recent smartphones]]
48
* [[Tasks v2#Add support for the devices supported in Replicant 6.0 and 4.2|Add support for the devices supported in Replicant 6.0 and 4.2]]
49
* [[Tasks v2#Support in-system upgrades|Support in-system upgrades]]
50 78 Denis 'GNUtoo' Carikli
51
h4. Add support for devices with an upstream Linux kernel
52
53 57 Denis 'GNUtoo' Carikli
It would also be useful to support devices using kernels that are based on upstream Linux with the least amount of kernel changes possible:
54 1 Denis 'GNUtoo' Carikli
55
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).
56
57
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.
58
59
*Hardware requirements* :
60 89 Denis 'GNUtoo' Carikli
In addition to the requirements for porting Replicant to a newer Android version:
61
* A device that is already well supported by the Upstream kernel. That device don't need to be already supported by LineageOS or even Android.
62 1 Denis 'GNUtoo' Carikli
63
*Difficulty*: Medium
64
65
*Requirements/Prerequisites*: Knowledge of C, some C++, the ability to understand Java, kernel interfaces knowledge
66
67 77 Denis 'GNUtoo' Carikli
*Expected outcomes*: 
68
* Basic features working (graphics, touchscreen, buttons, audio, and telephony if there is a modem) for at least one device that use a kernel that is very closely based on upstream Linux with the generic HALs.
69 1 Denis 'GNUtoo' Carikli
70
h4. Add support for more recent smartphones
71
72
The most recent smartphones that Replicant support are quite old (they were made around 2013). The goal here is to add support for more recent smartphones in Replicant.
73
74
Even if we think that it's at lot more important to support devices that are better for freedom (samsung devices usually have a nonfree bootloaders), adding supporting 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. 
75
76
It's advised to pick a device that:
77
* has an isolated modem (no shared memory between the modem and the processor running Android)
78
* meets Android 9 [[HardwareRequirements]] to still be useful when Replicant will be ported to Android 9
79
* has a modem that can easily be supported by samsung-ril and libsamsung-ipc 
80
* is or will be supported by lineageOS
81
82
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.
83
84
*Difficulty*: Medium
85
86
*Expected outcomes*: 
87
* Basic features working (graphics, touchscreen, buttons, audio, and telephony if there is a modem) without requiring Replicant or the user to install or ship nonfree software or firmwares.
88 78 Denis 'GNUtoo' Carikli
89
h4. Add support for the devices supported in Replicant 6.0 and 4.2
90 1 Denis 'GNUtoo' Carikli
91
When porting Replicant to a new version, it's also a good idea to keep supporting all the devices we supported in the older versions, however this is not always possible or desirable.
92 78 Denis 'GNUtoo' Carikli
93
In order not to require too much work, devices that were previously supported will have to meet the [[HardwareRequirements]] of the new Android version. Here many of the devices already supported by Replicant 6.0 already meet such requirements.
94
95 89 Denis 'GNUtoo' Carikli
*Hardware requirements and dependencies*:
96
In addition to the requirements for porting Replicant to a newer Android version:
97 78 Denis 'GNUtoo' Carikli
* The port to the new Android version needs to be complete for at least one device before starting to work on this.
98
* All the devices will need to be shipped to (or acquired by) the person working on this task before starting to work on this.
99
100
*Expected outcomes*: 
101 79 Denis 'GNUtoo' Carikli
* For each device: evaluate if they meet the hardware requirements of the new Android version and document that in the wiki in an appropriate location  ( like [[HardwareRequirements] for instance)
102 78 Denis 'GNUtoo' Carikli
* For each device: basic features working (graphics, touchscreen, buttons, audio, and telephony if there is a modem) without requiring Replicant or the user to install or ship nonfree software or firmwares.
103
104 1 Denis 'GNUtoo' Carikli
*Difficulty*: Medium
105 77 Denis 'GNUtoo' Carikli
106 82 Denis 'GNUtoo' Carikli
h4. Support in-system upgrades
107 77 Denis 'GNUtoo' Carikli
108
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.
109
110
Whenever possible, it would be useful to complete and submit some of the code written for Replicant to LineageOS.
111
112 1 Denis 'GNUtoo' Carikli
*Difficulty*: Medium
113 77 Denis 'GNUtoo' Carikli
114
*Expected outcomes*: 
115 82 Denis 'GNUtoo' Carikli
* In-system updates working without being connected to a PC
116 76 Denis 'GNUtoo' Carikli
117
h3. Implement the missing features of Samsung-RIL
118
119
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).
120
121
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.
122
123
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).
124
125
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet supported by Samsung-RIL.
126
127
*Difficulty*: Medium to Hard
128
129
*Requirements/Prerequisites*: Knowledge of C.
130
131
*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.
132
133
*Dependencies*: This task should be fairly independent as:
134
* [[Libsamsung-ipc]] should already be independent of the Android version (it can even run on GNU/Linux)
135
* [[Samsung-RIL]] can probably easily be adapted to newer Android version
136
137
*Funding*: We could apply to https://nlnet.nl/PET
138
139
h3. Implement a fully-featured QMI-RIL
140
141
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.
142
143
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet supported by QMI-RIL like the Galaxy SIII 4G (i9305).
144
145
*Difficulty*: Hard
146
147
*Requirements/Prerequisites*: Knowledge of C.
148
149
*Expected outcomes*: A QMI-RIL that supports voice calls, SMS, and data, with as complete a protocol implementation as possible.
150
151
*Dependencies*: This task should be fairly independent as:
152
* The lower layers should already be independent of the Android version as they are used under GNU/Linux
153
* [[QMI-RIL]] can probably easily be adapted to newer Android version
154
155
*Funding*: We could apply to https://nlnet.nl/PET
156 59 Denis 'GNUtoo' Carikli
157
h3. Finish to port the Galaxy S 2 (I9100), Galaxy S 3 (I9300) and Galaxy Note 2 (N7100) to Mainline Linux
158
159
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.
160
161
*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.
162
163
*Difficulty*: Medium
164
165
*Requirements/Prerequisites*: C programming language, driver development
166
167
*Expected outcomes*: Audio working, modem working, and Replicant or LineageOS booting with mainline Linux.
168
169 69 Denis 'GNUtoo' Carikli
h3. llvmpipe ARM optimizations
170 68 Denis 'GNUtoo' Carikli
171
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.
172
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.
173
174
*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.
175
176
*Difficulty*: See with the MESA project
177
178
*Requirements/Prerequisites*: See with the MESA project
179
180 72 Denis 'GNUtoo' Carikli
*Expected outcomes*:
181
* Working EGL implementation
182
* fast enough graphics
183
* F-droid applications not crashing anymore because of EGL.
184
185
*Funding*: We could apply to https://nlnet.nl/PET
186 68 Denis 'GNUtoo' Carikli
187 86 Denis 'GNUtoo' Carikli
h1. Other tasks
188
189 87 Denis 'GNUtoo' Carikli
h2. Tasks that are being defined
190 85 Denis 'GNUtoo' Carikli
191
h3. Test infrastructure
192
193
Having an automated build and test infrastructure would be very beneficial for Replicant.
194
195
Issues:
196
* Running costs of such infrastructure have to be kept low, not to depend on continuous flow of money
197
198
h3. Documentation
199
200
A lot of time is spent on the wiki documentation, and a lot of information is redundant (for instance the installation guide)
201
202
TODO:
203
* Research documentation systems
204
* Research the technical knowledge required to use them
205
* Look into communities like RockBox on the benefit of non-wiki documentation
206
* Look if transitioning to non-wiki documentation would make the Replicant Project loose its contributors to the documentation
207
208 63 Denis 'GNUtoo' Carikli
h2. Devices with 512M of RAM or less
209
210
We might want to consider Android 9 [[HardwareRequirements]] before working on that
211
212 59 Denis 'GNUtoo' Carikli
h3. Advance the Optimus Black U-Boot and Linux mainline ports
213
214
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.
215
216
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.
217
218
*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.
219
220
*Difficulty*: Medium to Hard
221
222
*Requirements/Prerequisites*: C programming language, driver development
223
224
*Expected outcomes*: Improved hardware support for the Optimus Black in U-Boot and Linux
225 1 Denis 'GNUtoo' Carikli
226 61 Denis 'GNUtoo' Carikli
h3. Advance the Kindle Fire (first generation) U-Boot and Linux mainline ports
227
228
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.
229
230
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.
231
232
*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.
233
234
*Difficulty*: Medium
235
236
*Requirements/Prerequisites*: C programming language, driver development
237
238
*Expected outcomes*: Improved hardware support for the Kindle Fire (first generation) in U-Boot and Linux
239
240 62 Denis 'GNUtoo' Carikli
h3. Select and/or port a tablet with an Allwinner SOC to mainline Linux and U-boot, and Replicant
241
242
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.
243
244
The chosen tablet should have:
245
* 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.
246 67 Denis 'GNUtoo' Carikli
* A Free software bootloader, or the ability to easily add support for the tablet to a free software bootloader.
247
* The ability to power and use an USB WiFi card or chip that is compatible with the ath9k_htc driver.
248
249
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.
250
251
*Hardware requirements* : A computer that is able to build Replicant. An Allwinner tablet, a serial port adapter to get the kernel boot logs.
252
253
*Difficulty*: Medium
254
255
*Requirements/Prerequisites*: C programming language, driver development
256
257
*Expected outcomes*: Replicant support for a tablet using an Allwinner SOC, with free software bootloader and mainline based Linux kernel.
258
259 56 Denis 'GNUtoo' Carikli
h2. Tasks for Replicant 6.0
260 3 Denis 'GNUtoo' Carikli
261 55 Denis 'GNUtoo' Carikli
h3. Tackle security issues in Replicant 6.0
262
263 43 Denis 'GNUtoo' Carikli
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.
264
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.
265
266
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.
267
268
*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.
269
270
*Difficulty*: Medium-Hard
271
272 1 Denis 'GNUtoo' Carikli
*Requirements/Prerequisites*: Android build system, knowledge of system security, advanced git
273 43 Denis 'GNUtoo' Carikli
274
*Expected outcomes*: Integration or update of components of Replicant to tackle security issues
275
276 46 Denis 'GNUtoo' Carikli
h3. Fix the Free software distribution guidelines issues and improve the build system in Replicant 6.0
277
278
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.
279
280 48 Denis 'GNUtoo' Carikli
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.
281
282 46 Denis 'GNUtoo' Carikli
*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.
283
284
*Difficulty*: Easy
285
286
*Requirements/Prerequisites*: Knowledge of shell scripts and the ability to learn the Android build system
287
288 47 Denis 'GNUtoo' Carikli
*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.
289 21 Denis 'GNUtoo' Carikli
290 44 Denis 'GNUtoo' Carikli
h2. Research
291 3 Denis 'GNUtoo' Carikli
292 1 Denis 'GNUtoo' Carikli
h3. Improve support for the free software compatible external WiFi adapter
293 23 Denis 'GNUtoo' Carikli
294 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.
295
296 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.
297 44 Denis 'GNUtoo' Carikli
298 1 Denis 'GNUtoo' Carikli
This poses several issues:
299 39 Denis 'GNUtoo' Carikli
* Some smartphones and tablets might not be compatible, at the hardware level, with such big power consumption.
300
* They can adversely impact battery life
301
302
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).
303
304
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.
305 1 Denis 'GNUtoo' Carikli
306 50 Denis 'GNUtoo' Carikli
You will also need to investigate how much miliampers USB devices can use, at the hardware level, on the smartphones and tablets Replicant supports.
307
308
*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.
309
310
*Difficulty*: Medium/Hard
311 65 Denis 'GNUtoo' Carikli
312
*Requirements/Prerequisites*: Knowledge of C
313
314 66 Denis 'GNUtoo' Carikli
*Expected outcomes*: Reliable WiFi with external WiFi adapter