Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
108.86k stars 10.48k forks source link

Feature request: Build instructions to run scrcpy client on an ARM droid #2253

Open jamespharvey20 opened 3 years ago

jamespharvey20 commented 3 years ago

Is your feature request related to a problem? Please describe. I'd like to be able to run the scrcpy client on my physical phone, to connect to other droids.

It appears there are ways to run adb on a droid, to connect to another droid. (Various google play apps, like ADB OTG.)

Certain applications (like some games) have parts that are easier to interact with using a touchscreen. I'm running android_x86 in virtual machines, and would like to be able to sometimes use a touchscreen instead of a mouse.

Describe the solution you'd like Build steps to compile scrcpy to run on an android device, using instruction set arm64-v8a (possibly also armeabi-v7a for older devices, or also x86 for those rare devices or to natively run in a virtual machines.)

Describe alternatives you've considered

rom1v commented 3 years ago

Scrcpy client is not written for Android. An alternative client should be written for that. See #100.