Go to file
Felix 1db4d99313 Add gitignore 2018-11-25 17:53:39 +01:00
res/values Fix signing process 2018-11-20 11:54:10 +01:00
.gitignore Add gitignore 2018-11-25 17:53:39 +01:00
AndroidManifest.xml Fix signing process 2018-11-20 11:54:10 +01:00
LICENSE Initial commit 2018-11-12 09:30:32 +01:00
README.md Initial commit 2018-11-12 09:30:32 +01:00
create-apk.sh Fix signing process 2018-11-20 11:54:10 +01:00

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.* in build/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:

Credits

Copyright 2018 ix5
License: GPL Version 2 (see LICENSE)