Scrcpy Installation adb service installation adb configuration Check the USB ID of your phone Connect your phone to your computer via USB Find your phone's ID number, mine is 04e8:6860 Creating a device file Change all mkdir ~/.android echo 0x04e8 > ~/.android/adb_usb.ini sudo touch /etc/udev/rules.d/android.rules sudo gedit /etc/udev/rules.d/android.rules In the file enter: SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666" Modify file permissions after saving sudo chmod 777 /etc/udev/rules.d/android.rules Start adb service service udev restart adb start-server adb devices If you have a device, it means it is successful. If not, check whether the developer mode of your phone is turned on. The location of the developer mode of different phones is different. You can search on Baidu Using scrcpy Command line input The interface will pop up How to use scrcpyClick, slide, and long press the middle mouse button to return to the main screenRight click to returnCopy text from computer to mobile phone: After copying on the computer, press Finally, I can use QQ and WeChat on Ubuntu without having to frequently switch between the keyboard and the phone. Summarize The above is what I introduced to you about installing scrcpy in Ubuntu to complete mobile phone screen projection and control (another way to use QQ and WeChat in Ubuntu). I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How to optimize logic judgment code in JavaScript
>>: Detailed analysis of MySQL master-slave delay phenomenon and principle
Table of contents Question: 1. First attempt 2. R...
This article mainly introduces common strategies ...
Table of contents Question: Case (1) fork before ...
The author has been working on a micro-frontend p...
1. HTML Overview htyper text markup language Hype...
Three ways to configure Nginx The first method di...
Table of contents Inheritance and prototype chain...
The first method: dynamically add a class to show...
Preface: I have often heard about database paradi...
Table of contents Overview Hash Properties Host p...
Most websites nowadays have long pages, some are ...
The target attribute of a link determines where th...
Copy code The code is as follows: <div style=&...
The installation of MySQL 5.7 on Ubuntu 1804 is i...
Sometimes when requesting certain interfaces, you...