Monday 18 May 2020

Vysor alternative App : Scrcpy

Hi Guys !!! Hope all is well
Today I am going to discus best alternative app Scrcpy for Vysor. 
As you guys know :-  Vysor lets you view and control your Android on your computer.  But It is not free or open source App. You can only use few feature in free edition App. For more detail :- https://www.vysor.io/

But As we love open source project and software for our day to day use. We need a best alternative app for Vysor. So Scrcpy is best alternative app. It is full loaded with feature and free. Not only free it is open source app. So we can download modify source code as per our requirement.



scrcpy (v1.13)
This application provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. It works on GNU/Linux, Windows and macOS. 
screenshot-debian-600.jpg

It focuses on:
  • lightness (native, displays only the device screen)
  • performance (30~60fps)
  • quality (1920×1080 or above)
  • low latency (35~70ms)
  • low startup time (~1 second to display the first image)
  • non-intrusiveness (nothing is left installed on the device) 
Requirements
  • The Android device requires at least API 21 (Android 5.0).
  • Make sure you enabled adb debugging on your device(s).
On some devices, you also need to enable an additional option to control it using keyboard and mouse.

Get the app
Linux 
Ubuntu (20.04/18.04/16.04/14.04):
apt install scrcpy

Windows

For Windows, for simplicity, a prebuilt archive with all the dependencies (including adb) is available: scrcpy-win64-v1.13.zip

Just download the zip and unzip it. After unzipping Open that folder in command prompt(cmd) and run only scrcpy in command prompt. It will screen cast your connected device in your window machine . Enjoy it using without any tension. 

Note :- If it not detected your connected device in Window 10 then please check Environment path variable . It should be like this 
C:\android_sdk\platform-tools\adb

Thanks
Saurabh 
Happy Coding !!!

1 comment:

Build a Custom Kernel Module for Android

Hi Guys!!!Hope you are doing well !!!. Today I will describe how you can write a custom kernel module(Hello world) for Android and load it a...