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
- Open Settings → About Phone and tap Build Number seven times.
- Go to Settings → System → Developer Options and enable USB Debugging.
2. Install platform tools
- Install Android SDK Platform Tools (includes
adb) from Google. - Connect your device via USB and accept the debugging prompt on the phone.
3. Download the APK
- Download VoiceTel-3.5.6.apk.
- Verify SHA-256:
99c49cf9e921662a0978bb4d6bce2c6317bb207858d423b3457e6825c0b0b84c
4. Install with ADB
- Open Terminal or Command Prompt in the download directory.
- Run
adb devicesto verify the device is listed. - 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.