summaryrefslogtreecommitdiffstats
path: root/NLnet/porting_replicant_to_android9
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-05-09 16:25:19 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-05-10 16:59:19 +0200
commit8c456baa21dea4794088f895027b438a131545f5 (patch)
tree7be022e7ac9a5c5cad98c0d6dadd8dd5b8edcffe /NLnet/porting_replicant_to_android9
parentadab7511b22ea6602f1aaca5d1697ba44552c1a9 (diff)
downloaddocuments-8c456baa21dea4794088f895027b438a131545f5.tar.gz
documents-8c456baa21dea4794088f895027b438a131545f5.tar.bz2
documents-8c456baa21dea4794088f895027b438a131545f5.zip
Update the disclamer and add references
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'NLnet/porting_replicant_to_android9')
-rw-r--r--NLnet/porting_replicant_to_android9/Makefile1
-rw-r--r--NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex34
2 files changed, 31 insertions, 4 deletions
diff --git a/NLnet/porting_replicant_to_android9/Makefile b/NLnet/porting_replicant_to_android9/Makefile
index bb303e2..7aa58a9 100644
--- a/NLnet/porting_replicant_to_android9/Makefile
+++ b/NLnet/porting_replicant_to_android9/Makefile
@@ -8,6 +8,7 @@ output:
$(TITLE)_en.pdf: clean output
pdflatex $(TEXFLAGS) '$(TITLE).tex'
+ pdflatex $(TEXFLAGS) '$(TITLE).tex'
test: $(TITLE)_en.pdf
xdg-open output/$(TITLE).pdf
diff --git a/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex b/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex
index 9de8fa8..20f6675 100644
--- a/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex
+++ b/NLnet/porting_replicant_to_android9/porting_replicant_to_android9.tex
@@ -1,6 +1,7 @@
\documentclass[a4paper]{article}
\usepackage[english]{babel}
\usepackage[a4paper]{geometry}
+\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage{listings}
\usepackage{longtable}
@@ -15,20 +16,32 @@
\maketitle
\section{
- Work that is not part of the grant:
+ Disclamers:
}
-Before applying for a grant in the context of the European Union's Next Generation Internet,
-the following work was already done and is not part of the grant.
\begin{itemize}
\item{
+ Before applying for a grant in the context of the European Union's Next Generation Internet,
Joonas Kylmälä already started working on porting the Galaxy S III 4G (i9305) to Android 9.
+ That prior work is not funded by the grant but can be used to achieve faster the goals set
+ in the deliverable.
As part of that effort he managed to boot that device under Android 9, without the nonfree
software graphics libraries. He based his work on the Android Open Source Project (AOSP)
source code.
The graphical interface was way too slow to be usable, however it enabled him to validate
that the device could boot.
}
+
+\item{
+ As part of the European Union's Next Generation Internet, I already started working on
+ porting Joonas Kylmälä's work on top of LineageOS 16, however I had one or more
+ complicated issues related to the Android build system that I didn't manage to solve.
+ However at some point I found exiting work\cite{CustomROMs} that I wasn't aware of,
+ which was meant to add support for the Galaxy SIII (i9300) to LineageOS.
+ I started basing my work on top of this work too not to waste too much time with the
+ build issues mentioned above (as I already spent more than one week on that issue).
+}
+
\end{itemize}
\section{
@@ -92,8 +105,21 @@ the following work was already done and is not part of the grant.
\begin{itemize}
\item{port and cleanup the the Galaxy SIII (i9300) modem Linux driver from 4.16 to 5.0}
\end{itemize} &
- The driver to port is available at https://github.com/fourkbomb/linux/
+ The driver to port is available at \url{https://github.com/fourkbomb/linux/}
in the modem branch \\
\hline
+ \hline
+ \multicolumn{3}{|c|}{Total: 147h (~1 month) }\\
+ \hline
\end{longtable}
+
+\begin{thebibliography}{99}
+
+\bibitem{CustomROMs}
+ \begin{itemize}
+ lineag-16.0 branch in \url{https://github.com/CustomROMs/android\_local\_manifests\_i9300} and associated repositores.
+ \end{itemize}
+
+\end{thebibliography}
+
\end{document}