Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.31 KB

File metadata and controls

46 lines (33 loc) · 1.31 KB

Clawfinger

Clawfinger is an Android telephony voice-bridge app that can place/answer native calls and route call audio through an external gateway (ASR/LLM/TTS) using a profile-driven configuration.

Scope

This repository is focused on the Android app stack and profiles:

  • Android app: app-android/
  • Device profile(s): profiles/
  • Build/install/profile scripts: scripts/
  • Operational runbooks: skills/ directory

Prerequisites

  • Android SDK / adb
  • Java 17
  • A rooted target device (documented: Pixel 7a and Pixel 10 Pro via APatch)
  • App set as default dialer on device

Build

cd phone
./scripts/android-build-debug.sh

Install

cd phone
./scripts/android-install-debug.sh

Push profile

cd phone
./scripts/android-push-profile.sh profiles/pixel10pro-blazer-profile-v1.json

Notes