zapgerma.blogg.se

Ingress apk 1.94.0
Ingress apk 1.94.0













ingress apk 1.94.0
  1. #INGRESS APK 1.94.0 PATCH#
  2. #INGRESS APK 1.94.0 UPGRADE#

release.py - build two apk files: regular and muted.

#INGRESS APK 1.94.0 PATCH#

  • mute.py - patch removing all sounds to get smaller apk file.
  • debug.py - patch enabling debug/development mode.
  • copy_assets.py - copy assets from build/assets to "app".
  • clean_app.py - clean up any changes to "app" directory.
  • extract_assets_from_apk.py - extract "data" assets from given apk file and store them in build/assets.
  • prepare_lowres.py - create HVGA and QVGA assets from "app" and store them in build/assets.
  • analyze.py - run names analyzer using res/analyzer.yaml config file and store results in build/obj.* files.
  • import_apk.py - decode Ingress apk file into "app" directory, then run analyze.py.
  • ifc - Java API of some 3rd party classes to use them in src - they're in classpath of src, but they aren't included in app's code.
  • bin - Python scripts to do various tasks.
  • Run release.py to create two optimized apk files: regular and muted.
  • (Optional) Run prepare_lowres.py if you want to add support for HVGA and QVGA.
  • Names analyzer will be called automatically.
  • Import Ingress apk using import_apk.py script.
  • texture unpacker - separate individual images from *.atlas and related png files.
  • easily deploy multiple UI variants (e.g.
  • automatically identifies obfuscated names using declarative-style configuration.
  • ingress apk 1.94.0

  • option to deploy resonators from highest to lowest.
  • #INGRESS APK 1.94.0 UPGRADE#

    real-time distance to portal on portal info and portal upgrade screens - it's good for deploying resonators close to 40m distance.disable portal particles (XM "fountain" above portals).disable scanner zoom in anim - it's GPU consuming and delays portal dialog opening.muted version of an app - it's a lot smaller.new items screen: clean design, quick access, items counters.If you aren't one then search for already built apks in the internet. For this reason at this moment it's not recommended for regular users. Unfortunately it's not that easy to build it from sources, because it was developed as a set of helper scripts and it depends highly on an environment and many additional tools. It works by patching apk file, project sources don't contain any prioprietary bits of NianticLabs. It's a modification of official Ingress app for Android.















    Ingress apk 1.94.0