Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.99 KB

README.md

File metadata and controls

67 lines (55 loc) · 2.99 KB

uicy

Introduction to uiCY

uiCY is an Open-Source GUI program based on scrCPY(Genymobile) and sndCPY(rom1v).It can be used to mirror your phone screen + internal audio to your PC(Windows/Linux)through USB data cable. It was made keeping bugdet gamers and streamers in mind whocannot afford devices like Elgato™. Indeed this program cannot give as much quality as Elgato™ but still it serves the purpose i.e. you can easily stream/record at 480p.

Pre-requisite

  • Android 10 running smartphone
    • USB debugging turned ON

You can do this by navigating to Developer Options>USB Debugging You can find the guide here.

  • A USB cable
  • A computer xD -VLC should be installed

Installation

Install on Windows

  • Just download uicy_V1_Windows.zip, extract it, and run uicy.exe
  • Make sure to select vlc.exe(Navigate to the path where you installed VLC and select vlc.exe) while setting up uiCY

You can change later by going into settings

  • Connect your smartphone
  • Voila! Now you can mirror your screen and audio to you PC!

Install on Linux

You will need the following:

  • scrcpy
  • python/python3
  • tkinter
  • adb
  • vlc

Everything can be installed with apt-get and snapcraft through terminal. Make sure you have all these! If anything is missing than use these commands to get them.

  • scrcpy

sudo apt-get install scrcpy

  • python3

sudo apt-get install python3

  • tkinter

sudo apt-get install python3-tk

  • adb

already present

  • vlc

run the install script given in vlc directory

ScreenShots

Windows

photo_2020-08-01_17-00-40 photo_2020-08-01_17-00-44

Linux

photo_2020-08-01_17-04-50 photo_2020-08-01_17-04-54

Credits

First of all huge thanks to Genymobile for scrcpy and rom1v for sndcpy without which this project would be impossible!

GUI is designed by Shashwat(ME xD) [Windows Version] and Yashraj! [Linux Version] Developed under DeRadian

Follow us on Instagram: (I know you won't xD) Shashwat: https://www.instagram.com/jaanijunior_13 Yashraj: https://www.instagram.com/legendofrj10

Got Bugs?

Just create an issue here we will see to it!