|
||
---|---|---|
res/values | ||
.gitignore | ||
AndroidManifest.xml | ||
LICENSE | ||
README.md | ||
create-apk.sh |
README.md
Example for generating a Runtime Resource Overlay apk
- Set your Android root: Change
ANDROID_ROOT_DIR
to where you have your AOSP build directory that contains all the tools from android.googlesource.com - Set keys: We will use
Sony's open devices keys
here, but you can use the default AOSP keys named
platform.*
inbuild/target/product/security/
- Change some values in
res
- Change overlay name in manifest and script
- Run
create-apk.sh
Requirements
- android-sdk-build-tools need to be in
PATH
- Either use Android Studio for compiling, or:
- Download Build tools version 28, unzip to somewhere
- Download latest android.jar
Credits
- Authmane Terki: How to make Android apps without IDE from command line
- How to use RRO framework to tune system app custom defined colors?
- Intel: Android framework customizing
Copyright 2018 ix5
License: GPL Version 2 (see LICENSE)