Skip to content

Instantly share code, notes, and snippets.

View Xtr126's full-sized avatar

Xtr126

View GitHub Profile
@Xtr126
Xtr126 / README.md
Created September 23, 2025 17:45
RTL8821CE hostapd.conf for 433Mbps (or 866Mbps with 2 antennas) link speed hotspot
@Xtr126
Xtr126 / README.md
Last active May 18, 2026 06:48
Android: mirror touchscreen as touchpad (uinput)

Use your phone's touchscreen as a touchpad without root, using termux.
Android recognizes it as a hardware touchpad, so all native gestures work.
Intended for use with Android 10+ Desktop mode to control external displays without a mouse.
Smart dock is recommended.

Install ADB

pkg install android-tools

Developer options > Wireless debugging

adb pair localhost:port1
adb connect localhost:port2

Video: termux/termux-app#2366 (comment)