Mirror Android Screen to pc USB, mirror android on pc
By SCRCPY TOOL
Scrcpy In Windows 7 (32bit & 64bit)
Scrcpy (can call it scrapy) is a new code which lets you Mirror your Android device screen on your Computer or Laptop.
Now, here you might think why this is?
Using Scrcpy you can use the keyboard, mouse to control your smartphone. But, it doesn’t make sense, right? Other apps also allow the same. Here’s what makes it different from the other methods.
It has a very least amount of lags. It will provide the super smooth result.
What is scrcpy?
02. Unzip File and Paste it in C-Drive
Hope you have successfully downloaded the file. The file should have named as ‘platform-tools_r28.0.0-windows.zip’. This is the ZIP file and all you have to do is extract it at the desktop or somewhere else where you would like.Now, simply make a new folder in C-Drive and name it as ‘adb’.
- · Copy all the elements from the extracted folder.
- · Navigate to C-Drive.
- · Make new folder name it ‘adb’.
- · Paste all elements there.
04.
Copy All The Elements and Paste to ‘adb’ Folder in C-Drive
As you complete the download, you should get the file
named as ‘scrcpy-win64-v1.2.zip’. (It could change if the developer changes it.) Again, it
is a ZIP file so you have to extract it.
Once, you have the folder. Copy all the folder elements in the adb folder which you have made already in STEP 2 in C-Drive. The image attached below will make this step simple.
·
Extract ZIP file.
·
Copy all the file elements.
·
Navigate to the C:\adb
·
Paste all the files here.
05. Turn on USB Debugging
Now, you will need to turn on the USB debugging in your
device. The option is present in the developer option.
There are some cases where the developer option is not
available. So, you can simply head over to the ‘About Phone’ screen and tap 7
times on build number. As soon as you will complete the process, you should get
the message says ‘You
are now Developer.’ Now you should get
Developer Options as you go back.
06. Open Command Prompt
We are now in the most important step. Here you have to
compile the Scrcpy code using ADB and computer’s command prompt.
01. Open Command Prompt on your computer.
02. As
you will open a command prompt, by default it will show the directory of C:\Users\…. To go into the ‘adb’ folder we need to give
the command.
03. Type
the following command until
you don’t get the C:\ drive directory.
cd
. .
04. Now type the following command to get yourself in the adb folder.
cd
adb
05. Now, connect your device to your computer using the USB cable. It should prompt for ‘Allow USB Debugging’. Tap on ‘OK’.
06. To check whether your device is connected with your computer or not, type following command in the command prompt.
adb
devices
If you have done everything correctly, it should show details about your device on the screen. That means everything is going perfect and you are good to go.
07. To
start mirroring your device now it is time to apply the final code in command prompt. Type the following code in command prompt.
scrcpy
As you will hit the enter, you device screen should come on your computer display. Now, you can do anything that you want. It will run completely lag free and smooth.
Ask me if You have any problem, The version here is Scrcpy Windows 7 but you can download it for any platform from "Github". the method is same for all.