A black display with a web of cracks or a complete absence of images on an Android smartphone instantly blocks access to contacts, photos and banking applications, causing panic in the owner. Despite visual damage, the device often remains operational, and modern methods allow you to restore system control and save data without replacing the screen.
In this article we will analyze in detail proven methods for controlling a phone without the help of a touch layer. From the simplest connection of a computer mouse to advanced tools ADB and remote access. You will learn how to save information and even continue to use the device until it is possible to replace the display module.
Using USB-OTG and a computer mouse
The easiest and most affordable way to restore control is to use an adapter USB-OTG (On-The-Go). This technology allows you to connect peripheral devices such as flash drives, keyboards and mice to your smartphone. If the touch scanner does not respond to touches, a regular computer mouse will be your salvation, since the cursor will be displayed directly on the screen (even if it is cracked, the image often remains visible).
To implement this method, you will need the adapter itself, which costs a penny at any electronics store, and a wired mouse. Just connect the mouse to your phone via an adapter. A cursor will appear on the display with which you can click on icons, enter a pattern and navigate through the menu. Wireless mice with a USB receiver also work, but require more space for the adapter.
This method is ideal if the matrix is intact and there is an image, but the sensor does not work. It does not require installing additional software or obtaining root access. However, if the screen is completely black, this method will only help you blindly unlock the phone to transfer data to the PC, but you won’t see anything visually.
If you don’t have an OTG adapter on hand, check the package contents of old phones or tablets - they often come in a box, but remain unclaimed.
⚠️ Attention: Some budget smartphone models may not support OTG technology at the hardware level. Before purchasing an adapter, check the specifications of your model on the manufacturer's official website.
Connecting to a computer via USB debugging
If you previously had the function USB debugging (USB Debugging) enabled in the developer menu, then your possibilities are almost limitless. This is the most powerful tool for managing a “brick” of a running system. The computer perceives the phone as a debugging device and allows you to send commands directly to the system.
To get started, you need to install the package on your computer Android SDK Platform-Tools. Once the cable is connected, you can use console commands to manage files, install applications, and even screencast. The command adb devices will show whether the computer sees your device. If the status is "unauthorized", it will be difficult to unlock the phone without a screen, but if the status is "device", you are in business.
Using ADB you can make a full backup of your data with the command adb backup -all -f backup.ab. It is also possible to enter text and emulate keystrokes. For example, to press the Home button, you use a command that we'll look at in the dedicated tools below. This is a professional method that requires minimal knowledge of the command line.
☑️ Checking readiness for ADB
Remote control through Find My Device services
When the screen is broken, but the phone is connected to the Internet, cloud services from Google come to the rescue. The service Find My Device (Find device) was originally created to search and block lost gadgets, but its functionality allows you to perform some actions remotely. You can call your phone to find it by sound, block it, or completely erase data.
Although this service does not provide full access to the file system, it is critical in situations where you urgently need to protect information. Go to the service website from any other device, enter your Google account and select the desired smartphone. The interface will offer three main options: play a sound, lock the device, or wipe it.
The lock feature allows you to set a new password, even if you don't remember the old one or can't enter it on a broken screen. This overrides the current protection method. Wiping data is an extreme measure that will return the phone to factory settings, deleting all photos and contacts, but will save them from falling into the wrong hands.
Screen broadcast and control via Scrcpy
For those who need complete visual control, there is a great open source utility called Scrcpy. It allows you to display the image from the Android screen on your computer and control it using the mouse and keyboard of your PC. Unlike heavy emulators, Scrcpy works quickly, does not require installing an application on the phone and consumes minimal resources.
The app can only work with active USB debugging. After running the command scrcpy in the command line, a window with the interface of your smartphone will appear on the computer monitor. The delay is minimal, the picture quality is high (up to 1080p and higher). You can click the mouse, type text using the keyboard, and even drag and drop files.
This solution is ideal for long-term use of a phone with a broken screen. You can continue to chat in instant messengers, watch videos or work with documents using your phone as a system unit and your computer monitor as a display. Support for keyboard control allows you to quickly enter text, which is impossible to do on a broken touch scanner.
Secret features of Scrcpy
The app supports window resizing, muting audio (on Android 11+), screen recording and even installing APK files by simply dragging and dropping into the broadcast window.
Using third-party applications for remote access
If USB debugging has not been enabled in advance, the chances of success are reduced, but do not disappear completely. There are applications such as TeamViewer QuickSupport or AirDroidthat allow you to organize a remote session. However, the trouble is that their operation usually requires initial setup and granting permissions on the phone itself, which is difficult to do with a broken screen.
However, if the application was installed and configured earlier, you can log into the service’s personal account from another device and access files or the screen. Some manufacturers, for example, Samsung, have built-in solutions like Find My Mobile, which allow you to unlock the screen and create backups without enabling debugging, but only if you register a manufacturer account.
It is important to understand the limitations: most of these applications require connection confirmation on the phone itself (click "Allow"). If the screen is black, you won't be able to confirm the connection. Therefore, this method works mainly as a preventive measure or in cases where part of the screen still responds to touches.
⚠️ Attention: Interfaces and names of menu items may differ depending on the version of Android and the manufacturer’s shell (MIUI, OneUI, ColorOS). Always check the current paths in the settings of your specific device.
Specific ADB commands for saving data
Let's return to the most reliable method - ADB. If you urgently need to copy photos or documents and the screen is not working, using the command line is the only way out. You don't need to see the image to copy files to the internal memory on your computer.
The basic command for copying files looks like this: adb pull /sdcard/DCIM/Camera/ C:/Backup/Photos/. This instruction will copy the entire folder with photos from the phone to the specified folder on drive C. You can change the paths by accessing any directories in the internal memory. To view the list of files, use the command adb shell ls /sdcard/.
If the phone is locked with a pattern key and you cannot get into the memory, you can try to emulate entering the key. This is difficult, since you need to know the exact coordinates of the swipes. But if you have a digital PIN, the task becomes easier. The command adb shell input text 1234 will enter the numbers and adb shell input keyevent 66 press Enter. A combination of these actions can help unlock the device.
| ADB command | Description of action | Usage example |
|---|---|---|
adb devices |
Checking device connection | Make sure the phone is visible to the PC |
adb pull [path] |
Copying a file from the phone to the PC | adb pull /sdcard/photo.jpg |
adb shell input tap x y |
Emulating a click at a coordinate point | Press the button in the corner of the screen |
adb reboot |
Reboot the device | If the phone is frozen |
adb backup -all |
Creating a full backup | Saving all data before resetting |
ADB commands work at the system level, so it doesn’t matter to them whether the screen is broken or not, the main thing is that the board and charging port work.
Frequently asked questions and answers (FAQ)
Can I control the phone if only charging is turned on?
No, in “Charge Only” mode The computer does not have access to the file system and control commands. You need to switch the USB mode to File Transfer (MTP). If the screen does not work, try connecting a USB mouse via OTG, unlock the phone and then connect the cable to the PC, hoping that the mode is not reset.
Does the Google Assistant voice assistant work with a broken screen?
Yes, if you have the “Ok Google” voice launch configured or have a physical call button. You can ask the assistant to call a contact, turn on the flashlight, or launch an app. However, it is impossible to fully manage files or read messages by voice due to Android security restrictions.
What to do if your phone does not see a USB mouse?
Perhaps your smartphone does not support the OTG standard. The problem may also be in the adapter or mouse itself. Try connecting the flash drive via the same adapter: if it is not readable, it means that the OTG function is not supported or disabled in the settings (rarely). In this case, the only option left is to replace the screen or use methods with ADB if debugging was enabled.
How to unlock a phone with a broken screen without losing data?
The only guaranteed way without losing data is to use an OTG adapter with a mouse to enter a pattern or PIN code manually. If USB debugging is enabled, you can try to emulate input via ADB, but this requires precise knowledge of the coordinates or the use of a digital code.
Will a factory reset via Recovery help?
Resetting via Recovery (volume + power buttons) will help bring the phone back to working condition, but All data will be permanently deleted. Use this method only if saving information is not important and your goal is to revive the device for further sale or use.