No description
Find a file
2024-04-18 20:33:55 +05:30
common gms-pixel: Add lockscreen clocks 2024-04-18 20:33:55 +05:30
products gms-pixel: Drop SetupWizard props 2024-04-06 22:30:36 +05:30
Android.mk gms: initial commit 2021-10-21 14:36:57 +05:30
beautify_rro.sh gms: beautify_rro: Remove xml verison declations from AndroidManifest.xml 2024-03-22 01:43:43 +05:30
exclude-tag.txt gms-pixel: Setup proprietary-files 2024-04-06 22:30:36 +05:30
extract-files.sh gms-pixel time 2024-04-06 22:09:56 +05:30
overlay-template.txt overlays: add support for overlays 2021-10-22 17:21:33 +05:30
proprietary-files.txt gms-pixel: Add lockscreen clocks 2024-04-18 20:33:55 +05:30
README.md gms-pixel time 2024-04-06 22:09:56 +05:30
setup-makefiles.sh gms-pixel time 2024-04-06 22:09:56 +05:30

vendor_gms

Basic usage

  • If you just wanna use this repository, then you just need to include products/gms.mk
  • This is as simple as: $(call inherit-product-if-exists, vendor/gms-pixel/products/gms.mk)

Advanced usage

Initial setup

  • Install xmlstarlet
    • sudo apt install xmlstarlet, sudo pacman -S xmlstarlet, etc. depending on your distribution.
  • Install apktool, make sure its available in PATH

Extracting / updating extracted overlays

Basically the same as regular extract-files

./extract-files.sh /path/to/a/dump

Removing certain overlays

  • If certain overlays are not required, you can simply add them to exclude-tag.txt, those will be removed from the extracted overlays.

Miscellaneous information

  • The main changes here are the addition of apktool and xmlstarlet, to allow us to extract the necessary overlays from some RROs.
  • Since the process does take a while, to speed it up, all extraction is done in the background. This might not be suitable for weaker systems if there is a very high number of overlays to be extracted.