Results 1 to 7 of 7

Thread: snap package for scrcpy

  1. #1
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    snap package for scrcpy

    My very first snap !!!

    scrcpy is a great tool for controlling your Android device from your computer but unfortunately there is no simple way to install it on Ubuntu so I created a snap package for it.

    It's in the snap store's edge channel. If you are interested in you can install it (amd64 only for now) with:
    Code:
    sudo snap install --edge scrcpy
    In order to use the app you need adb-support:
    Code:
    sudo snap connect scrcpy:adb-support :adb-support


    It's in the snap store.

    If you need to use the built in adb server, run:
    Code:
    scrcpy.adb [options]
    The current status of the project is: it works for me. So any feedback is welcomed.

    git page for scrcpy: https://github.com/Genymobile/scrcpy
    snap git page: https://github.com/sisco311/scrcpy-snap (Don't expect much; for now is just the .yaml file)
    Last edited by sisco311; November 20th, 2019 at 04:44 AM.

  2. #2
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: unofficial snap package for scrcpy

    A little update.

    I made some progress.

    v1.8 of the package is available from the stable channel of the snap store for amd64 and i386. The git version built from the master branch is in the edge channel.

    Added some rudimentary installation instructions.

  3. #3
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: unofficial snap package for scrcpy

    v1.9 is out with some cool new features and bug fixes: https://github.com/Genymobile/scrcpy/releases

    The snap now auto connects to the adb-support and home slots.

    snaps are updated automatically in the background every day so most snap users should already enjoy the latest version of scrcpy.

  4. #4
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

  5. #5
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

  6. #6
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

  7. #7
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •