Solved scrcpy success stories sought

This is as far as I get. adb seems satisfied:

$ adb shell
a13x:/ $ ls
acct etc prism
apex init proc
audit_filter_table init.container.rc product
bin init.environ.rc sdcard
bugreports linkerconfig second_stage_resources
cache lost+found sepolicy_version
config metadata spu
d mnt storage
data odm sys
data_mirror odm_dlkm system
debug_ramdisk oem system_dlkm
dev omr system_ext
dpolicy_system optics vendor
efs postinstall vendor_dlkm
a13x:/ $ exit
$

OpenGL opens OK:

$ glxgears
glxgears.png

Yet scrcpy stalls until ^C is hit:

$ scrcpy --render-driver opengl
scrcpy 3.0.2 <https://github.com/Genymobile/scrcpy>
INFO: ADB device found:
INFO: --> (usb) R*********L device SM_A136U1
/usr/local/share/scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 104.3 MB/s (90396 bytes in 0.001s)
^C
ERROR: "adb push" exited unexpectedly

What's missing?
 
Try workaround in PR 278264. Adb Sideload and adb push/pull is seem to be problematic for now on FreeBSD.
The easiest solution at your link worked for me. Thank you.

scrcpy instantaneously appears after adb shell ls is invoked from a second session about a minute after scrcpy is invoked. Users must wait a minute or two foradb push to complete (without notification). If adb shell ls from a second session also hangs then give it a little more time, open a third session, and invoke adb shell ls from the third session.
 
Back
Top