diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-18 03:01:50 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:25 +0200 |
| commit | f712ae0e2d5e7422590d640c02bd6655c5b38cd9 (patch) | |
| tree | 79fd51124db101adb2f49f12f4ef55dea5f10e4b /markdown/2017_02_replicant-6-0-development-updates.md | |
| parent | 4d5e61d8d5495dd02b790097076b190c07252c90 (diff) | |
| download | haunt-blog-f712ae0e2d5e7422590d640c02bd6655c5b38cd9.tar.gz haunt-blog-f712ae0e2d5e7422590d640c02bd6655c5b38cd9.tar.bz2 haunt-blog-f712ae0e2d5e7422590d640c02bd6655c5b38cd9.zip | |
Revert "convert.py, markdown: Fix trailing whitespaces."
This reverts commit 4ff9d384f766cee1d8e322b9f6b747161f55f85e
("convert.py, markdown: Fix trailing whitespaces.").
Without this revert, in site/replicant--37c3.html we see
'Location: G5, Hall 3, Level 0 DECT: 8652'
instead of:
Location: G5, Hall 3, Level 0
DECT: 8652
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'markdown/2017_02_replicant-6-0-development-updates.md')
| -rw-r--r-- | markdown/2017_02_replicant-6-0-development-updates.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/markdown/2017_02_replicant-6-0-development-updates.md b/markdown/2017_02_replicant-6-0-development-updates.md index ff605bf..d0eee56 100644 --- a/markdown/2017_02_replicant-6-0-development-updates.md +++ b/markdown/2017_02_replicant-6-0-development-updates.md @@ -29,7 +29,7 @@ GTA04. After you have installed Replicant on one of the supported devices, you will notice that WiFi doesn't work. The reason is that the WiFi chips on all supported devices need a proprietary firmware to be loaded onto the chip. As -Replicant only ships free software, this firmware is not included in an image. +Replicant only ships free software, this firmware is not included in an image. An alternative is to use an external WiFi dongle with an USB OTG cable. A free firmware exists for the AR9271 chipset and various WiFi adapters use this chipset. [Tehnoetic provided patches][3] for initial support in Replicant 4.2. @@ -50,7 +50,7 @@ wouldn't work with the Android software renderer. Llvmpipe also makes it possible to use a recent webview. For now, Replicant 6.0 is stuck with the last webview version that worked with the Android software renderer. Optimizing llvmpipe for ARM likely would make it fast enough. Any help in this -regard would be greatly appreciated! +regard would be greatly appreciated! Another long-standing issue is related to the software rendering: QR code scanning or in general barcode scanning didn't work with Replicant because the software renderer requires a camera preview format that is incompatible with @@ -84,11 +84,11 @@ Currently, only the non-LTE variant (GT-I9300) is supported by Replicant and Replicant doesn't support any 4G-enabled phone yet. It's possible to build a Replicant 6.0 image for the LTE variant, but it lacks support for the modem. The main task of the port will be to write a free implementation of the modem -interface for telephony, SMS and mobile data. +interface for telephony, SMS and mobile data. I also played with the mainline kernel on the Galaxy S3 and I was able to boot Replicant 6.0 on top of the Linux 4.8 kernel with a few patches so that it was usable with very limited functionality. I will share more results from this -endeavor in the future. +endeavor in the future. Replicant is based on CyanogenMod 13.0. As the CyanogenMod project was discontinued, future Replicant 6.0 versions will be based on its successor, LineageOS 13.0. |
