Deleted messages on smartphones Viber on smartphones Samsung Galaxy is a problem that thousands of users face every day. The reasons for data loss can be different: an accidental click, a reset, a virus attack, or even a bug in the messenger itself. Fortunately, in most cases, correspondence can be returned - if you act quickly and correctly.
Samsung with its proprietary shell One UI and built-in backup tools offers unique recovery options. However, not everyone knows that standard methods (for example, viaGoogle Drive) work differently here than on โpureโ Android. This article is for owners of exclusive methods for owners Galaxy S23, A54, Note 20 and other models, including those that do not require root access.
It is important to understand: the success of recovery depends on three factors:
- The availability of backup copies (even if you did not know about them - Samsung and Viber can create them automatically).
- Time elapsed since deletion (the sooner you start, the higher the chances).
- Phone models and Android versions (with Galaxy With One UI 5.0+ additional tools available).
If you deleted messages less than a week ago, the chances of success exceed 70% โprovided that you did not clear the messenger cache or reinstall it. For old correspondence (more than 30 days), advanced methods will be required, including working with ADB or specialized apps.
1. Restoring through the built-in Viber backup
The simplest and most official way is to use automatic backupswhich Viber creates once a week. This method works on all models Samsung, including Galaxy S24 Ultra and budget Galaxy M34if the backup function is enabled.
To restore messages:
- Delete Viber from the phone via
Settings โ Applications โ Viber โ Delete. - Install the messenger again from Google Play.
- When you first start, the system will offer to restore data from a backup - (agree).
- Select the most recent copy (the date of creation is displayed in the list).
โ ๏ธ Attention: If you not deleted messenger before restoring, but simply reinstalled it over the old version, the backup may not be picked up. In this case, clear the application data through Settings โ Applications โ Viber โ Memory โ Clear data and repeat the procedure.
List of conditions under which this method will work:
- ๐ฑ There is enough free space on the phone (at least 500 MB on the system partition).
- ๐ Automatic backup to Viber has been enabled (
Settings โ Account โ Backup). - ๐ No more than 30 days have passed since deletion (old copies may overwritten).
- ๐ต No apps were used to clear the cache (for example, CCleaner or Samsung Optimizer).
2. Using Samsung Cloud for recovery
Owners Samsung have a unique advantage - proprietary cloud storage Samsung Cloud, which can save application data, including Viber. This method works even if you did not set up backup manually: the system sometimes creates copies automatically when updating. One UI.
Recovery instructions:
- Open
Settings โ Accounts and backup copying โ Samsung Cloud. - Select Restore data and log in to your account Samsung.
- In the list of available copies, find the one where it is indicated Viber (may be displayed as "Data applications").
- Click Restore and wait for the process to complete (may take up to 10 minutes).
โ ๏ธ Attention: Recovery from Samsung Cloud will overwrite the current data in Viber. If you had new conversations after deleting messages, they will be lost. We recommend that you first export important chats manually via Viber Settings โ Account โ Export history.
| Model Samsung | Samsung Cloud support | Max. free storage volume | Automatic Viber backup |
|---|---|---|---|
| Galaxy S22/S23/S24 | Yes | 15 GB | Yes (with synchronization enabled) |
| Galaxy A53/A54 | Yes | 5 GB | Only manually |
| Galaxy Note 20 | Yes | 15 GB | Yes (if updated to One UI 5.0+) |
| Galaxy M33/M53 | Partially | 5 GB | No |
If Samsung Cloud there is no necessary copy, check Google Drive:
- Open Google Drive in a browser.
- In the search bar, enter
Viber. - If you find a file with the extension
.vcb(Viber Backup), download it to your PC.
On phones Samsung s One UI 6.0 backups Samsung Cloud can be created on a schedule. Go to Settings โ Accounts and backup โ Data backup and enable the "Automatic backup" option.
3. Restoring without backup: analyzing the Viber cache
If there are no backups, the only way left is through messenger. This method only works if: retrieving data from the cache messenger. This method only works if:
- You did not clear the cache Viber after deleting messages.
- No more than 7 days from the moment of data loss.
- On the phone encryption is not enabled (on Samsung this can be checked in
Settings โ Biometrics and security โ Other security settings โ Encryption).
For recovery you will need a PC and a app Android Data Recovery (for example, Dr.Fone or Tenorshare UltData). Step-by-step guide:
- Connect Samsung to your computer via USB (turn on USB debugging to
Settings โ About phone โ Software information โ Build number- press 7 times, then return toSettings โ System โ Developer mode). - Run the recovery app and select mode Android data recovery.
- Select the data type - Messages and attachments (or Viber, if there is such an option).
- Follow the app instructions to scan the device (root access may be required).
- After scanning, find the folder
/data/data/com.viber.voip/databasesโit stores the database files Viber (viber_messages,viber_data). - Export the files to a PC and use SQLite Browser to view messages.
Critical detail: on phones Samsung c One UI 4.0 and later path to the database may differ - look for files in /data/user/0/com.viber.voip/databases. If the app does not find the folder, try using Root Browser directly on the phone.
โ ๏ธ Attention: When restoring via cache do not install new versions of Viber before the process is completed, updating the messenger may overwrite old database files.
Disable Wi-Fi and mobile data|Charge phone at least 50%|Install Samsung drivers on PC|Download the recovery app (Dr.Fone/Tenorshare)|Prepare a USB cable (original!)
-->
4. Recovery using ADB (for advanced users)
If the previous methods did not work, you can try to extract data via Android Debug Bridge (ADB). This method requires command line skills, but gives access to hidden files Viberthat are not visible through standard managers.
What you will need:
- ๐ฅ๏ธ A computer with installed ADB Tools and drivers Samsung.
- ๐ฑ Phone with USB debugging enabled USB debugging.
- ๐ Original USB cable (not wireless charging!).
Instructions:
- Connect the phone to the PC and open the command line (
Win + R โ cmd). - Enter the command to check the connection:
adb devicesIf the device is displayed, proceed further.
- Create a backup copy of the data Viber:
adb backup -f viber_backup.ab com.viber.voipA confirmation request will appear on the phone - agree.
- After the copying is complete, turn off the phone and extract file
viber_backup.ab. - Use Android Backup Extractor to extract data from the archive.
โ ๏ธ Attention: On Samsung s Android 11+ command adb backup may not work due to manufacturer restrictions. In this case, try an alternative method:
adb shellsu
cp -r /data/data/com.viber.voip /sdcard/viber_backup
(required root access).
If you receive an error adb: unable to open file, check:
- Are the drivers installed correctly? developer Samsung (download them from official website).
- Is USB debugging enabled (
Settings โ System โ Developer Mode). - Is the antivirus (for example, Kaspersky or Avast) blocking the ADB connection.
What to do if ADB does not see the device?
1. Try another USB cable (preferably original from Samsung).
2. Switch the connection mode on your phone from โChargingโ to โFile Transferโ (MTP).
3. Update ADB to the latest version using the command:
adb kill-server && adb start-server
4. If you are using Windows, check Device Manager for an exclamation mark next to "Samsung ADB Interface".
5. Restore via Google Drive (if synchronization was enabled)
Many users Samsung do not know that Viber can automatically synchronize with Google Drive โeven if you did not set it up manually. This method works if: Google Drive data-i="238">No more than 60 days have passed since the last synchronization.
- An account has been added to the phone Google.
- In settings Viber option was enabled
Backup to Google Drive. - No more than 60 days have passed since the last synchronization.
How to restore messages:
- Delete Viber from your phone.
- Install the messenger again and log in to your account.
- On the welcome screen, select Recover from Google Drive.
- Select the most recent copy (pay attention to the creation date).
If the restore option does not appear:
- ๐ Check if there are backups manually:
- Open Google Drive.
- In the search, enter
Viber backup. - If you find files with the extension
.vcb, download them.
- ๐ Move the downloaded file to the folder
Downloadon your phone. - ๐ Reinstall Viber โon first startup, the system should detect a local copy.
- Open
My file(standard file manager Samsung). - Go to
Settings โ Additional settings โ Show hidden files. - Find the folder
Android โ data โ com.viber.voipand copy the backup file there. - Contact Viber support โthey can restore messages from their servers if:
- You have a phone number and email attached.
- The messages were deleted no more than 30 days ago.
- You can confirm account ownership (via SMS or backup email).
- Phone number associated with the account.
- The approximate date of message deletion.
- Chat ID (if you remember).
- Use professional services โfor example, Oxygen Forensics or CellebriteThese companies. specialize in data recovery from Android devices, including Samsung. The cost of the service is from 5,000 20,000 rubles, but the chances of success are up to 90% even for old messages.
- ๐ต๏ธโโ๏ธ They steal data (logins, passwords, correspondence).
- ๐ฃ Install malware on the phone.
- ๐ซ Do not return money if unsuccessful.
- ๐ฑ The phone itself (it is advisable not to use it for new correspondence).
- ๐ Receipts or warranty documents (if the device is under warranty).
- ๐ Account passwords Google i Samsung (they may be needed to access cloud copies).
- ๐ Enable automatic backup in Viber:
- Open Viber and go to
More โ Settings โ Account โ Backup. - Select Google Drive or Local storage.
- Set copy frequency (recommended weekly).
- Open Viber and go to
- ๐ฑ Set up Samsung Cloud:
- Login in
Settings โ Accounts and backup โ Samsung Cloud. - Enable Automatic backup.
- Add Viber to the list of applications for synchronization.
- Login in
- ๐ Export important chats manually:
- Open the desired chat in Viber.
- Click on the name of the interlocutor โ Export history.
- Select the format (
.txtor.zip) and save the file to your phone or to the cloud.
โ ๏ธ Attention: On phones Samsung s One UI 5.0+ you may need to additionally allow access to files manually. To do this:
6. Alternative methods: contacting support and third-party services
If none of the methods worked, there are two left. option:
To do this, write to support@viber.com with the subject "Recovery of deleted messages" and indicate:
โ ๏ธ Attention: Be careful with โfreeโ recovery services on the Internet. Many of them:
Before using, check reviews on independent sites (for example, 4PDA or XDA Developers).
If you decide to contact specialists, prepare:
The most reliable way to avoid losing messages is to set up automatic backup in Viber (Settings โ Account โ Backup copying) and enable synchronization with Samsung Cloud.
7. How to prevent message loss in the future
To no longer encounter the problem of deleted correspondence, follow these recommendations:
- Swift Backup (requires root).
- Titanium Backup (for advanced users).
- Samsung Smart Switch (built-in backup solution).
- Go to
Settings โ Privacy โ Permission Manager. - Find Viber and allow access to storage and contacts.
- Enable the option Allow changes to system settings (if available).
- Open the optimizer.
- Find the section Exceptions or Ignored applications.
- Add Viber to the list.
- Install Viber to another phone with the same number.
- Login to your account - the system may offer to restore data.
- You made backups in Google Drive or Samsung Cloud.
- Used Samsung Smart Switch to create a backup.
- The phone was turned on encryption โin this case, the data could be saved in encrypted form.
- On the old phone, synchronization with Google Drive was enabled or Samsung Cloud.
- Do you remember the login and password for the account that was linked to Viber.
- New phone Samsung works under the same account Google/Samsung.
- Install Viber on a new phone.
- Login to the same account (by phone number).
- On the welcome screen select Recover from the cloud.
- You restored wrong backup (check the file creation date).
- Viber updated to a new version and the database structure has changed.
- On the phone there is not enough space for a full recovery (free up at least 1 GB).
- You interrupted the process recovery (for example, turned off the phone or closed the application).
- Delete Viber and install same versionthat was at the time the backup was created.
- Repeat the restoration by selecting another backup copy (if any).
- Check if the antivirus is blocking access to files Viber.
- Export chat to file:
- Open the desired chat in Viber.
- Click on the name of the interlocutor โ Export history.
- Select format
.txtand save the file. - Open the file in a text editor and manually find the messages you need.
- Using the SQLite editor (for advanced users):
- Make a backup copy of the file
viber_messages(see the section on ADB). - Open it in SQLite Browser.
- Run the query:
SELECT * FROM messages WHERE chat_id ='CHAT_ID' AND date BETWEEN'START_DATE' AND'END_DATE'(replace
CHAT_IDand dates with the desired values).
- Make a backup copy of the file
โ ๏ธ Attention: On phones Samsung s Android 13+ some backup features may be limited due to privacy policies. To get around this:
If you often clear the cache or use optimizer apps (for example, Samsung Optimizer or CCleaner), add Viber to exceptions:
1. Open My file.
2. Go to Internal storage.
3. Click Create folder and name it, for example, .ViberBackup (a dot at the beginning will make the folder hidden).
4. Transfer all backups there.-->
FAQ: Frequently asked questions about restoring messages in Viber
Is it possible to restore messages if Viber was deleted along with the account?
If the account Viber was deleted (not just deactivated), restore messages impossible. Servers Viber store data only for active accounts. The only chance is if you have a local backup on your phone or in the cloud (Google Drive/Samsung Cloud).
If the account is simply deactivated (for example, due to a change of number), try:
Will recovery work if the phone was reset to factory settings?
When full reset (via Settings โ General โ Reset) the chances of recovery are minimal, but they exist if:
If the reset was done via Recovery Mode (using a combination of buttons), restore data without backup impossible โthis method erases everything, including hidden files.
Is it possible to restore messages on a new Samsung phone if the old one is broken?
Yes, but only if the following conditions are met:
Instructions:
If the old phone is not available, but it turns on, connect it to the PC and make a backup via Samsung Smart Switch or ADB.
Why, when restoring, old messages are not shown, but only new ones?
This is a typical problem when:
Solution:
Is it possible to restore only individual messages, and not all correspondence?
No, standard recovery methods (via backups or cache) return the entire story. However, there are workarounds:
โ ๏ธ Attention: Editing the database Viber manually can lead to losing all messages. Do this only if you have a full backup!