[FE training-materials-updates] Android labs: be more specific about the wallpaper component

Alexandre Belloni alexandre.belloni at free-electrons.com
Tue Feb 4 15:27:42 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=64095dc396db63d4889aaa889cbad67139054e97

>---------------------------------------------------------------

commit 64095dc396db63d4889aaa889cbad67139054e97
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Tue Feb 4 15:26:38 2014 +0100

    Android labs: be more specific about the wallpaper component
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


>---------------------------------------------------------------

64095dc396db63d4889aaa889cbad67139054e97
 .../android-system-customization.tex               |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/labs/android-system-customization/android-system-customization.tex b/labs/android-system-customization/android-system-customization.tex
index 13d4aec..8ab6915 100644
--- a/labs/android-system-customization/android-system-customization.tex
+++ b/labs/android-system-customization/android-system-customization.tex
@@ -32,7 +32,9 @@ First, set up an empty overlay in your product directory.
 The default wallpaper is located in \code{frameworks/base/core/res/res/drawable-nodpi/}.
 Use the overlay mechanism to replace the wallpaper by a custom one without
 modifying the original source code. Be careful, the beagleboneblack
-product already have an overlay and is selecting a live wallpaper.
-Have a look at \code{frameworks/base/core/res/res/values/config.xml}.
-Also, be sure to wipe your \code{/data} partition to fall back to the
+product already have an overlay and is selecting a live wallpaper. To
+be able to use \code{default_wallpaper.jpg}, you have to select the
+\code{ImageWallpaper} component, have a look at
+\code{frameworks/base/core/res/res/values/config.xml}.  Also, be sure
+to wipe your \code{/data} partition to fall back to the
 default wallpaper.



More information about the training-materials-updates mailing list