Did you know that you can share your desktop cursor to your Android device using the DeskDock?
i tried it on my fedora device
read instruction first:v
instruction
first, I install Desk Dock on my android
DeskDock PRO
you can install free version btw
DeskDock FREE
next, setup server
install JRE
sudo dnf install java-latest-openjdk.x86_64
sudo dnf install java-latest-openjdk-devel.x86_64
next, install adb
sudo dnf install android-tools.x86_64
download DeskDock Server and extrak it
DeskDock Server
start adb server
adb start-server
adb tcpip 5555
run, Desk Dock Server
connect on android first
and run server
java -jar DeskDockServer_1.3.0.jar
nice its running
to kill adb server
adb kill-server
have an error? try this
https://dev.to/bukanspot/cant-load-library-usrlibjvmjava-11-openjdk-1101608-1fc35x8664liblibawtxawtso-4pco
Top comments (0)