VaradGupta23
VaradGupta23
WORKING TEMPORARY FIX (Recommended): Switch to "Translate Mode (Beta)" in RustDesk: Open the remote session. Click the keyboard icon at the top. Select “翻译模式 beta” (or "Translate mode beta" in...
Current Best Temporary Solution Use Translate Mode (Beta) during remote session: Start the session. Click the keyboard icon on the top bar. Select "Translate Mode (Beta)" (翻译模式 beta). Now test...
Hi @cw-felix, @fufesou Thanks for the quick response! Just to clarify: Should I install the test build on: Remote system (Debian 12) Local system (Windows 11) Or both? Once confirmed,...
Solution Steps: 1. Verify the Key Double-check that the Key you're using exactly matches the one provided for your server. Copy-paste it again. Make sure there are no extra spaces...
Hi @fufesou @cw-felix, I’ve now tested build with "Map Mode" enabled. Installed the same version on both systems (remote + outgoing) Confirmed the Key, ID Server, Relay Server, and API...
Summary of Findings Map Mode ON → Correct key sequence, but noticeably high latency (due to added 20 ms sleep per key simulation). Map Mode OFF → Still suffers from...
Issue Summary: @ghost noticed two onClick() callbacks both ultimately call mPresenter.addNewTask(), which only calls view.showAddTask() internally. This raises the question: Is there a reason why mPresenter.addNewTask() exists at all, if...
-Virtual Desktop checks whether the PC and Quest are on the same local network (LAN). However, when you use gnirehtet, it sets up a virtual VPN interface on the Quest...
Key Bottlenecks in Gnirehtet: Uses ADB Reverse TCP — which adds overhead and limits throughput No ADB multiplexing or bulk transfer — only a simple TCP tunnel VPN layer adds...
You can use a simple bash script to monitor the device connection and automatically stop gnirehtet when the phone disconnects: #!/bin/bash while true; do adb get-state 2>&1 | grep -q...