Langsung ke konten utama

Mirroring/Screencast Your Android Phone to Your Computer in Linux Mint

  If you want mirroring or screencast your android to your computer or laptop with have been installed linux especially linux mint you must have a usb cable, a packages installed like scrcpy , vlc player for play the sound, usb audio or sndcpy (base on your android version).
Here the step :
  1. In your andriod devices turn on usb debugging you can find in setting - about - software version and tap a view time on build number.
  2. Connect a usb cable both android device and laptop and use the command adb devices in terminal. Allowed a notification on your android device it's contain rsa key. go to terminal, if you see the device connected go to next step.
  3. Run scrcpy by typing this command scrcpy in your terminal. you will see new window with your android view.
  4. Run usb audio or sndcpy if you need your android sound.
 
   If you want mirroring your android wirelessly , follow the next step :
  1. Close/stop the program who running above, but don't disconnect a usb cable.
  2. Run adb devices on terminal. if you see your device listed follow next step. but if no, you can run adb kill-server and run again with adb start-server or with adb devices .
  3. Run command adb tcpip 5555 in terminal and hit enter. the output must be restarting in TCP mode port: 5555 .
  4. Run adb connect your.android.ip.address:5555 . find your ip address in setting - about - status. make sure the output is connected to your.android.ip.address:5555 .
  5. Finally you can run scrcpy and usb audio or sndcpy again.
  Sndcpy must be installed on your android too. see official website for the packages. Type the comment bellow if you have a question.
 
or you can see this video for more 



Komentar