Project

General

Profile

WhatCanIDoIfMyDeviceIsNotSupported » History » Version 2

Denis 'GNUtoo' Carikli, 06/29/2020 01:56 AM
fix link

1 1 Denis 'GNUtoo' Carikli
h1. WhatCanIDoIfMyDeviceIsNotSupported
2
3
{{toc}}
4
5
Adding support for a new device can range from almost no time (minutes or very few hours) to a lot of time (several years). So we typically try to choose wisely which devices to spend time on.
6
7
As Replicant is a community project, anyone can add support for a device if it meets the [[TargetsEvaluation#Minimal-requirements|Minimal-requirements]] defined by the Replicant project.
8
9
If it doesn't meet the criteria, the Replicant project is open to collaboration to helping you adding support for that device in other project, and/or to help you fork Replicant to do that.
10
11 2 Denis 'GNUtoo' Carikli
See the [[WhatCanIDoIfMyDeviceIsNotSupported#What-can-I-do-if-my-device-doesnt-meet-the-Replicant-projects-criteria|What can I do if my device doesn't meet the Replicant project's criteria]] section below for more details on that.
12 1 Denis 'GNUtoo' Carikli
13
h2. Adding support for a device
14
15
The Replicant developers are typically available on the mailing list, and on IRC (depending on the days and hours of the day). We do accept patches on the mailing list.
16
17
We also have guides that can help getting started such as:
18
* "freedom-privacy-security-issues":http://www.replicant.us/freedom-privacy-security-issues.php : It's probably the place to start if you're new to smartphones and/or tablets. To explain the various issues, it also explains the hardware and software architecture of smartphones and tablets. This can help getting a clear picture of how things interact together.
19
* [[DevicePortingGuide]] : It's a guide to add support for a new device. At the time of writing, it focus on Replicant 6.0. New guides will probably be made for newer Replicant versions after they are released.
20
* The Replicant wiki has a lot of information on various parts of the hardware and the software, along with debugging tricks, usage tips etc.
21
* You can also ask for help on the Mailing list and the IRC.
22
23
h2. What can I do if my device doesn't meet the Replicant project's criteria
24
25
The idea behind the criteria is that we want to make things simple and easy for users and developers:
26
* We want to be able to tell things like "All devices supported by Replicant since Replicant 6 have an isolated modem".
27
* For Replicant, we don't want to deal with non-replaceable batteries as we plan to support devices for a very long time after they were launched.
28
29
However we're still open to collaboration with people that wants to add support for devices that don't meet Replicant criteria.
30
31
Replicant can also help you fork Replicant to support such devices, as it would be sad not to them supported by a fully free software distribution.
32
33
We can also accept patches for devices that don't many of the criteria: for instance merging patches to add support for a phone with a non-isolated modem will probably not hurt.
34
35
However as Replicant will not maintain this phone, so you might have to maintain that part of the code. And we won't probably even not be able to test that code, as we most likely will not have the device you are adding support for.
36
37
The Replicant developers are typically available on the mailing list, and on IRC (depending on the days and hours of the day). We do accept patches on the mailing list.
38
39
h2. What can I do if my device requires too much work to run a fully free distribution ?
40
41
You have several choices:
42
* You could still add the device in other distributions that are not fully free.
43
* You may also want to consider forking Replicant
44
45
We will still be open to collaboration as long as it's on the free software parts.
46
47
For instance the Replicant project already collaborates with other projects, some of which have serious freedom issues:
48
* Replicant developers already upstreamed support for the Galaxy SII Audio in Cyanogenmod (which later became LineageOS). LineageOS uses nonfree binaries to make many hardware features work, however thanks to this collaboration, LineageOS maintained that code for us and LineageOS users and developers had one less binary on the Galaxy SII.
49
* Sometimes we also work together with people from PostMarketOS, and with people trying to add support for devices in LineageOS
50
* Replicant developers also upstreamed patches in Linux for Replicant.
51
52
And it would still be a good idea to collaborate on the free software parts, as sometimes as people work on free software, less and less nonfree software become required for some specific devices.
53
54
For instance, the Lime2, which is an ARM Single board computer, probably required a nonfree bootloader long time ago, and noadays we have free replacements for it. The video decoding offload also didn't work with free software, and now it does. Nowadays all hardware features probably work with free software.
55
56
While that is not the case for all hardware devices, enabling collaboration to have more and more free software, even for device that don't run only free software, looks like a good strategy.