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
python,python3
sudo apt-get install python
sudo apt-get install python3
tkinter
sudo apt-get install python-tk
sudo apt-get install python3-tk
adb
sudo apt-get install adb
vlc
Use either
sudo apt-get install vlc
or
sudo snap install vlc
prefered snap install.
ScreenShots
Windows
Linux
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
Also a big shoutout to Akshat Gosain & Lokesh Vazirani for testing the alpha builds.
Got Bugs?
Just create an issue here we will see to it!