Android screen mirroring, free and open source!

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • Want a way to mirror and remotely control your Android display from your Windows desktop, but frustrated by how many of the options out there are either premium or require much setup to work well? Today, I present a completely free and open source option (Licensed Apache 2.0), that allows you to do all these things using software on your PC, and just the developer options on your Android device!
    Visit the Scrcpy github page here:
    github.com/Genymobile/scrcpy
    -----
    Want to contribute to the channel? Consider using the "Super Thanks" feature above, or visit my website at nerdfirst.net/donate to find alternative ways to donate. Thank you!
    -----
    Disclaimer: Please note that any information is provided on this channel in good faith, but I cannot guarantee 100% accuracy / correctness on all content. Contributors to this channel are not to be held responsible for any possible outcomes from your use of the information.

Комментарии • 6

  • @privacyplease243
    @privacyplease243 2 года назад +2

    Thank you for this!

    • @NERDfirst
      @NERDfirst  2 года назад

      You're welcome! Glad to be of help =)

  • @yukiplays5238
    @yukiplays5238 2 года назад

    I am able to mirror but there is not sound coming out from my pc! any tips?

    • @NERDfirst
      @NERDfirst  2 года назад +1

      Hello and thank you for your comment! scrcpy does not handle audio mirroring. There's another application called sndcpy that may be of interest to you: github.com/rom1v/sndcpy

  • @waelhkiri9313
    @waelhkiri9313 7 месяцев назад

    can i automate tasks using mirorring ?

    • @NERDfirst
      @NERDfirst  7 месяцев назад

      Hello and thank you for your comment! While that's not what scrcpy is designed specifically for, I wouldn't see why not - Of course the challenge here is that you only have an image to work with, so you'd have to use some kind of OCR to read off the screen and then more code to send taps to it. Not impossible, but there are some hoops to jump through.