How to remote view and control your android phone
There may be times when you want to remotely access Android phone from PC. Reasons could include playing mobile games or access apps on a bigger screen or even reply to messages.
Additionally, remote access can help business users or teachers to share emails or presentations on the big screen.Regardless of the reason, you can access your android phone with the help of software. Here’s how.
How to remotely access android phone from pc?
You can consider using a few mobile apps or even web apps to remotely access android phone from pc.
AirDroid
Perhaps one of the most powerful apps that let you control Android from a PC, AirDroid combines several features from other apps. It not only help you manage your messages and notifications but also go in-depth and mirror your screen and mouse. Also, AirDroid costs only $2.99 per month so, you can download other apps to include more functionality.
Vysor
Slightly simpler than AirDroid, Vysor emphasizes screen mirroring. Your developer can even test the app while developing it or simply tweak it with the perfect home screen setup. Vysor also lets you choose between speed and performance depending on your needs.
Vysor offers both free as well as paid versions. The paid version offers additional features like wireless connectivity and full-screen mirroring.
Scrcpy
Scrcpy is an open-source program that allows you to fully control your Android from a PC. You can use either a USB connection or Wi-Fi to pair your phone and Scrcpy will allow screen mirroring and notification management. However, if you want to leverage Scrcpy on Linux, you will have to build your interface from scratch.
Scrcpy is a free program and Windows or macOS users can download ready-made options right from GitHub.
DeskDock
Instead of allowing you to mirror your screen, DeskDock enables you to bring your computer mouse straight to your Android device with total control. You can fire up the app and use your computer’s mouse to test different functions quickly.
While the base sharing is free, you can pay a monthly fee and share a bot more. Additional features include keyboard and clipboard sharing for easier access.
Samsung Flow
Samsung Flow is the best app if you want to remotely access android phone from pc specifically a Samsung phone. You can bring any of your Samsung products into the same fold and share notifications and settings seamlessly. It also allows you to bring your texts over your Galaxy tab and notifications on your laptop or Galaxy Chromebook easily.
If you’re using a new device, consider using Samsung DeX for a wired mirroring experience.
TeamViewer QuickSupport
This is a must-have for any business. It provides tech support right from your laptop to an Android device as long as you have the app and downloaded the desktop software. TeamViewer QuickSupport also allows for file and messages control remotely across all Android devices.
This app is quite different from the other apps. Though it may cost you a little, you will get far more power for your money.
Pushbullet
While Pushbullet does not provide you complete control over your Android phone from a PC, it will put all of your notifications right at your fingertips. Additionally, the app allows you to send and receive files and messages with optional encryption and even use universal copy and paste to manage faster.
Interestingly, Pushbullet allows you to control multiple devices simultaneously. Its free version limits you to 100 messages per month. It will cost you $4.99 per month or $39.99 annually.
How to block downloading/installing Android apps from Play Store?
With the COVID-19 pandemic hitting hard, most people and organizations are relying on mobile devices. So, it is important to ensure that the apps installed on the devices are managed with corporate data as well as the devices.
That said, the main reason to manage apps is to prevent users from installing malicious apps on devices to ensure both productivity as well as security.
If your organization is Android Enterprise configured, you can follow these steps to restrict your employees from installing apps from Play Store on Android devices.
- Configure Android Enterprise
- Purchase apps in the Managed Google Play portal
- If there’s a need to add the purchased apps to the repository, sync MDM App Repository
- Next, distribute these apps to devices and/or groups.
These steps will ensure only those apps purchased via Play for Work and distributed using MDM can be installed from Google Play Store. It will block downloading other apps from Play Store on Android devices.
Without Android Enterprise
- Click on Device Mgmton your MDM console, and select Profiles from the left menu.
- Next, tap on Create Profile and select Android from the dropdown.
- From the policy list, select Restrictions and then select Application from the left menu.
- Now, restrict the option Users can install unapproved apps.
- Save and Publish this profile. Distribute it to devices and groups
Once you’re done with profile association, you can block the downloading of apps from Play Store.
The user will receive a notification stating that the “security policy prevents the installation of this application” once you block apps from being downloaded on Android devices using the Play Store.
These apps will let you remotely access android phone from pc. Figure out what you’re trying to do and what task you need to complete and choose the right app and download it.
Jason Fitzpatrick is the Senior Smart Home Editor at How-To Geek. He has over a decade of experience in publishing and has authored thousands of articles at How-To Geek, Review Geek, LifeSavvy, and Lifehacker. Jason served as Lifehacker’s Weekend Editor before he joined How-To Geek. Read more.
If you’ve ever wished you could see your Android phone’s screen on your desktop or remote control it using your mouse and keyboard we’ll show you how in this simple guide to gaining remote access to your Android device.
Why would you want to gain access? When you’re done with this tutorial you’ll be able to view your phone’s screen on your computer monitor which is great for: putting your Android notifications right along side other notification boxes on your monitor, using it like an on-monitor caller ID, and taking screenshots and screencasts. Also if your phone is rooted (and it should be! rooting unlocks so many great features) you’ll gain the ability to use your computer’s keyboard and mouse to control your Android phone. Remote keyboard/mouse control is great for inputting data on the tiny screen without needing to peck at the on-screen keyboard.
Convinced? Great! Let’s get started.
What You’ll Need
For this trick you’ll need a few things, all of them free (sans your not-free-as-in-beer Android device). Gather up the following items:
- Your Android device
- Your USB sync cable
- Download the Android SDK for your OS here (Windows users should skip the installer and grab the ZIP).
- Download Java-based AndroidScreencast here.
- Optional: If you don’t have Java installed on your system, download it here.
Configuring the Android SDK
For this tutorial we’ll be using a Windows 7 machine but since there is an SDK pack for Windows, Mac OS X, and Linux, and the secret sauce in our tutorial is a Java app, you should have no problem following along regardless of your OS.
The first thing we need to do is configure the Android SDK. There is a Windows installer, we recommend skipping it. There is no need to install the SDK pack and all the extra stuff it wants you to install unless you’re planning on doing Android development (and if you are, you likely already having it installed anyway).
Download the archive and extract the android-sdk-windows folder. Open the folder. Click on the SDK Manager.exe. We have to do a little updating as the new versions of the SDK pack don’t come with some of the auxiliary apps we need. When you run the SDK Manager several windows will open rapidly and look like this:
Take a moment to uncheck everything but the top entry, Android SDK Platform-Tools. We need the tools but we don’t need any of the other SDK development packs (failing to uncheck them means you’ll have to sit through a lengthy download and waste disk space with development images you won’t need). Once the download is complete you can close the SDK Manager.
Checking the Connection Between Your PC and Android Device
At this point you’ll want to connect your Android device via the USB sync cable. Double check your android-sdk-windows directory and make sure you see a folder labeled platform-tools (if you do not, run the SDK manager again and double check that the Android SDK Platform-tools downloaded properly).
Open the directory, inside should be an application named adb.exe. Open a command prompt and drag and drop adb.exe onto it. Type devices as a command switch after the adb.exe, as seen in the screen shot below:
One of two things will happen: one, you’ll get a list of attached devices (as seen above) or two, adb will search for and connect any Android devices it finds. 99% of the errors you’ll run into when linking your device to your computer can be resolved by simply running adb.exe devices when the device is properly connected.
Linking Your PC and Android Device via AndroidScreencast
Grab that copy of androidscreencast.jnlp you saved earlier and copy it to your android-sdk-windows folder. It doesn’t have to be in the same directory but you might as well keep things tidy. Double click on the file and you’ll see a Java loading screen like the one in the screenshot above. The first run usually takes longer than usual so be patient, also if you run into any errors go back and double check that adb.exe devices actually shows your Android device on the device list. Once it is done loading you should see your Android’s screen:
At this point non-rooted phones can see the screen, snap a screenshot using third party tools (there is, sadly, no built in screenshot tool) or can record video of the screen using the built-in screencasting tools. If you have a rooted device not only can you see the screen but you can also interact with it both by clicking directly on the screen and by clicking the function buttons along the bottom of the viewer (home, menu, back, and so on). Both rooted and non-rooted users can use the basic file browser to but for most purposes it is fairly limited and doesn’t add any value to the whole remote view/control mission.
Anytime you want to remotely view or control your device in the future, simply tether it with the USB cable and run androidscreencast.jnlp.
Have an Android hack to share? Let’s hear about it in the comments. Want to know how to do something on your Android phone? We want to hear about that too.
One of the hardest parts of helping your family members manage their devices is when you have to do it remotely. Sitting down and taking their devices in your hands is much easier, but it’s not always an option during the coronavirus pandemic. Instead, here are a few ways to remotely control an Android device using another.
Note: Do not give a stranger remote access to your device. If you are facing a problem that you need help with, make sure that you speak to your friend or family member, and don’t forget to uninstall these apps when you’re done. Do not entertain calls from third parties. Even if you receive an email or message from a friend or family member asking for remote access, call them to verify that the request is legitimate.
QUICK ANSWER
To remotely control one Android device with another, you will need to use apps like AirDroid and AirMirror.
How to remote control an Android device with another
Remote support without complete control
Code on Phone 2
Enter the code in Phone 1
Warning messages on Phone 2
Download an app like AirMirror from the Google Play Store and sign up with an email address. You will receive a verification code to confirm your email address and account. The person you are trying to help will have to install the AirDroid Remote Support app from the Play Store. Once they set up the app, they will see a nine-digit code.
On your phone, go to the Remote support tab and enter the nine-digit code. The person will have ten seconds to accept your remote control access. They will also have to enable screen sharing, but you can chat, send audio messages, and call each other through the app. Once they allow screen sharing, you can talk them through the required troubleshooting.
Remote support keeps control with Phone 2
What we see on Phone 1
This is the best option if you’re looking for remote help on your phone. With remote support, they won’t be able to control your device directly but can see everything you are doing on the phone. Remember to pause screen sharing if you enter any sensitive information like banking and account passwords.
Complete device control
Add a device on Phone 1
Phone 2 added to the list
Required permissions on Phone 2
For complete device control, they will need to download the AirDroid app from the Play Store and sign in with the same account you used to sign up for AirMirror.
On your phone, open the AirMirror app and tap Add device for detailed instructions. But if you’ve signed in with the same account on the AirDroid app on the other phone, you will already see it on the list. Tap the phone name and you will see three options — control, camera, and screen mirroring.
Full control on Phone 1
Using Phone 1 to open app drawer on Phone 2
Camera control on Phone 1
Control will give you complete remote control of the other device. You can swipe up and down, open apps, and type anything, which will happen on the other phone. Screen mirroring is similar to what you get with remote support. Finally, the camera option will let you see through the front and rear cameras of the other phone. Of course, the other person will have to grant the necessary permissions on their phone to allow you to use any of these features.
To end device control, the person on phone 1 will have to tap the exit button (left arrow icon) at the bottom left corner to end the session. If your device is being controlled, you can still use the phone (even though the other person will see what you’re doing) and sign out or close the app to end the session. You should also restart the phone to be sure.
Are there other apps you can use to remotely control your Android phone?
Yes. You can check out our list of the best ways to control your Android phone from a PC. TeamViewer is another excellent app that provides full remote control of an Android phone from another.
home_icon Created with Sketch.
Home > Android Monitoring > How to Remotely Access Android Phone from PC or Other Devices
Updated: Jan 06, 2022 01:45 pm
Sometimes we would need to remote access Android, like, we are busy at work and the phone is not nearby, or we would like to view a specific content from smartphone to a bigger screen of your PC. Or we may want to gain remote access to someone’s Andorid phone without permission, just to know what is happening with them.
Basically, whatever the reasons, the most effective way is by third-party apps. So in the following part, we have listed some great apps in all cases for your reference.
Way 1: How to Remotely Access Android Phone Without Knowing
There are certain situations when you may want to remote access android without permission. These could be monitor the phone of your children or partners and you would not want them to get involved in inappropriate activities online. In any case, the most foolproof way to access someone’s phone secretly is by using the monitor app.
1.1 What is the Monitor App?
Monitor app can be used to give you remote access to all the information you need on the target phone. Once installed, it can work in a stealthy mode and start to upload the data in real time. Then you can remotely access an online control panel on your PC or any other phone without touching target phone again.
KidsGuard Pro for Android is the best monitor app to remotely access Android phone without knowing. Equipped with dedicated monitoring features, it quickly takes over the market and gets recommendations from tech sites like AlternativeTo, NewsBeezer and more.
1.2 Steps to Remotely Access Someone’s Android Phone with KidsGuard Pro
It is very user-friendly and only takes 3 steps to remote acces Android of others. Here’s how to access Android phone from another Android phone or any other device without knowing:
Step 1. Click Monitor Now button below and skip to KidsGuard Pro’s website. Register for KidsGuard Pro with your email address and pick a suitable plan which fits your needs.
Step 2. Then, download KidsGuard Pro Assistant on the target device by visiting via any browser. You can follow the easy on-screen prompts to complete the installation. This step only needs to take 5 minutes.
To better understand how to install KidsGuard Pro for Android, we also offer a 2-minute video. Just check it out below!
Step 3. After finishing the installation, the app will become invisible on home screen automatically and you can go to the web control panel of KidsGuard Pro and wait for the syncing of the Android device. Then you will have access to all the following data of target device.
There are times when you may need to access someone else’s Android phone without them getting to know. The target user can either be your child, your partner, or your employee. Basically, parents may need to remotely access the Android phone of their child to ensure their safety, you may wish to do the same with your partner to make sure that they are not cheating on you, and you may want to access your employees phones to check if they are being productive during the working hours. If you are concerned about any of these situations, this article will be very useful to you. Check out the below methods to know how to remote access Android device without the target owner getting to know.
We recommend Eyezy as the best spy app for android. It’s the most powerful phone monitoring Software on the planet.
1. Remote Access Someone’s Android Phone with KidsGuard Pro
The best way to gain remote access to the Android device and monitor the activities on it is by using KidsGuard Pro . This app comes with powerful monitoring features that allow a user to remotely monitor the target device without the owner getting to know it. With KidsGuard Pro you just need to access the target device once for monitoring it.
This app comes with a set of powerful features that are given below:
- 15+ social media activity records : You can monitor the app like Snapchat, Instagram, WhatsApp, Facebook, Wechat and so on.
- Location tracking : This app is inbuilt with GPS that helps you track the target device’s location remotely. You can even find the location history of the target device through this app. With thegeofencing feature, a virtual boundary can be created and if the target device user crosses this boundary, you would get notified .
- Phone files access : You can gain instant access to all the phone files including call logs, messages, photos, contacts, app activities, keylogger, calendar, browser history, and video thumbnails .
- Remote controlling : You can record phone calls, capture instant screenshots, and take secret photos on the target device without the user getting notified.
- View deleted messages : You can view the messages through the dashboard even if the target user deleted the data on the phone.
After reading the features above, maybe you are still skeptical about the functionality of this tool. So, why not try the function on the free Demo ? KidsGuard Pro will be amazing you.
Steps to use KidsGuard Pro
Use the steps given below to know how to access Android phone from another Android phone using KidsGuard Pro .
Step 1: Use your valid email address to sign up for an account and select a suitable paid plan.
Step 2: Install this app on the target device and make the necessary changes in the settings of the device as per the given instructions. This step may take you few minutes, however, once you finish the installation, the software runs in the background and the data will be updated automatically with the use of the target phone user.
Step 3: Use the username and password for the account to sign in to the online dashboard from any other device and start monitoring the target device.
This is how simple it is to install KidsGuard Pro and remotely access the target device.
Advantages
Here are a few advantages KidsGuard Pro has over other phone monitoring apps.
- As soon as you install the app with the necessary settings changes on the target device, the app goes incognito which means that the target device owner would not get to know about the installed phone monitoring app.
- KidsGuard Pro is available for you for as less a price as $8.32 per month which is almost 3-4 times lesser than its competitors.
- The entire process of installation is easy and takes only about 5 minutes.
- All the data required of the target device gets updated on the online dashboard of the app in real-time which makes real-time monitoring possible.
2. How to Remotely Access Android Phone with TeamViewer
You can access and control the activities on an Android device remotely through your PC by using the TeamViewer tool. If you are someone with basic tech knowledge, you can easily use this tool to remotely access an Android phone. Use the steps given below to know how to remotely access Android phone from PC.
Step 1: Download TeamViewer and install it on your computer. Key in the unique code of the Android device.
Step 2: Download TeamViewer QuickSupport app which is available on Google Play Store on the Android device. Enable all the permissions on the device as requested and enter the unique code you get on your computer.
Step 3: To allow remote monitoring, click “Allow” on the pop-up which appears on the Android phone.
Step 4: After this, you can see the Android phone screen on your computer.
Once this is done, you can remotely access the target Android phone from your computer. One thing you need to note is that this way doesn’t work if you don’t want the target device user knowing you check on her/him. But don’t worry about that, in the next part there is a tool to help you to access others’ Android telephone secretly .
3. The Way to Remotely Access Android Phone with AirDroid
AirDroid is a very common app that is generally used for file transfer and resource sharing between Android devices. However, this same app can be used to remotely access an Android phone as well. Use the steps below to know how to remotely access Android phone using AirDroid.
Step 1: From Google Play Store, download AirDroid app on the target device.
Step 2: Use your login credentials to sign in to the installed app and also turn off the notifications of the AirDroid app.
Step 3: Once done, you can use the same login credentials on web.airdroid.com.
After this you can easily spy on the target Android device, provided the target user does not notice the AirDroid app installed with a different login credentials. When the target user sees the app on his/her phone, he/she will find that you are secretly monitoring. Moreover, you cannot view deleted data through this software. If you have a need for secret surveillance, it is recommended to use feature-rich KidsGuard Pro .
Summary
You may have presumed that accessing Android phone is very difficult due to the security measures taken by the developer. However, with the help of the above apps and tools, you can easily access an Android device remotely. Although all the above methods are effective, the best and the most recommended way to know how to remotely access Android phone is by using KidsGuard Pro .
Devices using the Android operating system are extremely popular across all parts of society. It’s almost certain that at least one of your friends or colleagues uses an Android mobile phone. One of the reasons for Android’s popularity is that the devices can be customized and their functionality enhanced with third-party solutions. An example is USB over network software which enables users to remotely access Android devices over the Internet or a LAN. If you know how to access an Android phone remotely from a PC you can turn it into a much more powerful device.
Android devices offer multi-tasking functionality and are integrated with Google services, making a mobile phone capable of much more than phone calls. When using your devices to access Google docs or other services you might want to connect the device with USB over network software so you can access printers, webcams, or scanners attached to remotely located PCs. Android phone remote access can also be very important to allow technical support specialists to resolve a problem with your device from across the country. With a USB over Ethernet connection, you can easily get to the contents of the phone remotely from a network-attached computer.
USB Network Gate
How to connect to Android phone remotely with USB Network Gate
Remotely accessing USB devices attached to an Android phone
Using this application dedicated to remote Android access, you can share all of the USB devices that are connected to the device with an OTG cable. The USB devices will be seen on your computer as if they were locally connected and be available for your use.
In order to use your Android device to share an OTG connected USB device, perform the following procedure:
Apps for Android Remote Access
The ability to gain remote access to your personal computer can be extremely important in many situations. Business demands may require you to be away from the office and your computer. At the same time, you may need to retrieve information that resides on the machine while you are with a client or at a customer site. This is a rather trivial issue if you have a laptop on hand, but that may not always be the case.
Based on your business or personal needs, your smartphone may be the only tool available to you when you have to access a remote computer. You might need to check on a process that is currently running or quickly grab some important data for an upcoming meeting.
Choosing the right Android remote management app can be problematic. Using the limited screen space of a smartphone can pose challenges when you are attempting to manage a remote desktop. You may also desire to control an Android phone from your PC.
All of these solutions are free for personal use, although TeamViewer requires a license if used to provide support. They all run on the Android platform and some of the apps also have iOS versions available.
FlexiHub for Android
USB over IP is a versatile communication application that supports Windows, Mac, Linux, and Android platforms. It offers cross-platform functionality that lets you use your account to connect systems regardless of the operating system they are sunning. You can set up your Mac to share USB traffic over IP and connect to it with a Linux machine as an example.
FlexiHub enables you to set up shares of USB peripherals via remote access to Android devices. You can share USB devices connected to your tablet or smartphone with any network-attached computers.
FlexiHub for Android is a server-only solution. What this means is that you can share local peripherals from your Android device but cannot set up remote access from your Android phone to other shared equipment.
Here is a short video that demonstrates using FlexiHub for Android:
2. TeamViewer
The remote tool that I find myself using more than any other is TeamViewer. It’s open on my Android smartphone just about all the time. This versatile app lets you transfer files between your computer and Android device as well as manage the machine remotely. Some of the features of this app are its multi-touch support, automatic screen quality adjustment, and friends list to maintain contacts. You can take advantage of the app’s 256-bit AES security and 1024-bit RSA key exchange. Using this application allows you to access computers that are behind firewalls. It’s a free tool for personal use. You will need to make a financial investment in a license if you plan to use this tool as part of a technical support environment.
While there is no shortage of Android to Android screen share apps, but if you want to gain complete control over someone’s smartphone, the options are pretty limited. Enter Anydesk; a simple Android app that not only lets you remotely control other Android from your own smartphone but also lets you type on the remote Android device. So, you can change settings, install an app, and pretty much do anything on the remote Android device.
Why AnyDesk?
While you can also choose TeamViewer to access Android Phone from another Android. However, there are a couple of problems with TeamViewer.
- TeamViewer doesn’t provide touch access on a few new Android devices like Pixel 3 and Redmi 8A Dual
- TeamViewer requires you to download different apps and modules which make the process confusing
- The unattended access feature on TeamViewer is paid.
With that said, let’s get to the process.
Step 1: Remote Device
Foremost, you would have to install AnyDesk on both the devices. The device we want to control is the remote device and the device controlling it called the host/your device. The black screenshots are for the remote device whereas the white screenshot is for the host/your device.
We are assuming that the remote device is with your friends/ family. So, first up, ask your friends or family to install the AnyDesk Remote Control app on their Android.
Once the app is installed, open it and they’ll have a pop-up asking to install “AnyDesk Control plugin“. We need this plugin in order to provide remote access to the Android device. Hence, tap on “OK“. Next, tap on “Install” to install the plugin.
After installing the plugin, head back to the AnyDesk app. Again, you’ll have a pop-up asking for accessibility permissions to the AnyDesk plugin. Accessibility permissions are needed to control the screen action. Tap on “OK” and it’ll launch the Accessibility settings page on your Android, here tap on “AnyDesk Control Service AD1“.
Next, tap on the toggle beside “Use Service” to provide Accessibility permission. You’ll get a pop-up providing a brief about the permissions provided to the app. Tap on “Allow” to continue.
After providing the Accessibility permissions, head back to the AnyDesk app. You’ll have a 6-digit Address that you need to share with the other person in order to connect to your device. To do that, tap on the three dots or meatball icon beside the 6-digit Address and tap on “Copy address“.
Next, you can just paste and share the 6-digit Address through any of the messaging apps.
Step 2: Your Device
Now, on your own Android device, install the same AnyDesk app. Yes, it’s the same app as before, however, we’ll configure it diffrently on the host device.
Once you open the app, similar to the remote device, you’ll be asked to install the AnyDesk control plugin. But, since we don’t want to control our own device, we won’t be requiring this plugin. Hence, tap on “Cancel“. Next, enter the 6-digit Address from your friend’s device within the textbox just below the Remote Address label and tap on the “Arrow” icon to connect.
Next, on the other Android device, you would receive multiple notifications to allow the connection. First, tap on “Start Now”. On the next pop-up, tap on both the checkboxes and tap on “ACCEPT”. Finally, tap on “ACCEPT” to start the remote sharing.
Remote Device:
Now, on your device, you can see your parent’s or friends’ screen. AnyDesk provides a pie launcher on the right-side. In case you don’t know, a pie launcher is something that expands the options once you tap and hold on it. The launcher lets you switch the input from touch to the mouse, keyboard, etc. You can also disconnect the connection from the same pie launcher.
Additional Features
Whenever a connection is being initiated, AnyDesk requires you to keep the app. In case you don’t, the connection fails. However, if you want to bypass this restriction, AnyDesk also provides “Unattended Access”. Just below “Your Address”, you have a small link saying “Set password for unattended access”. Tap on it and set up a password.
Henceforth, and Android device with the password can connect and control your device without your attention. This can also be dicey and hence, I recommend you share the password only with known ones. Or, just turn this option off, once the work is done.
Closing Words
Apps like AnyDesk and TeamViewer QuickSupport has also led to a lot of mobile scams. Hence, I suggest you uninstall the app from your friends or parents’ device once the job is done. For more issues or queries, let me know in the comments below.
When you’re sitting at your desk trying to get some work done, your Android device can be a big distraction. If a text comes in, you have to pick up your phone, unlock it, then respond with the clumsy touch screen keyboard—and by then, you’ve probably forgotten what you were doing on your computer.
Thanks to an app from developer cafehouse, these issues are now a thing of the past. Instead of all that juggling, when you plug your phone into your Windows PC, you’ll be able to control every aspect of Android’s UI with a dedicated window that mirrors your phone’s display. It even accepts mouse and keyboard input, so now, your phone and computer will be more integrated than ever.
Requirements
- Windows PC
- Android device running 5.0 Lollipop or higher
- USB data cable
Step 1: Enable USB Debugging
First up, you’ll need to enable the hidden “Developer options” menu on your Android device so that you can turn on “USB debugging.” We covered that process at the following link, so head over there if you haven’t already done so.
Step 2: Install ApowerMirror on Your Android Device
There are actually two pieces of software that make this all possible—one is installed on your Android device, and the other is installed on your Windows PC. So to start, install the ApowerMirror Android app from the Google Play Store.
Step 3: Install ApowerMirror on Your PC
Over on your PC now, download the ApowerMirror companion app for Windows. Once you’ve got the installer file downloaded, simply launch it and follow the prompts to get the software installed.
Immediately after installation, you’ll be asked if you’d like to purchase the pro version of ApowerMirror. This is not required for the app’s main functionality, so you can click “Trial” to continue with the free version. Finally, you’ll be prompted to connect your phone to your computer with a USB data cable, so do just that.
Step 4: Enable Notification Mirroring (Optional)
At this point, you’ll get a chance to enable notification mirroring, which is a feature that displays your Android notifications right on your Windows desktop. If you’d like to turn this on, click the “Enable now” option when prompted.
From there, enable the switch next to the ApowerMirror option, then hit “Allow” on the subsequent popup.
Step 5: Control Your Phone from Your PC
At this point, you’ll see ApowerMirror’s main interface, which is a phone-shaped window that displays a live feed of your Android’s screen. You can click this interface with your mouse or touchpad, and it will respond as though you actually touched the screen on your Android device. In other words, you can fully control your Android device using the mouse and keyboard on your Windows computer.
There’s a menu bar on the side of this window that lets you quickly take screenshots or record your screen. And if you open an app that launches in landscape mode, the Windows interface will rotate accordingly. This makes it a perfect interface for playing mobile games on your desktop, or simply controlling your Android device without interrupting your workflow on the computer.
Keep Your Connection Secure Without a Monthly Bill. Get a lifetime subscription to VPN Unlimited for all your devices with a one-time purchase from the new Gadget Hacks Shop, and watch Hulu or Netflix without regional restrictions, increase security when browsing on public networks, and more.
Have you ever wished to display mobile games on PC and play them with the mouse? Have you ever dreamed of controlling Android by using a computer with keyboard and mouse? We now enter into an age when people have developed many sorts of methods to solve the problem. This article will introduce two of them which can help you to control Android from PC. Check out more details below.
How to Control Android from Computer
1. Simple Tool – ApowerMirror
You don’t want to miss this convenient method ApowerMirror, which is a powerful program specialized in streaming phone screen to the desktop and controlling Android from PC with mouse and keyboard. Meantime, this program enables you to enjoy the identical experience when using a phone but combines it with the advantages of the larger computer screen. Before you use this tool, there are some steps for you to follow.
Control Android from PC via USB
- Install the application on your computer.Download
- Be sure you have enabled USB debugging on the mobile device. Then connect your Android device and PC via USB cable. If you receive a notification box asking for your permission to install this app on your phone, tap “Accept”.
- Once downloaded and launched, the program will notify you with a window popping out. Choose “Don’t show again” and hit “START NOW”. With all these measures done, the program is activated.
- Before you enable this function, you will get a warning to enable notification function. If you want to activate it, tap “Enable now” and follow the steps in the picture below.
- After the successful connection, now you can control Android screen from PC.
Connect Android to PC via WiFi
You can also control Android from PC via WiFi but do note both devices should connect to the same network. Launch the application on Android device, choose “WiFi Connection” mode and hit “M” icon. Then select the device name with “Apowersoft” inside. Your phone screen will soon be cast on PC.
Note: if controlling mode is not enabled, don’t worry! You will see a notification once connected, asking you to plug in the USB cable to connect devices again. Just follow the instruction to enable controlling mode.
So what do you plan to do after enabling this function? Multiple choices are available when facing a larger screen. It will be perfect to enjoy movies with family or play games on PC. By employing the keyboard and mouse, you can smoothly type anything while sending SMS or WhatsApp messages. During the process, this tool makes it easy to take screenshots and record screen history. By the way, suppose that you’d like to stream audio to PC, it works if your Android supports Chromecast. Without Chromecast, you can also install Google Home in the application store.
2. Powerful App – MirrorGo
MirrorGo is a popular method to control Android from PC. Mirroring Android screen on desktop, users could make use of keyboard and mouse to realize excellent experience. Users will also enjoy the notifications of the mobile device on PC simultaneously as long as you switch it on.
- Visit the MirrorGo official website and download this program on PC.
- Launch the program on PC and connect Android to PC via USB cable. After a while, the app will be installed automatically.
- Once the connection is built, you can take full control of your Android device on computer.
Apart from the main function in controlling, this tool allows users to transfer data from PC to phone by dragging files into the appointed area.
Although MirrorGo has rich functions, some users complain about its unsteady performance. What’s more, everytime you open the app, annoying ads will appear.
Bottom Line
Now you may know what these apps can do and how to employ them. Both programs need improvements in some respects, but their powerful functions must have impressed you a lot. Probably you can’t wait to have a try. Follow the steps above and pick up one choice which best suits you.
When we are facing Android problems, we are likely to seek help from the support team or the developer of the program. But sometimes, it may not be easy to use words to make them understand what we are encountered with. And in some situations, even screenshots could hardly depict the problems. On the other hand, when the service group replies us with the solutions, we may also have difficulty fixing it. What should we do? Don’t worry! Below we will learn some great software to remote access Android phone from computer. With them, we can easily get rid of disturbing Android issues.
Awesome Ways to Remote Access Android
1. ApowerMirror + join.me
ApowerMirror is a screen mirroring application, which could show your Android and iOS devices on the computer screen. This software is available for Windows PC and Mac. It supports the full-screen display. Amazingly, it could do more than streaming phone to the computer. For Android users, you can fully enjoy playing Android games and control your phone on the computer. And due to this awesome function, you can remote access Android phone with ease.
- Download and open the software.Download
- Connect your Android device to PC via a USB cable. Allow the computer to access your mobile phone.
- After the connection completes, tap “START NOW” on your smartphone.
Now, you can use the mouse and keyboard to control Android from PC. However, there is one more thing you need to do – get a tool to control PC from PC remotely.
join.me is a program which you can use in meetings. However, it allows you not only to display your PC screen on others’ computer monitors, but also chat through it with sounds and words. Moreover, you can give permission to let others control your PC, thus, the tech support team can remote access Android to solve issues on your phone from their computers.
- Both you and the tech support staff need to browse and create a free account.
- After registration, you will have your personal link, and then click “start meeting” on the web and install the application.
- Once you open the program, send your code to the staff and ask him to enter code below “join meeting”. And on your side, click “Allow” to start screen sharing.
- Click “Tools” on the software, and enable “Share mouse control”.
The staff can remote access Android from his computer and do some analysis on your mobile.
2. TeamViewer
TeamViewer is a program that could help you fix the problems of devices remotely. In that case, technicians could figure out what happened to your computer or phone, and come up with the solution in time. Also, you can view their operations, and don’t need to worry about personal information leakage. Suppose you want to get technical support from others, you need to:
- Install and run TeamViewer QuickSupport on your Android phone. And the opposite side, which is called Partner in TeamViewer, should get the desktop version on his PC.
- On the app you will see your ID. Send it to your partner.
- After he types in your information into the input box below “Partner ID” and click “Connect to partner”, you will see a prompt on your device. Tap “Allow”.
- To remote access Android from PC, he needs to click “Remote control” on the upper left side of the software window. And you need to accept this request on your phone.
Now it is possible to troubleshoot your Android phone. And you can use these methods to teach your parents or grandparents how to use smartphones step by step and solve the problems on their devices, even if you are far away from them.
The tools mentioned above are great to employ. You can choose your preferred one. And if you are in a support team, we recommend the first way, as it could remote access Android phone from computer, and share PC screen with other computers, so you can discuss the problem with others together. And if you just need an application for personal usage, you can feel free to choose either of them.
Contents
What is remote assistance and why support Android devices over the network?
The remote assistance is the process where a support specialist accesses customer devices over the network and helps resolve issues via the computer instead of dealing with clients in person.
If a customer has a problem with, let’s say, an Android tablet, this method relieves them of the need to transport the malfunctioning device to the service center. A technician can simply connect to the device across the Internet and access it like the gadget was attached directly to the specialist’s computer.
This helps to increase customer satisfaction. And creating an environment where customers feel prioritized and cared for is the primary goal of any service center. Offering the remote support option is probably the simplest way to achieve this.
In view of the growing number of Android users all over the world, today remote assistance for Android devices becomes one of the most critical tasks.
Best apps for remote support of Android devices
Thankfully, there are lots of remote support applications, tools, and services that allow techs to remotely access and control Android devices without any difficulties.
In this article, we’ll have a look at some of the most popular and efficient ones. All of these software solutions work fine with almost any version of Android OS on most devices and gadgets. The applications we’ll highlight below are ideal for those who want to connect to remote gadgets fast and securely over any distance.
So, let’s look at the useful and powerful applications for mobile device remote support and repair.
HelpWire
We’ll start with the app that takes the leading position in the market of remote support tools – HelpWire.
HelpWire is a custom solution developed by Electronic Team. The app is based on a unique port virtualization technology that allows redirecting Android devices over the network so that an expert can access them on the local PC.
HelpWire works equally well across LAN, Ethernet, WiFi, and the Internet. One of the major advantages of the software is that it’s extremely easy to install and use.
Still wondering how to remotely support an Android phone? Here’s a simple step-by-step instruction:
The key advantages of HelpWire:
Boomgar
Boomgar is another advanced remote diagnostics software that enables remote control over Android devices made by Samsung, HTC, and Dell. What this tool does is lets you see the screen of a remote device so that you can provide troubleshooting and remote assistance for Android tablet, phone, etc.
The powerful Boomgar features include:
Boomgar allows full screen-sharing and offers remote support of an Android phone from a PC (Windows, Mac, or Linux). This solution makes it possible to access programs on a remote Android phone and type and click as if the tech specialist is holding the device in their hands.
TeamViewer
TeamViewer QuickSupport is a handy solution for remote support of Android-based and iOS devices. This tool provides remote access to mobile devices through TeamViewer software and helps to troubleshoot users’ problems from a remote location.
The application is designed for mobile operators, technical support services, system administrators, etc. It significantly facilitates the work of technical support teams at the same time improving the quality of the service they provide.
With this dedicated program, an IT professional can connect to and remotely support Android devices from his own computer. It’s even possible to delete applications and terminate processes on a remote phone, tablet, or any other gadget.
In addition, TeamViewer QuickSupport offers device management and full remote access to the display for Sony, Medion, Alcatel One Touch / TCL devices.
The core capabilities of the solution:
Bottom line
There’s plenty of software tools for remote support of Android phones from PC. In this article, we highlighted the ones that have gained the most popularity among providers of remote device diagnostics and support.
If you need a solution that will not only reliably establish a connection over the network but make the process of remote assistance as simple as possible, HelpWire seems to be the best choice.
This custom product offers absolutely unique technology which gives tech specialists much-desired flexibility in implementing the solution in their service centers.
A new feature in Android 12 will work with over 80 million TVs.
Contributing Writer, ZDNet
Jason Cipriani is based out of beautiful Colorado and has been covering mobile technology news and reviewing the latest gadgets for the last six years. His work can also be found on sister site CNET in the How To section, as well as across several more online publications.
One announcement followed another at Google I/O on Monday, including a major redesign to Android 12 , Google’s operating system for nearly 72% of the world’s phone users according to Statista. For example, notifications are getting a new look, there are several new privacy features — including a dashboard — and it’s going to be better integrated with Google’s Chrome OS platform.
As part of the bundle, Google is giving Android users more control of devices within its own Android TV ecosystem. More specifically, Android will soon feature a built-in TV remote app that makes it possible to control TVs using only your phone. (You won’t need Android 12 to use it, too.) With over 80 million Android TV OS devices, it makes sense that Google would want to improve the overall experience with such a valuable feature.
The next time you lose your remote control, you won’t have to stress — just open the new remote app and keep on streamin’. Here’s what you need to know.
How do I get the new Android TV remote feature?
Google will release the Android remote feature for devices running Android 11 and up. That includes the freshly revealed Android 12, which right now is only available through the public Android 12 beta . Google has said the remote feature won’t make its debut until later this year.
Here’s what the remote app looks like and how you can use it.
How will my phone work as a TV remote?
From the announcement, the Android TV remote feature looks a lot like the Apple TV remote app on the iPhone and iPad.
The top of the interface is a blank space that’s used as a gesture pad, where you can swipe and tap your way around Android TV. Move between apps, select a show or go back to the home screen with the onscreen controls. It looks like buttons to control volume and power are also included in the app.
But my favorite part isn’t being able to get around Android TV, it’s the ability to use your phone’s keyboard to type usernames and passwords, or search for shows. It’s going to save everyone some time and headaches.
I can’t wait to get my hands on the new remote feature; hopefully, it’ll happen sooner than later.
Which Android phones are compatible?
You’ll need specific hardware for the new Android remote to work with your TV, but odds are if you have a newer Android phone and an Android TV OS device, you’ll be just fine. Here’s what we know so far.
- Devices running Android 11 and above will have the app built in once it’s launched.
- Almost all Android TV OS devices will have support for the remote tool built in.
That’s it. As long as you have a phone with the TV remote app and a TV running the Android TV OS, you’re good to go. Note that your Android TV OS device will need to have a system service called “atvremoteservice” installed. Some older Android TV OS devices (it’s unclear which) won’t have access to the required service. We’ll have to wait until the feature launches for more information, but from my understanding, nearly all Android TV OS devices will work with this feature.
See also
- Google I/O 2021 live updates
- After a year of chaos, Google aims for normal at I/O 2021
- Google and Samsung unite to reboot Android watches, with a dose of Fitbit too
- Android 12 gets biggest design change in years: What’s new
Want to know more about everything Google announced at I/O 2021? Check out or Google I/O roundup . If you’re interested in testing Android 12, you can do that right now . Here are some of our favorite features in Android 12 that you’re sure to love as well.
- Tweet
- Post
- Share
- Send
- 0
I wanted to mirror my Android phone on my desktop using USB, but I didn’t want to install an app on my phone or subscribe to a service to do it.
And I succeeded!
There’s a free, open-source tool designed precisely for the purpose of viewing your phone screen on your laptop or desktop PC.
In this post I tell you more about the app, where you can download it, and how to use it on Ubuntu & Linux Mint.
Scrcpy: See Your Phone Screen on a PC
Do more than just see your Android phone’s screen on your PC: interact with it using a keyboard and mouse
‘Scrcpy‘ is the tool in question. It lets you mirror an Android device to a PC desktop (in my case a Linux PC). We’re talking a free-floating window on a Windows, macOS or Linux computer here, and all entirely for free!
But what if you want to do more than just see your phone’s screen on your PC. Can it do that too?
‘Scrcpy’ lets you interact with your phone using your computer’s keyboard and mouse (or, if you’ve got one, a touchpad or touchscreen).
It’s kinda crazy the opportunities this opens up.
For example, you can use Scrcpy and a full-sized physical keyboard to tap out a ranty/witty Instagram comment or email; use your mouse to swipe, sift and sort through Snapchat’s terrible interface; record yourself beating a difficult level in a popular game; and much more.
Scrcpy is especially useful for Android app developers who want to test, debug or screencast their software. The app even let you to to drag and drop .apk files from your desktop on to the app window to install it on your phone.
Versatility is what makes Scrcpy a utility that developers will want to add to their software toolbox, and keep coming back to. Regular users will want to play around with it too.
And the fact that it is free, open-source software?
Well, that just adds to its appeal.
Display & Control Android over USB
Scrcpy is created by the team behind Genymotion, a popular Android emulator but it is not an Android emulator itself. It doesn’t not “install” Android on your desktop PC, or make a copy of it, or anything else.
As the Github project page explains, the app is designed to: “…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.”
Now, this sort of functionality isn’t new. Apps like Vysor and AirDroid also offer Android screen mirroring on a PC, albeit (often) at a cost.
Scrcpy is 100% free. It gives you a high-resolution “mirror” of your phone’s screen in a floating window. You can freely resize and fullscreen this window and you can chang or lock the orientation if needed.
Interaction happens in “real time”. There’s is not, in my testing, any perceptible delay or stuttering while using it.
Does Scrcpy do everything rival apps can? No, but it does enough. That makes it a viable, reliable, and free alternative to Vysor et al.
And while tech like Chromecast and Miracast mean that it’s never been easier to cast the content of your smartphone to a nearby screen it’s useful being able to interact with what you see without needing to paw a touchscreen!
Scrcpy System Requirements
To see your Android screen on the Linux desktop to interact with apps or content, record your phone screen, or perform other basic tasks, you can — and you already have everything you need to do it!
First thing: Android.
To use Scrcpy your smartphone or tablet must be running Android 5.0 or later. You must have developer options > USB debugging enabled.
To enable developer options in Android just go to Settings > System > About Phone and continually tap the build/version number listed until a notification appears.
And that is pretty much only hard requirement, provided you’re happy to attach your smartphone to your Linux machine using USB.
To use the Scrcpy wireless display feature requires the android-tools-adb package on your Linux desktop. You’ll connect to your phone over adb (which involves entering IP addresses; see Scrcpy docs for more).
Since whole thing “just works” over USB, it’s what I choose to use.
Benefits of Scrcpy
Scrcpy’s focus is on being lightweight and performant. It touts high frame rates and low latency.
The tool is also non-intrusive; you don’t need to be root, there are no apps to install on your phone, and no extraneous extensions to install on your desktop.
Plus, as noted by XDA Developers, the latest version of Scrcpy even lets you mirror your phone’s screen when the display is off! Earlier versions couldn’t do this.
Scrcpy works by running a server on your Android device, which the desktop app communicates with using USB (or wirelessly using an ADB tunnel).
In short, Scrcpy is a terrific way to view your Android screen on your computer without almost zero-effort, and interact with it in real time.
Scrcpy Features at a glance:
- Does not require root
- Available for Windows, macOS & Linux
- No app required required on phone.
- High resolution mirror
- Type using your computer keyboard
- Clipboard sync
- Interact using your mouse
How to Install Scrcpy on Ubuntu
Scrcpy is free, open-source software available for Windows, macOS and Linux. You can find a variety of downloads on the ‘releases’ page of the Scrcpy GitHub:
You can install Scrcpy on Ubuntu as a Snap app from the Snap Store:
You can install Scrcpy on Ubuntu as a Snap app using snapd and the following command:
Ensure your Android device has USB debugging enabled (see ‘requirements’ section above for details on how to do that), attatch to your Linux PC or laptop using a USB cable, and then launch Scrcpy from the command line:
- Tweet
- Post
- Share
- Send
Home » News » How to Mirror & Control Your Android Phone from the Ubuntu Desktop
Version: 3.7.1.44443 code 1044443
Share to
The description of VNC Viewer – Remote Desktop APK
VNC Viewer remote desktop
VNC® Viewer turns your phone into a remote desktop, giving you instant access to your Mac, Windows and Linux computers from anywhere in the world. You can view your computer’s desktop remotely, and control its mouse and keyboard as though you were sitting down in front of it.
Just visit realvnc.com and download VNC Connect remote access software to each computer you want to control. Then sign in to VNC Viewer on your device using your RealVNC account credentials. Your remote computers automatically appear; simply tap one to screen share.
Alternatively, you can connect directly to VNC Connect with an Enterprise subscription or VNC-compatible software from third parties by entering the remote computer’s IP address. Note that you may need to configure firewalls and port forward routers.
VNC Connect password-protects each remote computer out-of-the-box (you may need to enter the same user name and password you use to log in to your computer). All sessions are then encrypted end-to-end.
During a session, your device’s touch screen serves as a trackpad to give you precise control of the remote desktop. Drag your finger to move the remote mouse cursor and tap anywhere to left-click (other gestures such as right-click and scroll are explained in-app).
RealVNC® are the original inventors of VNC remote access technology, and we’re confident you’ll love what VNC Viewer has to offer. If you’re still not convinced, check out our reviews!
– Connect with ease via our cloud service to a remote desktop.
– Backup and sync your connections between all your devices by signing in to VNC Viewer on each one.
– A scrolling bar above the virtual keyboard includes advanced keys such as Command/Windows.
– Support for Bluetooth keyboards and mice.
– Free, paid and trial VNC Connect subscriptions available.
We’d love to hear from you:
[email protected]
Better still, leave us a review!
RealVNC and VNC are trademarks of RealVNC Limited and are protected by trademark registrations and/or pending trademark applications in the European Union, United States of America and other jurisdictions. Protected by UK patents 2481870, 2479756; US patent 8760366; EU patent 2652951.
Did you drop your phone? Are you now left with the smashed and unresponsive screen? Yes, you can’t control your device now to send messages or make calls or to recover some of your saved sensitive data with a broken screen. However, still, it’s not time to say goodbye to your device. Even though you are facing problems using your phone, there are ways you can control Android with broken screen from your PC with the help of some tools. Here we have introduced the best 2 methods you can try to control broken screen Android devices. Read on to find out.
Mirror Broken Android Screen to Computer
The most effective method which we have found to control broken Android from PC is through installing and using the AceThinker Mirror app. You can download and launch this app on your MAC OS or Windows to control broken screen Android with a PC using a mouse and a keyboard. You can also use AceThinker to mirror your mobile screens and stream videos, music, and games on larger display units. If you tap on your smashed screen and it responds a bit, then it will be convenient. However, let’s see how you can make the most of this app to control Android with a broken screen from PC and fix the horrific situation.
Step 1 Install the AceThinker Mirror on your PC
Try it for Free
Mac OS X 10.10 and above
Start with downloading and installing the AceThinker Mirror on your PC by clicking one of the “Download” buttons below. Then, start the program after completing the installation process. Also, make sure that both device are connected with the same Wi-Fi connection.
Step 2 Connect via USB cable
Get your USB cable to connect your broken Android with your system. The connection process will complete within a few minutes.
Step 3 Begin mirroring your broken Android to PC
The “Start now” option will pop on your Android screen. Now you need to tap on the option to start mirroring your Android screen on your PC. This way, you will be able to control a broken android with a PC using a mouse and a keyboard.
Use Samsung SideSync If You’re Using a Samsung Phone
If you smashed the screen of Android from Samsung, then this app is your knight. Samsung SideSync works the same as the AceThinker Mobile mirror app does but for Samsung devices only. Thus, use Samsung SideSync to control broken android screens from PC by casting and mirroring your Android screen and doing all the mobile operations like sending messages, making calls, working on data, listening to music, or watching videos with a keyboard and a mouse. Yes, it is a drawback that this app is not compatible with the Androids from other companies. Also, this app works effectively with active USB debugging mode. Let’s see how you can employ this incredible app to control broken screen Android from PC.
User Guide
- Search on the internet for desktop version of SideSync. Download it and install it on your system.
- Use a data cable to connect your Android with your PC.
- Let your system recognize your Android. The process may take a few minutes. Your system will then launch the app automatically.
- You will see a small menu window popping up on your screen. Click on the option of ‘phone screen sharing’ and proceed with mirroring your Android screen on your PC.
Conclusion:
Losing our phone can freak us out as we keep most of our sensitive data on Android devices. It is such a relief to have such applications available that let us broken screen android from PC. God forbid if you get in such a situation, then go for these apps and recover your data yourself. Please tell us if you have any suggestions or help us to update and upgrade our tips if you know any other practical technique to control broken Android from PC.
By Avram Piltch published 10 August 13
Look ma, no hands! With a simple VNC (Virtual Network Computing) app on your Android phone, tablet or mini PC, you can control your mobile device from a browser window on your Windows computer. Though the performance of this remote login is too slow for serious work or play, there are a few reasons that you might want to control an Android device from your PC.
When you’re entering complex settings such as your email server name and password, it’s sometimes easier to enter a lot of text with your computer’s physical keyboard, which is available under VNC. With VNC, you can control an Android device on the other side of your house, setting an alarm on the phone that’s charging in your bedroom while you sit in the livingroom. Best of all, if you want to turn your Android mini PC into a server, you can control the stick from your laptop, without even having to plug it into a TV.
Here’s how you can control an Android device from a Windows PC.
1. Install VMLite VNC Server ($7.99) on your Android device (phone, tablet mini PC). If your device is rooted, you can try a free alternative such as Droid VNC Server, but if not, VMLite is your only real choice.
3. Enable USB debugging on your phone. You can find the USB debugging setting under Developer Options in the Android settings menu.
Note: If your phone doesn’t have a Developer Options submenu under Settings, you can make one appear by navigating to Settings -> About Device and tapping on the Build Number five times. Many newer phones such as the Galaxy S4 come with their developer menus hidden by default.
4. Attach your phone to your PC. Your computer will attempt to install ADB (Android Developer Bridge) drivers for your phone. If it fails to find them, you may need to download the appropriate drivers from the manufacturer.
5. Install and launch the VMLite Android App Controller on your PC. You can download it from vmlite.com.
6. Click the Start VMLite VNC Viewer button in the App Controller program. If your phone is rooted, you can simply launch the VMLite VNC Server on your phone and hit the Start button in it.
The VMLite VNC Server app will launch on your phone with its server started. If the server does not start, you may need to try again and make sure you have the right ADB driver.
7. Establish a connection between your PC and Device in one of two ways:
A. Click USB Connect and OK when the app controller prompts you for port numbers if you plan to keep your Android device plugged into your PC.
B. Unplug your Android device and connect it to the same Wi-Fi network as your PC in order to establish a wireless connection.
8. Navigate to the VNC server’s address in your browser. If you are connected via USB, navigate to or, if you are connected via Wi-Fi, enter the IP address displayed under “Browser:” on your Android device.
If you prefer a standalone application, you can install a free VNC client such as VNC Viewer and use the address under “VNC viewer” to connect.
9. Click Start HTML VNC Viewer or Start Java Applet VNC Viewer on the web page which appears in your browser. The HTML VNC Viewer runs in a tab while the Java applet VNC viewer opens in its own window and requires the Java plugin to be installed. In our tests, both performed similarly.
Once you launch either viewer, you will be able to control your Android device from a window on your desktop. You can navigate through the entire operating system and use any apps you want with a click of your mouse and enter text with your PC keyboard or swipe gestures.
Unfortunately, performance is extremely sluggish so don’t expect to do any gaming or video viewing.
VMCLite VNC Server Settings Tweaks
You can tweak a few settings to in the VMLite VNC Server app, by entering the menu and selecting Settings.
If your device is rooted and you want to start VMLite VNC Server every time it boots, check Start server at boot.
If the screen image is too large to fit in your PC browser without forcing you to scroll, select Screen scaling and switch from 1.0 to 0.5.
A simple tool to control your device through ADB. Useful to retrieve data for broken devices. Supports touch, swipe and key inputs.
Right click on jar file > open with > Oracle Java X Runtime or OpenJDK X Runtime.
In command line :
New features in 3.0
- Reviewed UI
- Platform specific adb binaries are now bundled with the app
- Optimizations and better resource handling
- Fixed bugs
- Add support for MAC OS
- Add directory dialog to let user choose adb file through UI
- Better handle device changes
- .
Licensed under Apache License 2.0
About
Tool to control your android phone from your pc through ADB
Resources
Stars
Watchers
Forks
Releases 2
Packages 0
Contributors 2
Languages
© 2022 GitHub, Inc.
- Terms
- Privacy
- Security
- Status
- Docs
- Contact GitHub
- Pricing
- API
- Training
- Blog
- About
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Account Information
Share with Your Friends
Remotely control your Android via internet or SMS with Android Lost
Remotely control your Android via internet or SMS with Android Lost
Jack Wallen introduces you to another tool to help remotely wipe, lock, or locate your lost Android device.
One of the more crucial elements of owning a smartphone is security. Of course, security doesn’t just lie in the hands of platform developer — it’s also the responsibility of the device owner. Why? People lose phones. You hear tales of it all the time, and sometimes those tales are laden with woes of “My company’s data is on that device!” What do you do to prevent this kind of situation from happening to you?
Simple — you install an app like Android Lost. With this (and others like it), you can remotely control your Android either via a website or SMS. Here are several things you can do with the Android Lost tool:
- Read sent and received SMS messages
- Wipe phone
- Lock phone
- Erase SD card
- Locate by GPS or network
- Start alarm with flashing screen
- Send SMS from web page
- Message pop-up
- Forward calls
- Phone status: battery, imei, etc.
- Remote SMS alarm
- Remote SMS lock and unlock
- Remote SMS erase SD card
- Remote SMS wipe phone
- Remote SMS APN control
- Start/stop GPS
- Start/stop Wi-Fi
- Hide from launcher
- Email when SIM card is changed
- Get call list
- Take picture with front camera
- Take picture with rear camera
- Make your phone speak with text-to-speech
- SMS message command
- SMS speak command
- Lock timeout
- Restore settings on boot
- Record sound from microphone
- Start and stop data connection from SMS
- Start and stop Wi-Fi connection from SMS
That’s a fairly complete list of what you might want to do with a remote management app. Of course, the most important items in the feature list aid you in locating or wiping the data from a lost device. Let’s install Android Lost and see how it’s used.
Installation
Getting Android Lost on your device is quite simple. Just follow these steps:
- Open the Google Play Store on your device
- Search for Android Lost
- Locate and tap the entry for Android Lost by Theis Borg
- Tap Install
- Read the permissions listing carefully
- If the permissions listing is acceptable, tap Accept
- Allow the installation to complete
Now that you have the app installed, you’ll find a launcher on your home screen or in the app drawer (or both). Tap it to launch the app, and it will require you to grant Administrator rights to proceed (Figure A).
Figure A
Running Android Lost on a Verizon-branded HTC M8.
When you tap Request Administrator rights, you’ll then have to tap the Activate button. If you do not Activate this, Android Lost will not be able to remotely administer your device. Tap Activate, and you’re done. From the main Android Lost screen, tap the menu button, and then tap Security level. Next, tap the Exit button, and you’re ready to start.
Before you can do anything with your device, you must go to the Android Lost website and log on with your Google credentials. Click the Sign In link and then (once authenticated) click the Allow button. Now, you’re ready to remotely manage your device.
Usage
From the Android Lost website, you can do everything necessary. One of the first things you should do is set up an SMS Allow phone number. With this number, you can send SMS commands to your device. To set this up, do the following:
- Once logged into the Android Lost website, select the phone to be managed in the upper right drop-down (above your email address)
- Click the the SMS tab (Figure B)
- Enter the 10 digit number (not the number of the phone being managed) to be allowed (under SMS Allowed)
- Click the Allow button
Figure B
The Android Lost management console.
At this point, you can work Android Lost magic from the website and send commands from the phone number that you set up.
Remotely managing your phone from the website is simple. Just select the Controls tab, and then click on the sub-tab that contains the action you want. For example, to remotely wipe your device, do the following:
- Select the Controls tab
- Click on the Security sub-tab
- Scroll down to the bottom
- Click Wipe Phone (you can opt to wipe external storage as well)
- Click Wipe again in the resulting pop-up
If you need to manage the phone via another phone, you can send an SMS command in the form of:
That particular command will wipe the device. To get a full listing of the SMS commands, go to the Android Lost website, click on SMS, and scroll down to see list of available SMS commands.
If you’re looking for yet another third-party tool to remotely cleanse your device of its data or help locate the device, give Android Lost a try — and enjoy the idea that you can keep your data out of nefarious hands.
Do you use a third-party tool for such levels of security? If so, what is your tool of choice? Share your opinion in the discussion thread below.
Access Phone apps, photos, and more directly on your laptop
Samsung and Microsoft have been working together with an objective to make communication between a Samsung phone and Windows PC more seamless and efficient.
Several Microsoft apps come pre-installed on Samsung phones, including Your Phone app, Outlook, and One Drive.
Your Phone App, that we will essentially be discussing, is a powerful tool that helps smoothen workflow and can be a great help for people whose job requires interacting with both mobile phone and PC. It works with most Android phones and can be used to access phone notifications, Photos and SMSes, or to even directly make calls without picking the phone.
But, if you own a Samsung phone (A-series or higher) you get several additional perks including:
- Phone screen to access and operate your phone directly from your PC
- Universal copy-paste: cross copy-paste between Samsung phone and windows PC
- File transfers between phone and PC (to be added soon)
How to remotely control your phone using Phone App on Windows PC
Before we proceed, there are a few pre-requisites for this to work. Your PC must be running Windows 10 (October 2018 or later) and your Samsung phone and PC should be on the same Wi-Fi network.
This is what you need to do
- Download and install Phone app on your Windows 10 PC
The phone app is mostly pre-installed on Windows PC. If not, you can install it from Microsoft Store
Download ‘Phone Companion – Link to Windows PC’ App on your phone
On the supported Samsung phone, download the Phone companion app from play store
Give necessary permissions
The apps on PC and on your phone will guide you through the simple set-up process which involves user allowing necessary permissions for the two to work
Control phone from Phone Screen
You will now notice a “Phone screen” option in the side menu. Just click on it and you will see your phone screen mirrored in the app. You can now interact with your phone interface using clicks, click and hold and mouse scrolls.
Phone Screen in the Phone app can be used to check phone notifications and also to revert back from the PC itself. To be able to use your laptop keyboard for typing on your phone is also a convenience.
Phone Screen FAQs
Almost all A-series, S-series, and Note-series phones launched in the last two years are supported. These include:
Samsung Galaxy Note 9
Samsung Galaxy S9
Samsung Galaxy S9+
Samsung Galaxy Note10
Samsung Galaxy Note10+
Samsung Galaxy Note10 Lite
Samsung Galaxy Fold
Samsung Galaxy S10
Samsung Galaxy S10+
Samsung Galaxy S10 Lite
Samsung Galaxy S10e
Samsung Galaxy A30s
Samsung Galaxy A50s
Samsung Galaxy A71
Samsung Galaxy A70
Samsung Galaxy A70s
Samsung Galaxy A90 5G
Samsung Galaxy S20
Samsung Galaxy S20+
Samsung Galaxy S20 Ultra
Samsung Galaxy Z Flip
Samsung Galaxy XCover Pro
This feature is currently reserved only for high-end flagships. These include
Samsung Galaxy S20, Samsung Galaxy S20+, Samsung Galaxy S20 Ultra, and Samsung Galaxy Z Flip devices only.
Yes, mirroring your phone and phone controls on PC can be demanding, but the battery drain is much lesser than what we expected. Or what a user will incur with third-party apps.
There are a lot of apps out there that let you take remote control of your Android device. Most require you to install another app on your device. Some of them can be a little sluggish. Other require you to root your device, which is not something everyone wants to do.
That’s not the case with Scrcpy, however. Scrcpy is free, open source software that lets you interact with your Android phone or tablet via your Windows, Mac, or Linux-based PC. I was very impressed with its performance in the brief test I put it through this afternoon. The mirrored version of my Pixel XL’s display on my Windows 10 desktop was every bit as responsive as the phone itself.
Scrcpy works via a USB connection. It creates an adb tunnel from the host PC to your device, so you do need to enable developed mode and flick the USB debugging switch in order to use it. There’s no app to install, and root access is not required.
Update: It’s also now possible to use Scrcpy wirelessly if your phone and PC are connected to the same WiFi network.
When you fire it up, Scrcpy opens an h.264-encoded stream of your device’s display to your PC. Mouse and keyboard input gets tracked by the client app and transmitted back to the Android device.
On my HP Elitedesk’s USB ports, typing, clicks, and swipes registered almost as quickly as if I’d tapped on the touchscreen. I say almost because there may have been an ever-so-slight delay. It certainly wasn’t obvious even when attempting to watch a countdown timer on both screens at the same time, however. Even video playback was smooth. Audio (which still played through the phone’s speakers) was synced up nicely.
Overall, Scrcpy a convenient way to do things like organize your files and reply to messages while you work on your PC (writing this blog post, for example). Running it on Windows couldn’t be easier, either. Just grab the .zip file from GitHub, extract it, and launch scrcpy.exe. Linux and Mac users have a few more hoops to jump through, but the process is pretty straightforward.
Support Liliputing
Liliputing’s primary sources of revenue are advertising and affiliate links (if you click the “Shop” button at the top of the page and buy something on Amazon, for example, we’ll get a small commission).
But there are several ways you can support the site directly even if you’re using an ad blocker* and hate online shopping.
Contribute to our Patreon campaign
Contribute via PayPal
* If you are using an ad blocker like uBlock Origin and seeing a pop-up message at the bottom of the screen, we have a guide that may help you disable it.
12 replies on “Control Your Android Device From Your PC With This Free, Open Source App”
working great with wifi adb although there is a noticeable latency but great if you developing a remote device
Was laggy as all hell on a Moto G5 (3GB) connected to a USB 3.0 Port on a Ryzen 7 1800X Desktop.
I wish there was a similar solution, but the client being Browser-based.
Works perfectly. Will be awesome if they decide to add a keyboard shortcut for screen rotation (right now you have to tilt your device).
Laughable,,i see the device but cant see the 3 navigation buttons on the bottom to do anything,,but the home screen looks good. another dud idea..back to teamviewer
Nice idea. Trying it right now.
i was excited unti you mentioned USB.
I use TeamViewer. I just use the free version, so sometimes there is a nag screen on quitting the PC app. I like that it works over WiFi so I don’t need to fuss with USB cables.
I can imagine some good uses for Scrcpy and reasons I’d want to use it instead. Thanks for the article.
I kind of wish this one did Wifi as well, but it is smoooooottttthhhhh. Only other downside is the audio.
Btw I would HIGHLY suggest VYSOR over TeamViewer.
Its wireless, and I get better quality than TeamViewer, plus it doesn’t have any need for you to say OK on the remote device. Its ADB based just like this one except it also accepts wireless ADB connections at a quality drop of course. Plus its by the dev from Clockwork mod, so good app all around.
and I use other one is Litemanager for free in business only and better then Teamviewer think
Do you try any game ?
I played Star Trek Timelines using it. It was great, automatically switched to landscape and no noticeable lag.
Playing on a Nextbit Robin running Paranoid Android on a 2016 Macbook Pro.
What is Scrcpy?
Scrcpy is an open-source tool that can display and control Android phones on a computer. It supports USB and Wi-Fi connection, as well as Windows, macOS and Linux. It can record screen and support Wifi control. No need to install any application on the phone, no root, but need ADB tool.
This is free Android phone controller for PC; very light in weight which after successfully installing and setting up will mirror or project your Android smartphone display on a computer screen. The FPS (Frame per second) it uses to stream smartphone display will be between 30 to 60 fps.
Scrcpy supports Full HD resolution (1920×1080) and above. As per the developers of this Android control program, it has low latency rate which of 35 and 70ms which is true, we experience the same while doing this tutorial. Whereas, the time it takes to deliver the first image on the computer screen of your smartphone is 1 second…
How to set up Scrcpy?
So, here in this tutorial, we will let you know how to use Scrcpy on Windows, macOS and Linux after downloading it…
Scrcpy – remote display/control Android phone
Scrcpy can be taken as good Vysor alternatives because Vysor free version is not that much great and for premium, you have to shell out some money. After finding out this open-source alternative, Scrcpy, even being a good Android control software it is not that much popular thus we are doing this article to introduce it to you. It is available on the Github project page.
Requirements for Scrcpy
The only things required by the Scrcpy to use are at least Android 5.0 version and enabling of ADB debugging.
Download and use Scrcpy on Windows 10/8/7
This Android Control from PC app is available for Windows in both 32-bit and 64-bit versions. The downloaded Scrcpy file format will be in ZIP, just extract it to use this tool.
Here are the links to download Scrcpy. Now we have to connect our Android smartphone to our Windows system either using USB cable or WiFi (hotspot or both PC and smartphone must be on the same network.) Here we are using the USB cable for better speed, however, you can connect to Android ADB wirelessly, here is the tutorial on that. After connecting the smartphone go to Settings->System->Developer and enable the USB debugging option. The location of the developer setting depends upon the version and UI of the Android phone.
Now, open the Scrcpy folder which you have recently extracted after downloading. Right-click on the Scrcpy.exe and run it as administrator.
Use Scrcpy Android control on Windows PC
As you execute the file in the above step, it will open a command-line window and exactly as said by the developers; it will take 1 second to connect and show the first image of your Android smartphone to control it remotely using the PC mouse and keyboard.
When the mirror image showed, you can control your Android smartphone directly from the Display of your Windows PC.
Installation on Linux
To install the Scrcpy on Linux (Ubuntu, LinuxMint, Debian, CentOS, Fedora, ElementaryOS etc.) just we need to install SNAP package manager. Using SNAP we can easily get this Android Controller on Linux PC. Thus, first, install the SNAPD For Ubuntu 18.04/19.04/16.04/Debian/LinuxMInt/ElementaryOS and other same bases…
For CentOS
Command to install SNAP on Fedora
Command to install Scrcpy on Linux
Add Snap’s Bin directory to Linux environment path
Log out and again log in to your Linux system…
Run and Use it on Linux
Finally to use it on Linux, first, connect your smartphone (make sure USB debugging is enabled on phone) to the computer and after that run the command:
Install and use on macOS
Install Homebrew
Install and run Android controller
Scrcpy commands
Here are the commands which we can use to control different function of mirrored Android phone’s screen.
To Change Resolution or Screen size
Record screen
Fullscreen
Phone screen off
For more commands see the Github page link to this tool given in the first step of this article…
Use Scrcpy to Install APK
To install APK on Android phone just download the APK file on your computer and then simply drag and drop to the scrcpy window.
Note: We tried it but it didn’ t work in our may be in your it would.
Transfer file from PC to Android device
To send or transfer some file to /sdcard/ of the smartphone just like APK files also drag and drop other files to the open window of this Android control tool.
The target directory can be changed on start:
Keyboard Shortcuts
Here are the Scrcpy shortcuts to use to operate Android from PC (Windows, Linux & macOS) using Mouse and Keyboard, for example, controlling of Audio (volume up and down), Going to Home, back, Power off etc…
In this, we can connect and control our Android device from PC using Scrcpy open-source tool.
These days all the smartphones has camera and most of the users using them to click the pictures and videos. Today we found a new application for both Android and iOS users, which allows them to
control the Camera of your Android or iOS device using another device. The apps name is Remote Shot and available for both Android and iPhone smartphones, yes it’s free you can download it from Google Play store or iTunes Store.
With the help of the app you can click the pictures on your camera with pother device. With this you can use the second device as a remote control of first device. This app is really helpful to take self-shot of family, in such type of situation you can use your second device as the remote to click the picture from thew first one.
The app allows you to connect your Android or iPhone using one as camera and one as remote to see live stream preview. All you have to do is install the app on your devices and have to select which device you want to use as camera remote control. As we mention above the app is totally free and work smoothly on all android and iOS devices. To connect both the device with the app, you have to enable the Bluetooth connection on your devices. If Bluetooth is not turned on, the device does not connect.
Once the device are connected with each other, the app will ask you to select you device as a camera or remote control. Tap on remote button on the Android or iPhone device which you want to use as remote and not as camera. (See the Screenshot Below)
Remote Shot Android iPhone App
Once both the device are connected, you are ready to go to click the pictures from your device remotely. You can see live preview in your remote to adjust your location. The app also give you other features also, like zoom, Flash Auto/on/off, Burst Shots, Image mode or Video Mode and all.
Remote Shot App Remote Control Mode
The app is easy to use and you must have to try this on your devices to remotely control your phone camera. We tested this app on our Galaxy S3, One X and iPhone 4. The app works smoothly on all our devices.
Download Remote Shot For Android
Download Remote Shot For iOS
Support Android phones and tablets with remote control, screen sharing, file transfer, chat support, and the ability to stop processes or uninstall apps.
Remote Control Android Phones and Tablets
Remote control Android devices made by Samsung, HTC, and Dell, or do screen sharing support with other Android devices. BeyondTrust Remote Support lets you see the screen to offer troubleshooting and remote assistance.
Support techs can have full screen-sharing and remote control from a PC running Windows, Mac or Linux.
In addition to screen sharing, BeyondTrust enables live chat support, secure file transfer, actionable system information and the ability to stop or uninstall troublesome apps. Reps can also access unattended Android devices being used as point-of-sale systems or kiosks.
Android Remote Support Capabilities
Once the remote support session begins, the technician can control the Android device (Samsung/HTC/Dell) or see the device screen (Android 5.0+). To resolve the issue, he can chat with the end user, transfer files, kill processes, uninstall apps, or share the session with other team members if additional assistance is needed.
Remote Control
Navigate the screen, access applications, and type and click as if you’re holding the device in your hands. (Samsung/HTC/Dell)
Screen Sharing
See what the end-user sees on their Android phone or tablet in real time, including apps, settings, and the device camera. (Android 5.0+ Lollipop)
Chat Support
Chat back and forth with the end-user within the remote support session.
Unattended Remote Access
Use Jump items to access unattended Android devices being used as point-of-sale systems or kiosks.
App Uninstall and System Information
View key system info, kill processes, and uninstall apps on Android devices. Viewable system information including OS version, memory, apps, and more.
File Transfer
Transfer files to and from the Android device.
Multiple Sessions
Support Android devices while simultaneously working on other systems and devices through session tabs – no add-ons or upgrades required.
Support from any Platform
Provide support to Android devices from a Windows, Mac or Linux computer, or from an iPad, iPhone or any Android smartphone or tablet via BeyondTrust’s Mobile Rep Consoles.
Collaboration
Invite additional support technicians into a remote support session to collaboratively resolve the issue, or transfer the session to an expert.
Security
As with every BeyondTrust session, each action taken and the entire chat transcript is logged and stored in your own secure Bomgar appliance, improving security and compliance.
Customer Client
Allow the end-user to launch the customer client by clicking on a link from an email or website.
Configure SAML Single Sign-On
By connecting BeyondTrust to your identity provider or federation service using SAML, you can securely and conveniently log in to the Android mobile console.
Included in BeyondTrust Remote Support
All the remote Android support features shown here are included as core components of BeyondTrust Remote Support. There are no additional charges or licensing fees for supporting mobile devices.
With BeyondTrust Remote Support, you can offer remote assistance to users on Windows, Mac, Linux, iPad, iPhone, or Android devies. We include all platforms because part of our vision is to help you consolidate remote support. We address with one secure, appliance-based solution what many vendors attempt to address with ten or more tools.
Remote Desktop Support from Android Devices
With Bomgar, support representatives can control remote desktops, servers and laptops from an Android tablet or smartphone.
BeyondTrust’s mobile representative console for Android devices increases efficiency by allowing mobile support technicians to stay productive.
A technician can control remote desktops and servers with a toolkit similar to the desktop version of the BeyondTrust representative console. View only support is currently offered from one mobile device to another. Full remote control is coming in a future release.
Not only are screen sharing and remote control available to technicians on Android devices, but a number of other Bomgar features, too.
For example, BeyondTrust Buttons, Chat Support, Jump Clients, Multi-Monitor Support, Multi-Session Support and Special Actions are all available to reps on Android devices.
System Requirements for Android Support
Android App on Google Play
To support a customer on an Android device, the customer uses his Android device to download and install the BeyondTrust Support Client app from Google Play. Google Play is a pre-installed app on most Android devices.
Account Information
Share with Your Friends
How to control your Android device from Chrome with Vysor
How to control your Android device from Chrome with Vysor
Working between a desktop and an Android smartphone can be cumbersome. See how Vysor can help you work seamlessly and efficiently between those devices.
If you get tired of jumping back and forth between your desktop and your Android smartphone, stop what you’re doing and read carefully. With the help of an easy to use Chrome extension and Android app called Vysor, you can display and interact with that Android device right from your desktop. This means you can type from your desktop keyboard and work much more efficiently.
I’m going to walk you through the steps of installing and using Vysor. For this demonstration I will be using Chrome on elementary OS Freya and a Verizon-branded Droid Turbo. The process is the same, regardless of platform. Let’s get busy.
Installing Vysor
Mobility must-reads
- Android 13: The best features to expect
- Best password managers for Mac and iOS
- Mobile malware is on the rise: Know how to protect yourself from a virus or stolen data
- 6 easy tips for cleaning up your inbox (TechRepublic Premium)
There are two versions of Vysor: Free and Pro. The Pro edition (an in-app purchase of $1.99/mo, $9.99/yr, or $39.99/lifetime) gives you more features, such as:
- High-quality mirroring
- Fullscreen mode
- Wireless connection
- Vysor share
- Drag and drop between desktop and device
Prior to the Chrome extension becoming available, the Android Debug Bridge (ADB) had to be installed–that is no longer the case. All you have to do is install the mobile app and the Chrome extension. Here’s how.
Android app
- Open the Google Play Store on your Android device.
- Search for vysor.
- Locate and tap the entry by Clockwork Mod.
- Tap Install.
- Read the permissions listing (if applicable).
- Tap Accept.
- Allow the installation to complete.
Chrome extension
- Point your Chrome browser to the Vysor page.
- Click ADD TO CHROME.
- When prompted, click Add App.
- Allow the installation to complete.
Connecting your device
The first thing you must do is enable USB debugging on your Android device. To do that, follow these steps.
- Open Settings.
- Look for Developer Options*.
- Locate USB Debugging.
- Tap to enable USB Debugging (Figure A).
Figure A
* If you do not see Developer options in Settings, do the following.
- Go to Settings | About Phone.
- Tap Build Number seven times.
- Back out of About Phone.
- Scroll down to see Developer options are now available.
The next step is to connect your device via USB to your desktop. Once connected, launch the Vysor app from the Chrome Apps button. When the Vysor app opens (Figure B), click Find Devices.
Figure B
From the discovery window, you can select the image quality for your device. If you prefer Vysor to run more quickly, select 500Kbps. You can go all the way up to 2Mbit, which will display a high-quality image, but will slow the responsiveness of the connection between phone and desktop dramatically.
Next, when prompted, choose the device to be displayed (Figure C) and click Select.
Figure C
A help window will appear to display handy keyboard shortcuts. Click OK or NEVER SHOW THIS AGAIN, and your Android device will appear in its own window (Figure D).
Figure D
You are now ready to interact with your Android, directly from your desktop. Case in point: I wrote this very article using Vysor (Figure E).
Figure E
It doesn’t get any easier
If you’re looking for one of the easiest ways to work between your desktop and your Android device, look no further than Vysor. With this amazing tool you can work seamlessly and efficiently all day without having to switch your focus from desktop to mobile device.