VoiceTel Phone · Mobile · Android

VoiceTel Phone for Android.

Until the Google Play listing is live, install the signed .apk from S3 via ADB.

Download .apk All mobile clients

1. Enable Developer Options & USB Debugging

  1. Open Settings → About Phone and tap Build Number seven times.
  2. Go to Settings → System → Developer Options and enable USB Debugging.

2. Install platform tools

  1. Install Android SDK Platform Tools (includes adb) from Google.
  2. Connect your device via USB and accept the debugging prompt on the phone.

3. Download the APK

  1. Download VoiceTel-3.5.6.apk.
  2. Verify SHA-256: 99c49cf9e921662a0978bb4d6bce2c6317bb207858d423b3457e6825c0b0b84c

4. Install with ADB

  1. Open Terminal or Command Prompt in the download directory.
  2. Run adb devices to verify the device is listed.
  3. Install: adb install -r VoiceTel-3.5.6.apk

Tip: If you see device offline, run adb kill-server then adb start-server, and reconnect the phone.