Skip to content

Repository files navigation

qWDTT Legacy Android

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.

What It Does

  • 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, and x86_64.
  • Provides a universal APK intended for direct installation from GitHub Releases.

Compatibility

  • Minimum Android version: Android 5.0, API 21.
  • Target Android SDK: API 35.
  • Application package: net.qwdtt.client.
  • Release version: 1.3.5, version code 31.

Older Android devices may need an updated Android System WebView for VK login and CAPTCHA pages to work correctly.

Download

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.

Install

  1. Download the APK from Releases.
  2. Allow installation from unknown sources if Android asks for it.
  3. Install the APK.
  4. 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.

Changes From Upstream

  • minSdk lowered from 28 to 21.
  • compileSdk kept at 36 for 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.

Build Notes

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.

License

GPL-3.0. See LICENSE.

About

qWDTT Android 5.0+ legacy build with VK TURN and WireGuard transport

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages