A broken screen and a failed sensor on an Android smartphone instantly blocks access to the phone book, but this does not mean permanent loss of numbers of loved ones and colleagues. Even with a completely black display that does not respond to touches, modern operating system capabilities allow you to retrieve contacts through external management or backup copies if you choose the right recovery method in a timely manner.
The success of the contact rescue operation directly depends on the state of the USB port, the device model and whether it was previously turned on USB debugging. In this article, we will look at both software methods that do not require physical intervention, and hardware solutions that allow you to control the phone โblindlyโ or through external input devices.
Before moving on to complex manipulations with cables and drivers, it is important to assess the degree of damage. If the phone turns on, vibrates when ringing, or makes notification sounds, then the motherboard is alive and the chances of success are extremely high. Your main task now is to establish a connection between the โbrainโ of the phone and the computer or peripherals.
Checking cloud synchronization and Google account
The simplest and most often ignored method is checking cloud storage. Most users by default use contact synchronization with their account Google, without even knowing it. If this function was active, your numbers are already safe on the companyโs servers, and the physical state of the phone does not play any role here.
To check, you will need any other gadget with Internet access. Go to the Google contacts site and log in using the same login that was used on the broken device. If the list of numbers is displayed, consider that the problem is solved: just log into this account on the new phone, and all the data will be pulled up automatically.
However, not all manufacturers use the standard Google mechanism. Some brands, such as Samsung, Xiaomi or Huaweihave their own cloud services. For example, Samsung owners can find a backup in the service Samsung Cloud or through the app Smart Switch on a PC if they previously created a backup.
โ ๏ธ Attention: If you have never set up synchronization or have disabled it to save traffic, this method will not work. In this case, you will have to resort to the methods of physical data extraction described below.
It is also worth checking other instant messengers and services where the numbers could have been saved. Sometimes contacts are duplicated in Viber, Telegram or WhatsApp (via the chat export function), which can be a temporary salvation while you are looking for a way to get your hands on the main phone book.
Using a USB cable and debugging mode
If the cloud is empty, the next step is to try to connect the smartphone to the computer. This is a basic method that works if the screen is at least partially functional or if the phone automatically goes into file transfer mode when the cable is connected. Connect the device to the PC using an original or high-quality cable USB Type-C or Micro-USB.
In an ideal scenario, the computer will recognize the phone as a removable disk or media device (MTP). In this case, you can go into the internal memory and find the contact database file. Usually it has an extension .vcf or is located in a hidden system folder. The path to the file often looks like /data/data/com.android.providers.contacts/databases, but access to this directory without root access is prohibited.
A more advanced method requires enabling USB debugging. If this option was previously enabled in the Developer Options menu, you gain full control over the file system via the command line. The computer will see the device in ADBmode, which will allow you to copy even protected system files.
To work with ADB, you will need to install a minimum set of drivers and utilities on your computer. After connecting, enter the command to check the connection:
adb devices
If a device with status deviceappears in the list, you are in luck. You can run the command to create a backup of the entire system or a specific contacts partition. The backup command is as follows:
adb backup -f contacts_backup.ab com.android.providers.contacts
What to do if ADB does not see the device?
If the `adb devices` command returns an empty list or the `unauthorized` status, then a window asking for permission to debug should appear on the phone screen. If the screen is broken, it is impossible to press "OK". In this case, try the OTG cable and mouse method described in the next section to unlock the screen and confirm access.
Connecting a mouse and keyboard via USB OTG
When the sensor does not work, but the image on the screen is present (or you can act blindly), technology USB OTG (On-The-Go) becomes a real salvation. It allows you to connect ordinary computer peripherals to your smartphone: mouse, keyboard and even gamepads.
You will need a special adapter USB-OTG, which is inexpensive and sold in any electronics store. By connecting a computer mouse to your phone via this adapter, you will see a cursor on the screen. This makes it possible to unlock the device, enter a pattern or PIN code and access the settings.
- ๐ฑ๏ธ Connect the mouse via an OTG adapter to the charging port of the smartphone.
- ๐ Use the left mouse button to unlock the screen (swipe or enter numbers).
- โ๏ธ Go to settings and turn on synchronization with Google or Bluetooth to transfer files.
- ๐พ If you have a flash drive with OTG support, copy contacts directly to it through the file manager.
This method is especially effective for phones with support desktop mode, such as models from Samsung (DeX) or Huawei (Easy Projection). In this case, when you connect a mouse and monitor (via USB-Hub with HDMI), the phone turns into a full-fledged computer, and you can control it in the usual way.
If you have a Samsung S or Note series phone, try connecting it to the monitor via a USB-C to HDMI adapter. In combination with a mouse and keyboard, you will get a full-fledged DeX interface, where you can easily export contacts to a flash drive or to the cloud.
โ ๏ธ Attention: Not all smartphones support video output or work with peripherals through the charging port. Budget models often have ports only for charging and data transfer, without support for the OTG protocol. Check the specifications of your model on the manufacturer's official website.
Using remote control services
If the phone is connected to the Internet (Wi-Fi or mobile network) and the sensor is dead, you can try to control it remotely from another device. For devices Samsung there is an excellent service Find My Mobilethat allows you not only to track location, but also to completely duplicate the smartphone screen in the browser.
Go to the service website from your computer, enter your account information Samsung. If Remote Control has been enabled on your phone, you will see your device interface on your PC monitor. You can click on icons, open contacts and export them as if you were holding the phone in your hands.
For other Android brands, the options are more limited. The service Google Find My Device only allows you to clear data, lock the phone or play sound, but does not give access to the file system. However, there are third-party applications, such as TeamViewer QuickSupport or AnyDeskif they were pre-installed and configured in advance.
| Service / Application | Installation required | Works without a sensor | Brand support |
|---|---|---|---|
| Samsung Find My Mobile | Built-in | Yes (full access) | Samsung only |
| Google Find My Device | Built-in | No (blocking only) | All Android |
| TeamViewer / AnyDesk | Yes (in advance) | Partially (confirmation needed) | All Android |
| Scrcpy (via ADB) | On PC + Debugging | Yes (full access) | All Android |
It is worth noting that the operation of third-party remote access apps often requires confirmation on the device itself upon first connection. If the screen is black, clicking โAllowโ will be problematic, so the method with the mouse via OTG in this case looks more reliable.
โ๏ธ Checking the conditions for remote access
Data extraction via Recovery and custom utilities
In cases where the Android system does not boot or freezes at the logo, and the screen shows no signs of life, you can try the mode Recovery. This is a service menu that allows you to reset settings or clear the cache. However, standard Recovery cannot make backups of contacts in a convenient format.
However, there are specialized apps for PCs, such as Dr.Fone, Tenorshare UltData or DroidKit. These utilities scan your phone's memory at a low level. They can try to extract data even if the system is damaged, using bootloader vulnerabilities or mode Download Mode.
The process usually looks like this: you connect the phone to the computer, launch the app and follow the instructions to enter a special mode (a combination of the volume and power buttons). The app tries to read a memory image and recover deleted or inaccessible files from it.
It is important to understand that most of these apps are paid, and often only allow you to scan the device for free, showing a preview of the found contacts. Purchasing a license is required for the recovery process itself. Efficiency depends on the phone model and Android version.
โ ๏ธ Attention: Using third-party data recovery software carries risks. Some utilities may require root access, obtaining which can permanently damage the phone or lead to loss of warranty. Use only proven solutions from reputable vendors.
Hardware repair and temporary display replacement
When software methods are exhausted, and the data is critical, the last but most reliable option remains - temporary screen replacement. This does not necessarily mean purchasing a new original display module at full price.
Service centers often have a procedure for โdiagnosticsโ or temporary installation of a working screen (test screen). The wizard connects a working display, you quickly save all contacts to a SIM card, to the cloud, or transfer it to a flash drive, after which the screen is removed. The cost of such a service is significantly lower than purchasing a new module.
If you have skills in soldering and disassembling electronics, you can purchase a cheap compatible screen on marketplaces. Even if it has color rendering defects or the touchscreen does not work perfectly, it may be enough for 15 minutes to save information. The main thing is that the matrix shows the image, and the touch layer responds to clicks.
For some older models with non-removable batteries, there is a method of connecting directly to the battery contacts to supply power if the power controller is damaged, but this requires high qualifications and carries the risk of a short circuit. In 99% of cases, replacing the display is the only safe hardware solution.
Temporary installation of a working display in a service center is the fastest and most guaranteed way to save data if software methods do not help. It's cheaper than buying a new phone.
Frequently asked questions about data recovery (FAQ)
Is it possible to remove the contacts if the phone does not turn on at all?
If the phone does not respond to connecting to the charger (no vibration, indicators, heating), most likely the problem is in the power controller or motherboard. In this case, software methods are useless. A complex hardware repair in the laboratory will be required to restore the power circuit before attempting to read the data.
Will there be contacts on the SIM card if I insert it into another phone?
Yes, if you previously saved numbers to the SIM card, and not to the phone's memory or Google account. Modern smartphones offer saving to the cloud by default, but old recordings often remain on the SIM card. Just put the card in any working phone and check the phone book.
A factory reset will help if the screen is black?
Hard Reset via the volume buttons will delete all data from the phone, including contacts if they have not been synced. This method is only used to bring the phone back to life as a device, but not to save information. Do this only if the data is not important.
Will apps like Dr.Fone help without USB debugging?
Without USB debugging enabled, the capabilities of such apps are severely limited. They can try to make a backup through recovery mode or using vulnerabilities of specific models, but the guarantee of success is low. Most often, they are effective during active debugging.
How can you tell if the touchscreen is working if the screen is black?
Connect your phone to the computer and run the app scrcpy (if debugging is available) or just listen to the sounds. Try calling the number from another phone: if there is a dial tone, then the system is working. Connect the mouse via OTG: if the cursor appears (even on a black background, sometimes a glow is visible), the touchscreen or input system is working.