@Hp2ai: https://x.com/Hp2ai/status/2072687103092441521

X AI KOLs Timeline Tools

Summary

This tutorial details how to use the DJI 4G module, VMware virtual machine, Debian system, and vohive tools to pull WiFi Calling, including preparation of accessories, virtual machine creation, system installation, and proxy configuration.

https://t.co/LbHzN3TkPB
Original Article
View Cached Full Text

Cached at: 07/03/26, 12:37 PM

DJI 4G Module WiFi Calling Setup (Windows Version)

Required Preparations & Parts List

  • DJI 4G Module (Gen 1)
  • USB A to C or C to C cable (~$0.3 from PDD)
  • VPN/Proxy service that supports WiFi Calling (~$10/month)
  • VMware Workstation Pro 17 (download from any source online)
  • Debian ISO: https://www.debian.org/download.zh-cn.html
    (I’ll put both files in the TG group)

I’ll only upload the important screenshots due to image limitations.


Creating the Virtual Machine

  1. Create VM → select Debian → Linux → Version Debian 12.x 64-bit

  2. Customize → Network Adapter → Bridged Mode, USB Controller → USB 3.1

  3. Power on and select Install (second option)

  4. Language: EnglishotherAsiaChinaUnited States - American English
    (Selecting Chinese may cause errors)

  5. In this screenshot, choose the 4th option.

  6. Delete everything and fill in Debian (or anything you like).
    Set two accounts with passwords:

    • Account: admin / Password: admin
    • System: admin1 / Password: damin
      (Set passwords the same to avoid errors – there are other methods, but this is what I used)
  7. Next steps:

    • Press Enter → SCSI3 → Enter → Enter
    • Select yesnochinamirrors.tuna.tsinghua.edu.cn
    • Scroll down, press Enter → no
    • Press Space to deselect the first and second options, then check the second-to-last and third-to-last options
    • Select yes → choose /dev/sda
    • Done, installation complete.

Post-Installation

Enter root mode – ask GPT how to do it by sending it a screenshot.

Reboot (no need to enter root mode). Run ip a to get your IP.
Use FinalShell to log into the VM server. If copy-paste works inside the VM, you can operate directly there.

  • Name: any
  • Host: the first IP from ip a (e.g., 192.168.xx.xxx)
  • Username & password: use the ones you set earlier (admin or admin1 – try both).

Check if the DJI module is connected, then flash the module using the commands from the screenshots.

After flashing, run:

apt update && apt install -y curl

Then in CMD (Windows), find your IPv4 and enter the following in a browser:

http://<your_device_IP>:7575

(You can change the port to match your proxy setup)

This opens the VoHiVE admin panel. Default username & password: admin / admin

export ALL_PROXY="http://<your_IP>:<port>"

Run this on the server, then run:

sudo curl -fsSL https://raw.githubusercontent.com/iniwex5/vohive-release/master/install.sh | bash

Now you can log in to VoHiVE using the last IP shown on the interface.

Device Management → Add Device → fill in info (any)

Then add the rules you need.

Proxy Management → Add Proxy → SOCKS5 address (fill IP and port)
Insert the SIM card, enable VoWiFi in the card policy, and WiFi Calling will work.
You can also set up a Telegram bot for SMS reception – ask GPT for details.

There are plenty of VoHiVE tutorials online. If you have any questions, leave a comment. If enough people join, I’ll create a group.

Similar Articles

@vansvoler: Successfully activated a CMLink UK SIM card using DJI 4G module + Vohive. But this setup has greater significance for me because the RedPocket card, if reactivated, would require being in the US. Now that's no longer an issue. Also, there is a learning curve with this setup — I...

X AI KOLs Timeline

User shares how they used the DJI 4G module and Vohive software to successfully activate a CMLink UK SIM card, solving the issue of RedPocket card reactivation requiring US location, and notes that the Vohive project repository has been deleted, with their own fork available.

@Lee_points: I've seen over 10 projects online related to Wi-Fi Calling and WLOC, but this is the first time I've seen someone integrate both into an OpenWrt router. It combines "Wi-Fi Calling through a designated proxy node" and "making iPhone's Apple WLOC location..."

X AI KOLs Timeline

This article introduces the first project to integrate Wi-Fi Calling and Apple WLOC into an OpenWrt router, allowing proxy nodes to handle Wi-Fi Calling and location requests without extra phone-side configuration—ideal for tech enthusiasts to try.

@wangdefou: https://x.com/wangdefou/status/2068971132615856302

X AI KOLs Timeline

This article introduces how to use a $6 VPS and an AI agent to build your own Hysteria2 proxy server, replacing shared proxy services, gaining control over network egress, and details the steps, security considerations, and usage principles.

@grgerwcwetwet: Recommend a very hardcore network tool tutorial project on GitHub: fanqiang. From how to install common clients, to registering a US Apple ID, VPS basics, soft router configuration, and usage tutorials for different systems, it's all organized into beginner-friendly steps. Covers Windows, macOS, Linux…

X AI KOLs Timeline

Recommend a very hardcore network tool tutorial project on GitHub: fanqiang, covering client installation, account registration, VPS configuration, across Windows/macOS/Linux/Android/iOS all platforms, updated for nearly a decade, with 40k+ Stars.