VaradGupta23

Results 120 comments of VaradGupta23

Thanks for the detailed info — this is a known issue with gnirehtet on Android 13 (and newer) where the VPN service doesn’t properly initialize even though the relay starts...

Problem Summary Some Android apps (like the game mentioned) require the device to report that the internet is coming in via Wi-Fi, not USB or VPN. When using Gnirehtet, Android...

Steps to Make Gnirehtet Work on Windows XP: Download Older ADB Version Compatible with Windows XP Get platform-tools version r23.1.0: [Download here](https://dl.google.com/android/repository/platform-tools_r23.1.0-windows.zip) Extract Only These Three Files from the ZIP:...

| Use ./gnirehtet run -d | Set DNS on Raspberry to 8.8.8.8 | Adjust MTU to 1400 | Check with Termux if DNS/ICMP works | If rooted: consider iptables NAT...

You're describing a key limitation of gnirehtet on Android 12+ and especially Android 14, which many users have now reported: Problem: Browser works, but apps don’t recognize internet Even though:...

Solution 1: Use adb reverse (for local ports) If your host is running a local server on a specific port (e.g. VNC on port 5901, web server on 8080), you...

How to Resolve the Issue 1. Do NOT use hide-tray=Y if you need keyboard input When hide-tray=Y is used, RustDesk runs as a LaunchDaemon. LaunchDaemons cannot receive keyboard input, even...

🔧 1. Use adb tcpip Mode (Wireless ADB) ADB over USB is often less stable. You can switch to ADB over Wi-Fi: adb tcpip 5555 adb connect :5555 This removes...

Proposed Improvement Replace navigation action with: findNavController().popBackStack() – to go back without destroying TasksFragment. Use SavedStateHandle to pass a result/message back. This way: TasksFragment is retained in memory. It listens...

Status Bar Changes from Android 10 to Android 11+ 1. Insets & Display Cutouts (Safe Areas) Android 11 emphasized proper inset handling (WindowInsets) for gesture navigation, status bar, cutouts (notches),...