aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/2011_08_nexus-s-support-in-replicant-being-worked-on.md
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-12-31 13:18:02 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-12-31 13:18:19 +0100
commit24ba2134fae77c76af8ab5880e1b21b519ed5941 (patch)
treeeb24222136f267ac3e501d2596530e43f3fa4d20 /markdown/2011_08_nexus-s-support-in-replicant-being-worked-on.md
parentdac22e627f3c716201556537849743387464c73d (diff)
downloadhaunt-blog-24ba2134fae77c76af8ab5880e1b21b519ed5941.tar.gz
haunt-blog-24ba2134fae77c76af8ab5880e1b21b519ed5941.tar.bz2
haunt-blog-24ba2134fae77c76af8ab5880e1b21b519ed5941.zip
Add generated markdown files.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'markdown/2011_08_nexus-s-support-in-replicant-being-worked-on.md')
-rw-r--r--markdown/2011_08_nexus-s-support-in-replicant-being-worked-on.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/markdown/2011_08_nexus-s-support-in-replicant-being-worked-on.md b/markdown/2011_08_nexus-s-support-in-replicant-being-worked-on.md
new file mode 100644
index 0000000..fce7795
--- /dev/null
+++ b/markdown/2011_08_nexus-s-support-in-replicant-being-worked-on.md
@@ -0,0 +1,53 @@
+tags: Replicant news, Paul Kocialkowski
+date: 2011-08-14 17:18
+title: Nexus S support in Replicant being worked on
+---
+A few month ago, we (Replicant developers) decided to start the work on the
+new Google Nexus S.
+
+This device seemed an interesting target at first since it doesn’t have any
+technical restriction to flash a non-official operating system and kernel but
+also as it comes with the latest (free) version of Android, Gingerbread. Of
+course, even if Android Gingerbread is free, the device requires non-free bits
+(libraries, binaries, firmwares, etc) to actually use the full potential of
+the hardware.
+
+The work was started at the end of July and the 100% free images of Replicant
+2.3 that run on the device already contain a set of supported features. You
+can get a detailed state of the Nexus S support in Replicant at
+<http://trac.osuosl.org/trac/replicant/wiki/ReplicantStatus#nexuss>. All the
+source code is, as usual, available in Replicant’s [gitorious repos][1].
+Though, we still miss a big part: the RIL, that is necessary for telephony.
+
+We soon discovered that the hardware of the Nexus S was made in a way that
+gives better freedom guarantees than other Replicant-supported phones. You can
+read a rational concerning this aspect of the phone, along with a technical
+overview of the device at
+<http://trac.osuosl.org/trac/replicant/wiki/NexusSTechnicalOverview>.
+
+Also, whereas the bootloaders for the other Replicant-supported devices are
+all non-free, it may be possible to port a free bootloader (u-boot for
+instance) to the Nexus S. A wiki page that comes with all the infos we have
+about this is at:
+<http://trac.osuosl.org/trac/replicant/wiki/NexusSBootloader>.
+
+The next important steps in the Nexus S support are the following (in no
+particular order):
+
+* find out if a free bootloader is possible for Nexus S and start the work
+ on it
+
+* write a free RIL so that we can use the telephony functions
+
+and, when that is achieved:
+
+* release official preview images
+
+* replace the last replaceable non-free bits (GPS and compass for instance)
+
+As usual, we are looking for new hackers to join the effort to bring some more
+bits of freedom to the mobile phone world.
+
+ [1]: <http://gitorious.org/replicant>
+
+