0% found this document useful (0 votes)
249 views15 pages

Control Your Android Phone From Your Computer With Scrcpy - Ghacks Tech News

ll need An Android phone. A USB Cable. A computer running Windows, Linux or macOS. USB Drivers. Enabling USB Debugging There are a few steps you need to do before you can start using Scrcpy. First, you will need to enable USB debugging on the phone. It's a hidden setting which you will find under the Developer Options. To unlock it, head to your phone's settings (about phone) and

Uploaded by

xibula
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
249 views15 pages

Control Your Android Phone From Your Computer With Scrcpy - Ghacks Tech News

ll need An Android phone. A USB Cable. A computer running Windows, Linux or macOS. USB Drivers. Enabling USB Debugging There are a few steps you need to do before you can start using Scrcpy. First, you will need to enable USB debugging on the phone. It's a hidden setting which you will find under the Developer Options. To unlock it, head to your phone's settings (about phone) and

Uploaded by

xibula
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

[No root required] Control your


Android phone from your computer
with Scrcpy
by Ashwin on November 07, 2020 in Software - 10 comments

There are many tools available online which claim to mirror your phone's screen on your
computer's monitor. Some of these are online service or closed source programs, some are
premium software.

Forget virtual machines, those aren't easy to set up and can get quite resource intensive.

A friend of mine tinkers with broken phones, and he told me that he uses an open source tool
called Scrcpy to recover data from phones with damaged or non-functional displays. The best
part? It does not require a rooted phone, the program just passes some ADB commands to the
device.

Intrigued by this, I asked him more about it, and came to now that it's a pretty straightforward
application.

Things you will need


https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 1/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

1. An Android phone.

2. A USB Cable.

3. A computer running Windows, Linux or macOS.

4. USB Drivers.

Enabling USB Debugging

There are a few steps you need to do before you can start using Scrcpy. First, you will need to
enable USB debugging on the phone. It's a hidden setting which you will find under the Developer
Options. To unlock it, head to your phone's settings (about phone) and tap on the Android build
number 7 times.

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 2/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 3/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 4/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 5/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 6/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 7/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 8/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 9/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

Note: Some phones may require tapping on the firmware version number instead.

You will see a message on the screen that says something like "You're 4 steps away from
becoming a developer". When 7 taps are done, the message should say "Congratulations, you're
now a developer." Since this is an advanced setting, you may be prompted to enter your device's
PIN number to allow it.

Go back to the previous page, and you should see a new item called "Developer Options". Tap on
it and scroll down till you see the option "USB Debugging", and toggle the switch next to it to
enable the setting.

Connect your phone to the computer using the USB cable. Your phone should prompt you to allow
USB debugging for this computer, tap on the OK button to proceed. If your phone is not detected
by your computer, you may not have the USB drivers for it. Download the Android USB Drivers
from Google's website, extract the archive and install the android_winusb.inf file.

How to use Scrcpy

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 10/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

Download and extract the Scrcpy archive to any folder. Double-click on the scrcpy.exe. Two
windows should open, one of which is a command prompt which displays the status of the
connection, i.e. it shows whether your Android phone is connected or not. You can ignore this
screen, but DON'T close it.

The other screen represents your phone's display. Try using it, you can use the mouse to click on
the buttons, and use the phone. What can you do with it? You may use it for anything you can do
on your phone, use your keyboard to type and send messages, emails, listen to music, watch
videos, etc.

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 11/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 12/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

Close one of the 2 Scrcpy windows to exit the program. That's it, no complex interfaces to mess
around with.

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 13/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

Warning: The 32-bit version of Scrcpy has quite a few detections on Virus Total: 6 to be precise.
According to the developer's comment on GitHub from earlier this year, it appears that it is caused
by MinGW and are hence false positives. You can read more about it here. The 64-bit version of
the program is squeaky clean.

If you want to use Scrcpy wirelessly, refer to this guide by the developer.

Summary

Author Rating

5 based on 2 votes

Software Name

Scrcpy

Operating System

Windows, Linux, MacOS

Software Category

Android

Price

Free

Landing Page

https://github.com/genymobile/scrcpy/
https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 14/15
08/11/2020 Control your Android phone from your computer with Scrcpy - gHacks Tech News

Advertisement

ABOUT ASHWIN

Ashwin has been blogging since 2012 and is known among his friends as the go to tech geek. He
is a self-proclaimed Android expert, a PS4 and PC Gamer, a Firefox fanboy, a Nintendo
aficionado, and an iOS tinkerer

View all posts by Ashwin →

Previous Post: « Create secure passphrases, include custom characters with PasswordGenerator
Next Post: Modify the mouse settings from the command line »

ABOUT GHACKS

Ghacks is a technology news blog that was founded in 2005 by Martin Brinkmann. It has since then
become one of the most popular tech news sites on the Internet with five authors and regular
contributions from freelance writers.
About
RSS Feeds
Legal Information
Terms of use
Privacy Policy
Cookie Policy
Cookie settings
We Use
Martin Brinkmann
Mike Turcotte
Ashwin

The name and logo of Ghacks are copyrights or trademarks of SOFTONIC INTERNATIONAL S.A.
Copyright SOFTONIC INTERNATIONAL S.A. © 2005- 2020 - All rights reserved

https://www.ghacks.net/2020/11/07/control-your-android-phone-from-your-computer-with-scrcpy/ 15/15

You might also like