scrcpy
scrcpy copied to clipboard
since android 11 has adb wifi debugging built-in, what about scrcpy on phone to phone over wifi?
- [x] I have checked that a similar feature request does not already exist.
Is your feature request related to a problem? Please describe. phone remote phone
Describe the solution you'd like pair manually, then input ip:port, then control phones on phone over wifi
probably related: https://github.com/Genymobile/scrcpy/issues/100
it possible , i use this a lot
just use the tcpip option with the IP and port
@oyekanwahab "scrcpy on android"
U can do that using vnc
did you mean your android has x11? but android doesn't has x11
whether you use root or not you can try using droidvnc-ng to run a vnc server on android, because what you want is android to android mirroring right?
I mean probably, use adb on android to remote android over wifi by scrcpy, instead of vnc or others
so basically you want to mirror android to android via adb? For that it seems a bit tricky. But if you just want to mirror Android to Android with adb Accessible, you can use droidvnc-ng and shizuku And mirroring Android to Linux phone seems to be easier because the scrcpy build for Linux itself already exists
right. so I wonder if it's possible, since scrcpy is already a good tool. maybe an android build scrcpy only need a small patch.
whether you use root or not you can try using droidvnc-ng to run a vnc server on android, because what you want is android to android mirroring right?
I think this is great idea, to use DroidVNC-NG approach to manipulate phone, because there is no need in root. On Xiaomi 9C for example you can't get debugging turned on unless you will your phone or sim card to mi account. If you are using DroidVNC-NG you are getting the same basic functionality, but you does not need root and USB debugging. So that will be great if scrcpy will get second way of management of the phone with VNC provided by DroidVNC-NG. May be tthere should be new topic created about it?