RelayNox
Android app

Install the Android app

Install the multi-platform notification centre with emergency alarm mode, Quiet Hours, custom sounds, offline history and full-screen acknowledgement.

Native Kotlin / Compose Version 0.17.37 versionCode 2026073018 Release signed Wear OS supported
Version0.17.37 (2026073018)
Filenexus-latest.apk
Size5,69 MB
Build time31.07.2026 17:44
SHA25619466bdb1a0a937de552b6eb54a35abf15c56a575a3bfd241295fb0a122c670d
Desktop device detected

Send it to your phone with a QR code

Scan the QR code with your phone camera. The link downloads the APK directly.

  1. Scan the QR code with your phone camera.
  2. Download the APK from the opened link.
  3. Complete Android installation permissions.
Note: This APK is distributed directly and is not on Google Play. Its package is com.isademir.relaynox. Sign in with a “Pair device” code from the dashboard or your account credentials.
⌚ Wear OS

Install the watch app

Once the phone is paired, the watch receives notifications through the Wearable Data Layer. Because this is a direct distribution, install the Wear APK on the watch separately.

Version0.17.34 (2026073015)
Filenexus-wear-latest.apk
Size2,38 MB
Build time31.07.2026 13:20
SHA256617179f766ac6b7a228d3d9a43a8959dbf12bad9973a983ae980cb4b3c20eb86

Installation with ADB (recommended)

  1. On the watch, tap Settings → About watch/System → Build number seven times.
  2. Enable ADB debugging and Wireless debugging in Developer options.
  3. On the watch open Wireless debugging → Pair new device; a code and an IP:PORT appear. This is the pairing port, needed only the first time: adb pair 192.168.1.66:33083
  4. Then connect using the connection port — it is different from the pairing port and is shown on the main Wireless debugging screen: adb connect 192.168.1.66:40783
  5. You must target the watch when installing: if a phone is also connected, adb install fails with “more than one device/emulator”. List the devices, then select the watch with -s: adb devices
    adb -s 192.168.1.66:40783 install -r nexus-wear-latest.apk
  6. The IP and ports above are examples; use the values shown on your own watch. The adb command ships with the Android SDK platform-tools package.
Note: The Wear APK uses the same signature and package (com.isademir.relaynox) as the phone app. The watch receives notifications from the paired, signed-in phone app.