Project

General

Profile

Google Summer of Code 2018 » History » Version 22

Jeremy Rand, 01/22/2018 10:13 AM

1 1 Jeremy Rand
h1. Google Summer of Code 2018
2
3
Replicant intends to apply to GSoC 2018 as part of the FSF umbrella.  This page lists suggested projects for GSoC students.  *This list is a draft!*
4
5 21 Jeremy Rand
*Note: Working on most of these projects requires a sufficiently powerful computer with enough disk space to build Replicant.*
6
7 2 Jeremy Rand
h2. Advance the Optimus Black U-Boot and Linux mainline ports
8 1 Jeremy Rand
9 13 Jeremy Rand
The Optimus Black is an interesting potential target for Replicant, since it has the ability to use a free bootloader.  Paul did some initial work on getting U-Boot and mainline Linux running on it, which would lay the groundwork for a future Replicant port.  You can help by picking up where Paul left off, and getting U-Boot and mainline Linux running on the Optimus Black.
10 1 Jeremy Rand
11 2 Jeremy Rand
*Difficulty*: TODO
12 1 Jeremy Rand
13 2 Jeremy Rand
*Requirements/Prerequisites*: TODO
14 1 Jeremy Rand
15 2 Jeremy Rand
*Expected Outcomes/Deliverables*: TODO
16 1 Jeremy Rand
17 2 Jeremy Rand
*Possible Mentors*: Paul (confirmed)
18
19
h2. Advance the Kindle Fire first generation U-Boot and Linux mainline ports
20
21
(Project description: TODO.)
22
23
*Difficulty*: TODO
24
25
*Requirements/Prerequisites*: TODO
26
27
*Expected Outcomes/Deliverables*: TODO
28
29
*Possible Mentors*: Paul (confirmed)
30 3 Jeremy Rand
31 5 Jeremy Rand
h2. Access Point mode for RepWifi
32
33 11 Jeremy Rand
RepWifi is Replicant's app for using an external USB WiFi adapter.  RepWifi is useful for Replicant because there exist USB WiFi adapters with free firmware, while the built-in WiFi chipsets in mobile phones do not have free firmware.  Right now, RepWifi doesn't support acting as an access point (e.g. for WiFi tethering purposes); you can help by adding this functionality to RepWifi.
34 5 Jeremy Rand
35
*Difficulty*: Easy to Medium
36
37
*Requirements/Prerequisites*: TODO
38
39
*Expected Outcomes/Deliverables*: TODO
40
41
*Possible Mentors*: Fil?
42
43 4 Jeremy Rand
h2. Port Replicant to a newer LineageOS version
44
45 19 Jeremy Rand
Replicant is currently based on LineageOS 13.  It would be desirable to upgrade Replicant to a newer release of LineageOS.
46 4 Jeremy Rand
47 19 Jeremy Rand
*Difficulty*: Medium
48 4 Jeremy Rand
49 19 Jeremy Rand
*Requirements/Prerequisites*: Knowledge of C, C++, and Java.
50 4 Jeremy Rand
51 19 Jeremy Rand
*Expected Outcomes/Deliverables*: Remove all proprietary components of LineageOS, port all the changes needed to successfully boot without any blobs, rebrand LineageOS as Replicant.
52 4 Jeremy Rand
53 18 Jeremy Rand
*Possible Mentors*: Forkbomb (confirmed), Wolfgang?
54 6 Jeremy Rand
55
h2. OS Updater
56
57 15 Jeremy Rand
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.  You can help by implementing this functionality.  LineageOS already supports this; we suspect that it should be possible to adapt this LineageOS functionality to Replicant.
58 6 Jeremy Rand
59
*Difficulty*: Medium to Hard
60
61
*Requirements/Prerequisites*: TODO
62
63
*Expected Outcomes/Deliverables*: TODO
64
65
*Possible Mentors*: Wolfgang?
66 4 Jeremy Rand
67 7 Jeremy Rand
h2. Implement a fully-featured QMI-RIL
68
69
(Project description: TODO.)
70
71
*Difficulty*: TODO
72
73
*Requirements/Prerequisites*: TODO
74
75
*Expected Outcomes/Deliverables*: TODO
76
77
*Possible Mentors*: Wolfgang?
78
79
h2. Implement the missing features of Samsung-RIL
80
81 12 Jeremy Rand
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). 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.
82 7 Jeremy Rand
83 19 Jeremy Rand
*Difficulty*: Medium to Hard
84 7 Jeremy Rand
85 19 Jeremy Rand
*Requirements/Prerequisites*: Knowledge of C.
86 7 Jeremy Rand
87 20 Jeremy Rand
*Expected Outcomes/Deliverables*: Implement the missing features listed at [[Samsung-RIL]].
88 7 Jeremy Rand
89 18 Jeremy Rand
*Possible Mentors*: Forkbomb (confirmed), Wolfgang?
90 7 Jeremy Rand
91 8 Jeremy Rand
h2. Debug metallic sound in many 3G calls
92
93 14 Jeremy Rand
Replicant has been observed to sometimes exhibit a metallic sound quality when doing voice calls over 3G (2G works fine).  This is problematic, since most users prefer to stay in 3G mode (and some carriers are dropping support for 2G).  You can help by debugging the issue.
94 8 Jeremy Rand
95 10 Jeremy Rand
*Difficulty*: TODO
96
97 8 Jeremy Rand
*Requirements/Prerequisites*: TODO
98
99
*Expected Outcomes/Deliverables*: TODO
100
101
*Possible Mentors*: TODO
102
103 9 Jeremy Rand
h2. Optimize power consumption in external WiFi adapter firmware
104
105 16 Jeremy Rand
The USB WiFi adapters used with Replicant are originally intended for laptops, not phones.  As a result, they tend to consume a lot of power.  This poses two issues: they can adversely impact battery life, and they can randomly stop working completely (e.g. needing to unplug and replug the adapter periodically to keep it operational).  You can help by optimizing power consumption in the WiFi adapter firmware.
106 10 Jeremy Rand
107
*Difficulty*: TODO
108 9 Jeremy Rand
109
*Requirements/Prerequisites*: TODO
110
111
*Expected Outcomes/Deliverables*: TODO
112
113
*Possible Mentors*: TODO
114
115 17 Jeremy Rand
h2. Upgrade the WebView
116
117
Replicant uses an old version of the Android WebView (from circa 2015).  This is a security and functionality problem.  You can help by getting a more recent WebView working on Replicant.
118
119
*Difficulty*: TODO
120
121
*Requirements/Prerequisites*: TODO
122
123
*Expected Outcomes/Deliverables*: TODO
124 1 Jeremy Rand
125
*Possible Mentors*: TODO
126 18 Jeremy Rand
127
h2. Port the Galaxy S3 and Galaxy Note 2 to Mainline Linux
128
129
The Galaxy S3 and Galaxy Note 2 currently use 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.
130
131 22 Jeremy Rand
*Difficulty*: Medium to Hard
132 18 Jeremy Rand
133 22 Jeremy Rand
*Requirements/Prerequisites*: Knowledge of C
134 18 Jeremy Rand
135 22 Jeremy Rand
*Expected Outcomes/Deliverables*: Audio working, modem working, and Replicant or LineageOS booting with mainline Linux.
136 18 Jeremy Rand
137
*Possible Mentors*: Forkbomb (confirmed)
138 17 Jeremy Rand
139 3 Jeremy Rand
h2. Projects mentored by other organizations
140
141
h3. llvmpipe ARM optimizations
142
143
(Project description: TODO; can probably be adapted from https://redmine.replicant.us/projects/replicant/wiki/GraphicsResearch#llvmpipe .)
144
145
*Difficulty*: TODO
146
147
*Requirements/Prerequisites*: TODO
148
149
*Expected Outcomes/Deliverables*: TODO
150
151
Mesa would probably be a good organization for mentoring this project.  If interested in working on this project, please propose it to Mesa.  (We're happy to help.)