Score Detector

Real-time cricket score detection and BLE broadcasting app for Android

Score Detector automatically captures live cricket scores from your scorer app and broadcasts them via Bluetooth Low Energy (BLE) to external displays, scoreboards, or companion devices.

Download APK

cricket-score-detector


Features


How It Works

Score Detector uses Android’s Accessibility Service to read on-screen score information from third-party cricket scorer apps. When you enter scores in your preferred scorer app, Score Detector:

  1. Detects the score change on screen
  2. Extracts match data (runs, wickets, overs, batsmen, etc.)
  3. Broadcasts the data via BLE to any connected devices
┌─────────────────┐     ┌──────────────────┐     ┌─────────────────┐
│  Third-Party    │────▶│  Score Detector  │────▶│  BLE Receiver   │
│  Scorer App     │     │  (This App)      │     │  (Scoreboard/   │
│                 │     │                  │     │   Display)      │
└─────────────────┘     └──────────────────┘     └─────────────────┘

Privacy Note: The app only reads visible on-screen text that you can already see. It does not access any databases, credentials, or internal app data.