信息:
问题:
我手机的屏幕坏了,铃声坏了。我想在电脑上镜像手机屏幕,但我做不到。通知必须确认对话:
图像-允许USB调试?我无法证实这一点。屏幕触摸不工作,鼠标也不工作。只有电话工作的侧键
问题:
发布于 2019-03-05 23:29:03
使用以下命令在计算机上使用ADB镜像您的设备
adb shell "while true; do screenrecord --output-format=h264 -; done" | ffplay -framerate 60 -probesize 32 -sync video -更多信息可以在这里找到:https://knowitlabs.no/mirroring-your-android-display-to-mac-or-linux-20b2a7043f85
https://stackoverflow.com/questions/49385881
复制相似问题