App Privacy Policy

This privacy policy applies to the following apps: TGS Velox App Absorbance One App Byonoy Connect App The app only processes data that is manually entered into the app or acquired directly from a measurement device. Any such data will only be transmitted from the device at the explicit request of the user via the export feature. No additional data is ever collected, processed, stored, or transmitted....

How to Replace Libraries in an Android App

0. Prerequisites The following tools are assumed to be in your PATH. Android Platform Tools link Android Build Tools link apktool link 1. Get the APKs Install the app from the play store Establish an ADB connection with your device Determine the install path, e.g. adb shell pm path com.byonoy.absorbance1 Pull all the APKs in that path, e.g. adb pull /path/to/app/base.apk adb pull /path/to/app/split_config.arm64_v8a.apk ... 2. Replace the Libraries Unpack the APK called split_config....