A broken screen or sensor failure on an Android smartphone instantly blocks access to the phone book, making standard export of contacts through the device menu impossible. Even if there is a complete absence of an image or incorrect operation of the touchscreen, the data does not disappear without a trace, but requires the use of specific extraction methods to transfer the numbers to the computer.
In this article we will look at a comprehensive approach to data recovery, starting from the simplest cloud solutions and ending with advanced methods using USB debugging. You will learn how to turn a broken phone into a controlled device using external peripherals or specialized software. The main rule is to act consistently and not panic, since most modern smartphones based on Android have built-in data protection mechanisms that can be bypassed using legal methods.
Before embarking on complex manipulations, it is necessary to assess the extent of damage. If the screen simply stops responding to touches, but there is a picture, the task becomes much easier. If the display is completely black, the process will require connecting external devices to visualize the interface. In any case, backup it is better to perform it immediately after access is restored to avoid repeated problems in the future.
Checking cloud backups and synchronization
The first and simplest step, which is often missed due to haste, is checking cloud storage. Most users Android by default synchronize their contacts with their account Google. If this function was active before the screen broke, your data is already safe on the corporation's servers. To access them, you donโt even need to connect your phone to your computer.
Just go to the Google Contacts website from any browser on your computer. Enter your credentials (username and password) that were used on your smartphone. If synchronization worked correctly, you will see a complete list of all saved numbers. From there they can be exported in .csv or .vcf format for further use or import to a new phone. This is the most reliable method that does not require physical manipulation of the device.
However, it is worth considering that not all manufacturers use standard synchronization. Some brands, such as Samsung, Xiaomi or Huaweimay offer their own cloud services. In this case, contacts may be saved in the manufacturer's account, and not in Google. Check the respective web portals of these companies using your credentials.
โ ๏ธ Warning: If you recently reset your phone or changed your Google Account password just before the crash, syncing may have paused. In this case, the data on the server may be out of date.
It is also worth checking other services that you may have used. For example, messengers like Telegram or Viber often have their own cloud copies of contacts if you have given them the appropriate permissions. Although full export from there may be difficult, you are guaranteed to have access to numbers for calls.
Using a USB mouse and OTG adapter
If the cloud did not help or synchronization was disabled, you will have to interact with the physical device. The most effective method for phones with a broken sensor but a working display (or if you can guess the actions by touch) is to connect a regular computer mouse. To do this, you will need an adapter OTG (On-The-Go), which costs a penny and is sold at any electronics store.
By connecting the mouse via an OTG cable to your smartphone, you will see a cursor on the screen. This will allow you to fully control the interface: unlock the phone (by entering a pattern or PIN code by clicking), go to settings and enable debugging or synchronization. Even if the screen is partially broken, the mouse cursor will help you navigate through the working areas of the display.
The action algorithm is as follows:
- ๐ฑ๏ธ Connect the USB mouse to your smartphone via an OTG adapter.
- ๐ Use the left mouse button to unlock the device and enter password.
- โ๏ธ Open the settings menu and find the "About phone" or "System" section.
- โ๏ธ Activate contact synchronization with Google manually by clicking the "Synchronize" button.
If the screen is completely black, this method works blindly, but requires knowledge of the location of interface elements. You can connect your phone to an external monitor via an adapter USB-C to HDMIif your model supports image output (technology MHL or DisplayPort Alt Mode). In a โmouse + monitorโ combination, you will get a full-fledged desktop.
To connect the mouse to a phone with a Type-C connector, use a high-quality OTG adapter. Cheap analogues may not supply enough voltage to operate the peripherals.
Setting up USB debugging and working with ADB
For advanced users whose phones have a broken screen, but were previously enabled USB debugging (USB Debugging), access to a powerful tool is available - Android Debug Bridge (ADB). This tool allows you to control your smartphone from your computer via the command line, extract files and make backups without having to touch the screen.
If debugging was enabled in advance, connect the phone to the PC with a cable. Open a command prompt on your computer (Windows) or a terminal (Mac/Linux) in the folder where you installed the ADB drivers. Enter the command adb devices. If the device appears in the list with a status device, then the connection is established and you can issue commands.
To extract contacts, you can use the backup command, which will create a complete backup of applications and data on the computer:
adb backup -f contacts_backup.ab -noapk com.android.providers.contacts
However, a more universal method is a direct command to create a local backup of the entire system, if the Android version allows this without confirmation on the screen (in older versions before Android 9 this worked more stable).
โ ๏ธ Attention: On modern versions of Android (10 and higher), the command
adb backupoften requires confirmation on the smartphone screen (โAllow backup?โ). If the screen is broken and you cannot click "OK", this method may not work without first setting up rights through root access or specific utilities.
If you have superuser rights (Root), the task is simplified. You can copy the contact database directly from the system directory. The database file is usually located along the path /data/data/com.android.providers.contacts/databases/contacts2.db. The copy command will look like this:
adb pull /data/data/com.android.providers.contacts/databases/contacts2.db C:/contacts_backup.db
The resulting file can be opened with special apps for viewing SQLite databases on a computer.
Where to download ADB?
The official Platform Tools package can be downloaded from the Android developers website. Unpack the archive into a convenient folder, for example, C:\platform-tools, and launch the command line from this directory by holding Shift and clicking the right mouse button.
Using apps to control the screen (Vysor, Scrcpy)
If USB debugging is enabled, but entering commands manually is inconvenient for you, apps for duplicating the smartphone screen onto a computer monitor will come to the rescue. The most popular solutions are Vysor and Scrcpy. They allow you to see the image from your phone on your PC and control it using the mouse and keyboard of your computer.
Vysor has a simple interface and works as an extension for the Chrome browser or as a separate application. After connecting the cable and allowing access (if it is not required due to previously granted rights), you will see the phone's desktop in the app window. This is an ideal option for navigating through contacts and exporting them when the phone's sensor is not working.
The app Scrcpy is a free and open source alternative. It provides lower latency and higher image quality. To start, just unpack the archive and run the file scrcpy.exe. If the phone is trusted to this computer, the image will appear instantly. You can go to the Contacts application, select the necessary numbers and export them to a file .vcf, which can then easily be transferred to a PC.
The table below compares the main features of popular tools for managing a broken screen:
| Tool | Price | Image quality | Requires Root | Setting complexity |
|---|---|---|---|---|
| Vysor | Free / Pro | Average (in the free version) | No | Low |
| Scrcpy | Free | High | No | Medium |
| TeamViewer QuickSupport | Free | Depends on the network | No (but access is required) | High |
| MyPhoneExplorer | Free | Does not broadcast the screen | No | Average |
The Scrcpy app is the best choice for experienced users due to the absence of delays and the complete absence of advertising, while Vysor is easier for beginners.
Use of specialized software (MyPhoneExplorer)
The app deserves a special mention MyPhoneExplorer. This is a powerful phone management processor that can synchronize contacts, calendars and files even without active USB debugging, using the "Files Only" mode or a connection via Wi-Fi (if the phone has already been paired before).
Install the client on your computer and the application on your phone (if possible). In case of a broken screen, try connecting your phone with a cable and selecting file transfer mode. MyPhoneExplorer can recognize your device and offer to back up your data. In the app settings on your PC, you can choose to synchronize only contacts with Outlook or save them to a file .vcf.
The advantage of this method is that it is less demanding on access rights than ADB. The app itself tries to find paths to data through standard MTP protocols. If the phone is recognized as a storage device in the system, the chances of success are very high. You can download the phone book in a convenient format for further editing in Excel or importing into another smartphone.
It is important to note that to work via Wi-Fi, the phone and computer must be on the same network. If the screen is broken, but Wi-Fi is turned on and the network is saved, this method will work perfectly. You only need to know the IP address of the phone or use the auto-search function in the app on your PC.
โ๏ธ Check before using the software
What to do if nothing helps: service center
In situations where the phone does not turn on, is not detected by the computer, and the screen is completely black and the sensor is dead, software methods are powerless. The only option remains physical intervention. It is not necessary to buy a new display completely - service centers can temporarily connect a working screen to extract data.
Masters can use programmers or special boxes to read memory, but this is extremely difficult on modern smartphones with data encryption. The most commonly offered service is screen replacement. You only pay for the wizardโs work and renting a screen for 15-20 minutes, during which you have time to transfer all contacts and photos to a flash drive or to the cloud.
If the data is critical and the phone has damage to the board (for example, after being dropped), soldering of power components or a memory controller may be required. In such cases, it is better to contact specialized data recovery laboratories, rather than ordinary repair shops.
โ ๏ธ Attention: When contacting the service, be sure to check the cost of diagnostics and data extraction work in advance. In some cases, the cost of restoration may exceed the price of a used phone of the same model.
Remember that time is against you. If the phone is physically damaged, it may completely stop turning on at any time due to a short circuit. Therefore, if there is the slightest chance to turn on the device or connect it to a PC, act immediately.
Why does encryption interfere with recovery?
Starting with Android 6.0, data is encrypted by default. The encryption key is tied to the screen lock. Without entering a pattern key or password (even when connected to the programmer), it is impossible to decrypt the memory, which makes any attempts to read the memory chip useless.
Frequently asked questions (FAQ)
Is it possible to pull out contacts if the phone does not turn on at all?
If the phone does not respond to power button and charging, it is impossible to extract data programmatically. Hardware repair is required (battery replacement, power circuit repair) at a service center before attempting copying.
How to unlock the phone with the mouse if I forgot the pattern key?
The mouse allows you to draw the key, but not bypass it. If you forget the key, you will have to reset the settings through Recovery Mode (volume + power buttons), which will delete all data if it is not synchronized with the cloud.
Does USB debugging work if the screen is black?
Yes, debugging works at the system level and does not depend on the health of the display. The main thing is that you have previously checked the box in the settings and confirmed your trust in this computer.
Is it possible to restore contacts from a SIM card?
Yes, if the contacts were stored on the SIM. Just move the card to another phone. However, modern smartphones by default save numbers to the phone memory or Google account, and not to the SIM.
Is it safe to use third-party recovery apps?
Use only proven software with official websites (Scrcpy, Vysor, MyPhoneExplorer). Avoid "magic" utilities that promise recovery for money, as they often turn out to be fraudulent.