qWDTT Legacy Android is a compatibility fork of qWDTT for older Android devices. It keeps the upstream VK TURN / WireGuard transport stack, but lowers the application minimum SDK from Android 9 to Android 5.0.
This fork is based on SpaceNeuroX/proxy-turn-vk-android and tracks upstream release v1.3.5.
- Runs a WireGuard tunnel through the qWDTT Android client.
- Uses the upstream VKCalls TURN path from qWDTT 1.3.5.
- Includes the upstream SOCKS5 local proxy option.
- Keeps the original VK authentication and CAPTCHA/WebView flows.
- Supports the native ABI set used by the upstream release:
arm64-v8a,armeabi-v7a, andx86_64. - Provides a universal APK intended for direct installation from GitHub Releases.
- Minimum Android version: Android 5.0, API 21.
- Target Android SDK: API 35.
- Application package:
net.qwdtt.client. - Release version:
1.3.5, version code31.
Older Android devices may need an updated Android System WebView for VK login and CAPTCHA pages to work correctly.
Use the latest APK from the repository Releases page:
qwdtt-legacy-android-v1.3.5-android5-release.apk
The APK is release-signed and contains native libraries for arm64-v8a, armeabi-v7a, and x86_64.
- Download the APK from Releases.
- Allow installation from unknown sources if Android asks for it.
- Install the APK.
- Open qWDTT and configure profiles or subscriptions as needed.
If Android refuses to update an existing qWDTT installation, uninstall the previous APK first. Android requires updates to be signed with the same signing key.
minSdklowered from28to21.compileSdkkept at36for the local build environment.- Version metadata aligned with the upstream qWDTT 1.3.5 APK:
versionName 1.3.5,versionCode 31. - GitHub release APK is signed with the dedicated local key for this repository.
No transport rewrite was added. This is still the original qWDTT VK TURN path, not a separate VLESS or Xray client mode.
The Android project builds with Gradle. The native Go client is normally built by scripts/build-native-libs.sh and packaged as libclient.so for each Android ABI.
For this legacy release, the native libraries were taken from the official qWDTT 1.3.5 universal APK and repackaged into a lower-minSdk Android build.
GPL-3.0. See LICENSE.