[FE training-materials-updates] Tell that solutions are available

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Wed Jun 6 07:39:08 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=28a89ad9de9480aecbfc2344b339706d3bd538c2

commit 28a89ad9de9480aecbfc2344b339706d3bd538c2
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Jun 6 07:39:19 2012 +0200

    Tell that solutions are available

diff --git a/labs/android-application/android-application.tex b/labs/android-application/android-application.tex
index b3f1fd5..ea8016f 100644
--- a/labs/android-application/android-application.tex
+++ b/labs/android-application/android-application.tex
@@ -48,6 +48,10 @@ the \code{/system/etc/permissions/} folder. There are several examples
 of such a file in this folder, so adapt one to our case. After
 rebuilding, it should work fine.
 
+Once you have completed this lab, you can ask your instructor to
+give you a URL where Free Electrons' solution is available, and compare
+it with what you implemented.
+
 \section{Going Further}
 
 We have used direct bindings and calls to use our library. However, we
diff --git a/labs/android-jni-library/android-jni-library.tex b/labs/android-jni-library/android-jni-library.tex
index 035d437..a176967 100644
--- a/labs/android-jni-library/android-jni-library.tex
+++ b/labs/android-jni-library/android-jni-library.tex
@@ -46,6 +46,10 @@ Test what you did using the Main class present in the Java source code
 by directly invoking Dalvik through the \code{dalvikvm} command. You
 will have to provide both the classpath and the class name to make it work.
 
+Once you have a solution that works, you can ask your instructor to 
+give you a URL where Free Electrons' solution is available, and compare
+it with what you implemented.
+
 \section{Going further}
 
 You will find that the binary we developed in the previous lab and
diff --git a/labs/android-native-app/android-native-app.tex b/labs/android-native-app/android-native-app.tex
index 5a73517..53c247c 100644
--- a/labs/android-native-app/android-native-app.tex
+++ b/labs/android-native-app/android-native-app.tex
@@ -47,3 +47,7 @@ the usb devices because of restricted permissions. This can be fixed
 through \code{ueventd.rc} files. Add a device-specific \code{ueventd}
 configuration file to your build to make the files under
 \code{/dev/usb/} world readable.
+
+After completing this lab, you can ask your instructor to
+give you a URL where Free Electrons' solution is available, and compare
+it with what you implemented.
diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 7e44fd1..cf3dcd0 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -209,6 +209,9 @@ To do so, you will need to edit the files
 file to specify the right boot command for your board. It should not take more than 10 lines to
 add.
 
+Once you have a solution that works, you can ask your instructor to give 
+you a URL where Free Electrons' solution is available, and compare it with yours.
+
 You can also add \code{no_console_suspend} to the bootargs as Android by
 default suspends the shell on the serial line after a minute or so, making it pretty
 hard to use it properly.

-----------------------------------------------------------------------

Summary of changes:
 labs/android-application/android-application.tex |    4 ++++
 labs/android-jni-library/android-jni-library.tex |    4 ++++
 labs/android-native-app/android-native-app.tex   |    4 ++++
 labs/android-new-board/android-new-board.tex     |    3 +++
 4 files changed, 15 insertions(+)


More information about the training-materials-updates mailing list