本文提供了設定和使用 scrcpy 的綜合指南,scrcpy 是一種開源工具,允許使用者從 Ubuntu 環境鏡像和控制其 Android 裝置。它涵蓋了安裝、設備連接的基本步驟
如何在Ubuntu 中運行scrcpy
<code>sudo apt install adb</code>
<code>sudo apt install scrcpy</code>
步驟是什麼在Ubuntu 中運行scrcpy?
<code>scrcpy</code>
授權ADB:
授權ADB:授權ADB:~/.config/scrcpy
授權ADB:config
如果出現提示,請授權ADB在您的Android 裝置上存取。 <key>
<action>
back
控制您的裝置:home
scrcpy 視窗現在將顯示您的 Android 裝置的螢幕。您可以使用滑鼠和鍵盤從 Ubuntu 系統控制您的裝置。 vol_up
<code><key>=<action></code>
~/bin/scrcpy
<width>
設定按鍵對應:<height>
您可以透過建立設定檔來自訂 scrcpy 的按鍵對應。前往 <bitrate>
目錄並建立一個名為
<code>--max-size=<width>x<height> --bit-rate=<bitrate></code>替換為要將操作對應到的鍵,將
、): .desktop
<path>
<code>scrcpy</code>
<code>[Desktop Entry] Name=Scrcpy Exec=<path> Icon=<icon_path> Terminal=false Type=Application</code>配置解析度和位元率:
以上是如何在ubuntu中運行scrcpy的詳細內容。更多資訊請關注PHP中文網其他相關文章!