Docs  /  Installing and Configuring Augmented Intelligence on Google Pixel 7 Pro

Installing and Configuring Augmented Intelligence on Google Pixel 7 Pro

Companion app flavor pixel7pro is the default Android build target (Configuration Manager / Gradle product flavor).

Optimized for:

Hardware Detail
SoC Google Tensor G2
ABI arm64-v8a only
GPU Mali-G710 (TFLite GPU delegate)
RAM 12 GB (Pixel 7 Pro) / 8 GB (Pixel 7)
Codename cheetah (7 Pro) · panther (7)
OS Android 13+ (minSdk 32)

Package ID: ai.crockett.augmentedintelligence.pixel7pro


Build (Android Studio)

  1. Open android/AugmentedIntelligence.
  2. Build → Select Build Variant.
  3. Choose pixel7proDebug or pixel7proRelease (this is the default variant).
  4. Build → Build APK(s).

Output (release):

android/AugmentedIntelligence/app/build/outputs/apk/pixel7pro/release/app-pixel7pro-release.apk

Build (CLI)

# Default flavor is pixel7pro
.\scripts\build_android_pixel7pro.ps1 -BuildType Release -InstallAdb

# Or:
.\android\build.ps1 -Configuration release -Flavor pixel7pro

Other flavors still available:

.\scripts\build_android_pixel7pro.ps1 -Flavor pixel4
.\scripts\build_android_pixel7pro.ps1 -Flavor universal

Pair with desktop _AugmentedIntelligence

On the desktop host:

remote commands start 7710 YOUR_TOKEN
android audio start 7711 YOUR_TOKEN
web server start
rsi agent profile AndroidCompanion

In the phone app Settings tab: desktop LAN IP + same token (stored via Android Keystore).
Optional pair string: ai://pair?host=192.168.x.x&remote=7710&audio=7711&web=8787&token=SECRET

Also start the perception bus so companion vision can ingest:

perception on
perception companion status

Profile line should show:

Profile: pixel7pro | Hardware: Google Pixel 7 Pro (cheetah) | matched | ABI=arm64-v8a

Smoke test

.\scripts\build_android_pixel7pro.ps1 -BuildType Debug
.\scripts\smoke_test_android_pixel7pro.ps1

Verified on a connected Pixel 7 Pro (cheetah) (2026-07-18):

Check Result
assemblePixel7proDebug BUILD SUCCESSFUL
ABI arm64-v8a only
Install Success
Launch MainActivity Resumed, process alive
Native libai_native_bridge.so Packaged + loaded
FATAL exceptions None in logcat
UI automation Requires device unlock (PIN)

Optional: place detect.tflite under app/src/main/assets/models/ for on-device vision.


Generated from the project markdown docs on 2026-07-24. This is a static, self-contained site.