• Recover data from android backup. Creating a copy of Android in the Safe Backup program. Backup via computer using Helium

    As the well-known IT wisdom says, system administrators are divided into those who do not make backups and those who already make backups. I think everyone has had to set up a phone/tablet from scratch at least once after updating or crashing. But it’s not at all necessary to do this if you have a saved backup. In this article we will look at different types of backup ( backup copy) Android device content for all occasions.

    Introduction

    Having received root on a smartphone, the average user begins to experiment with the device and install various interface modifications, themes, fonts, new kernels, firmware, radio and root applications. As a regular, long-time and active user of the 4PDA and XDA Developers forums, I can say that very often such experiments end in questions with the wording: “The phone won’t boot, what should I do?”

    Even after reading the instructions very carefully, you can make a typo or press the wrong button, and then get a bootloop - eternal loading phone with repeated bootanimation. In the worst case, you can get a “brick” - the phone will not turn on at all. This happens very rarely, and, frankly, you need to try very hard to, for example, kill flash memory. Usually, what users consider to be a “brick” can be successfully restored with the help of simple manipulations. And backup will help us a lot with this.

    Basic backup functions that will satisfy most ordinary users are offered by Google itself. In your phone settings there is an “Accounts” tab where you can check the necessary boxes. After flashing or resetting the device to factory settings or activating a new phone, Android itself will restore contacts, history and tabs Chrome browser, Google Keep notes, photos, application data, calendar events and so on. IN latest versions Android can restore the desktop with all shortcuts and automatically install all previously installed applications.

    However, Google can't backup everything. System and application settings will be reset, saved passwords (or rather, authentication tokens) will disappear, applications from third-party markets will not be installed again. Therefore, we need tools that can save everything. We'll talk about them.

    WARNING

    Most of the applications described in this article require root and BusyBox.

    Backup of applications and their data.

    I myself adhere to the approach “ clean install" When upgrading to new firmware, it’s easier for me to set up programs from scratch. And the appearance of bugs in this case is reduced to nothing, especially when moving to the next major version of the firmware. But many users find it more convenient to save application settings and restore them on new firmware. This is especially true for third-party programs that are not in the market. I will focus on the two most popular applications, with millions of downloads.

    Titanium Backup

    The most powerful tool for backing up, restoring, freezing and deleting applications along with their data (including system ones and those pre-installed by the manufacturer). Allows you to set up automatic backup on a schedule without closing applications, and transfer any application to an SD card. You can store different backups of one application, save SMS, MMS, call history, browser bookmarks, Wi-Fi access points in the form of an XML file. Can sync all backups to Dropbox, Box and Google Drive. With this application it is easy to do any custom application system, add encryption, link the application to the market after recovery (for further updates). A convenient feature is the creation of an update.zip archive based on a backup of applications and data, which can be flashed from the recovery console to restore applications and settings.

    One of the most useful uses Titanium Backup is the transfer of applications and their settings between devices. As an example, I’ll show you how to make the popular WhatsApp messenger work on a tablet without a SIM card. When searching for a program in the market, the description page will indicate that this program is not supported on your device. Even if you download and install the APK, to activate the program you need to call the device, which a tablet without a SIM card (or LTE with a tariff without voice calls or a dialer cut out of the firmware) cannot do.

    So, go to Titanium, look for the right application, click on it and click “Save” in the pop-up menu. If you swipe left in the menu, you can call up additional functions. The same menu can be called up with a long tap on the application in the list. After running the script, the notification panel will display new entry about creating a successful backup. For ease of use, I advise you to configure the program to upload backups to the cloud. Synchronization can be configured on the third tab - “Schedules”. Click “Start” on the “Synchronization with” item Google Drive", and a notification in the curtain will indicate successful completion.

    On the tablet we launch Titanium and synchronize backups with the cloud. At the same time, the newly made backup from the phone is downloaded. WhatsApp will be at the very end of the list of programs. A crossed out name means that the program is not installed on the tablet. Click on the program and select “Restore” from the pop-up menu. All. You can launch WhatsApp.

    Helium - App Sync and Backup

    The main difference of the program is the ability to work without superuser rights (the application uses the standard backup manager, available in any Android starting from version 4.0. - Ed.). At the same time, some of the functions are reduced and a companion application is required on the computer. The program will allow you to backup your user dictionary, messages and call logs, and Wi-Fi access points. System applications cannot be backed up, even if you are rooted. Also, reservation may be prohibited by the developers of some programs. They will be at the bottom of the list. For example, WhatsApp cannot be backed up.

    Helium remembers all devices on which it was launched and allows you to restore backups separately on different devices Oh. Backups can be stored on a memory card or in the cloud (Google Drive, Box, Dropbox), and can also be made on a schedule. Another feature of the application is that it is easy to transfer data between devices, for example, having started a game on one device, you can continue it on another.

    IMEI

    There are often cases when, after updating the firmware, cellular communications and the Internet stop working. This is a sure sign that the IMEI (International Mobile Equipment Identity - international identifier mobile equipment). This number is unique for each device and serves to identify the device on the network. If there is a failure, it may be reset to zero, and the device will no longer see the network.

    To avoid such cases, I advise you to make a backup of the EFS partition containing the IMEI in advance: using programs from the market, manually through the console (adb shell) or on the device through a terminal emulator. It is worth noting that for different devices, the partition table may differ radically depending on the chips used. In the case of Nexus 4, you need to enter the following commands in the terminal:

    Backup IMEI:

    Su dd if=/dev/block/mmcblk0p8 of=/sdcard/m9kefs1.img dd if=/dev/block/mmcblk0p9 of=/sdcard/m9kefs2.img

    Repair IMEI:

    Su dd if=/sdcard/m9kefs1.img of=/dev/block/mmcblk0p8 dd if=/sdcard/m9kefs2.img of=/dev/block/mmcblk0p9

    The Nexus 5 does not have a dedicated EFS partition. Therefore, you need to backup sections 12 and 13, which contain not only IMEI, but also other data:

    Su dd if=/dev/block/mmcblk0p12 of=/sdcard/modemst1.img dd if=/dev/block/mmcblk0p13 of=/sdcard/modemst2.img

    Restoration is carried out by a similar command.

    Photos and videos

    After unsuccessful firmware update or, for example, damage or theft of the phone, the most unpleasant sensation is caused by the loss of captured videos and photos. After all, applications can be reinstalled, passwords can be restored if necessary, and photos, if you don’t protect yourself in advance, will be lost forever. And in the market there are programs for every taste for saving your photos and videos. Let's look at a few of them.

    Google+

    Standard program from the “good corporation”, pre-installed on all stock firmware. I’ve been using it for a long time and on all devices (on at the moment the albums contain more than 10 thousand photographs). Automatically syncs all captured photos with closed albums Picassa (soon the same feature will appear in Google Drive). Photos will be available on all devices logged into the same account. If you have Internet access, all photos can be viewed even on a new device by logging into Google account. Nice bonus- auto-correction of some photos, creation of collages from similar photos and GIF animations from series of photos. “Auto-creatives” also automatically appear - a cut to music from many photos and videos taken on the same day. When you change the location where you take photos and videos, “Stories” and “Travel” usually appear.

    Other options

    • MEGA- provides 50 GB of storage by default, has flexible settings, a synchronization client for the computer and an extension for the Chrome browser. Different viewing modes, the ability to open folders for other users.
    • Cloud Mail.ru- 100 GB for new users. It has a nice interface and a client for the computer.
    • Dropbox- is interesting because it has a companion application, Carousel, which can not only automatically upload photos, but also clean your smartphone from those that have already been downloaded.

    INFO

    It is better to store important backups in the cloud or on your computer so that they can be used even after a complete wipe of the device.

    Backup of arbitrary files

    There are also options for backing up files on an SD card. various programs. In general, they have similar features and differ in interface or supported cloud services.

    Foldersync

    Material Design, support for Amazon Cloud Drive, Box, Dropbox, FTP, Google Drive, Mega, OneDrive, SMB/CIFS, WebDav, Yandex Disk. Has a built-in file manager, many settings, filters, convenient planning. Ability to configure two-way synchronization, transfer hidden files, setting up transmission via Wi-Fi / mobile internet, Tasker support, PIN code protection, ability to synchronize subfolders.

    DataSync

    Ability to synchronize between devices via Bluetooth, schedule, application data, files and folders. Automatic two-way data synchronization will allow you to save game progress and automatically download it to everything connected devices when data changes on one of them.

    Dropsync

    Advanced synchronization client with Dropbox. Uploading photos and videos, monitoring battery level, Wi-Fi/3G/4G/WiMax connections and adaptation according to user preferences, customizable auto-sync interval, plug-in for Tasker, ability to select synchronization mode: download only, download and delete, only downloading, mirror downloading and more.

    Essentially, this is an analogue of the Dropbox desktop client with on-the-fly synchronization (as in the Linux version of the client, file changes are tracked using the inotify mechanism, so everything is synchronized at once, and not at certain time intervals).

    INFO

    For Linux/UNIX users, rsync backup for Android is suitable, which will allow you to send and receive files from a remote server via SSH. Has Tasker support.

    Full device backup

    Nandroid backup (from NAND - the type of memory used in modern smartphones) - full backup the entire firmware along with applications, data and settings. The function is supported by TWRP or CWM. In addition, you can make a backup directly from Android using the Online nandroid backup program. The already discussed Titanium, as well as Nandroid manager, will help you recover individual data. First, let's see how to make a backup from the recovery console.

    CWM

    To create a backup, select Backup and Restore, and then Backup to /sdcard. Before clicking, you can select the backup format or free up unused data. To restore, select Backup and Restore and then Restore from /sdcard. If you select Advanced restore from /sdcard, you can specify the boot, system, data, cache, sd-ext partitions for recovery separately.

    For greater safety, the resulting backup can be transferred to a computer. But there's a catch. The fact is that if the device has an “external” (real) memory card, CWM will place the backup in it and it will be available for saving on the computer using standard means (directory clockworkmod/backup/date-and-time-backup on the memory card ). Everything is fine here.

    A lyrical digression, or a declaration of love for Nexus devices

    If you look at the partition structure of Nexus devices using the adb shell busybox fdisk /dev/block/mmcblk0 command (you need root and installed from the BusyBox market), you can see the following picture (see screenshot “Partition structure on Nexus 5 and Nexus 4” ).

    The aboot partition is the primary bootloader. It can be damaged if, for example, you flash the kernel or bootloader from another device or pull out the cord from the phone during the flashing process. In this case, the partition table crashes and the phone stops loading into the bootloader and recovery, and also stops responding to fastboot and adb commands.

    An ordinary user thinks that this is a “brick” and carries the phone to service center, where he pays more than a hundred dollars for a new one to replace the allegedly burnt board. In fact, in section 15 for Nexus 4 and section 11 for Nexus 5 there is a backup copy of the bootloader - abootb. This is one of the reasons why it is almost impossible to kill the Nexus, because the backup bootloader can be restored without any problems.

    Turn off the smartphone and turn it on while pressing the keys simultaneously . Then simultaneously press and hold the button combinations (will only work if the main bootloader is killed). After that, connect the device to the computer (now it will be detected and ADB will work) and copy the backup bootloader to the main partition using the commands

    $ adb shell su

    The partition table will be restored, and if necessary, you can then flash the desired bootloader.

    However, in smartphones without a memory card slot or in the absence of one, the backup will be invisible to the user. This is because the mount points have changed since version 4.2 of Android. internal memory to ensure work in multi-user mode. The virtual (internal) memory card itself is mounted in /data/media, and the CWM backup is also located there. But the main user's data is in /data/media/0, and it is this directory that is then mounted as /sdcard. Therefore, the backup will remain unavailable using standard means and without root rights.

    You can get a backup from /data/media using a file manager with superuser rights or by connecting your smartphone to your computer in recovery mode. Next we enter adb command shell, and then ls /sdcard/clockworkmod/backup/ to search for the directory with the latest backup. We transfer the backup with something like this:

    $ adb pull /sdcard/clockworkmod/backup/2015-04-20.15.46.18 \ "D:\Nexus5\Backup\Nandroid\2015-04-20.15.46.18"

    where the numbers are the previously found backup, corresponding to the date and time of its appearance, and at the end - the path on the computer to store the backup, which can be arbitrary.

    TWRP

    To create a backup, click the Backup button and mark the required sections with crosses (not sure - select all). Additionally, you can remove encryption, enable compression, skip creating an MD5 hash, and select saving to a USB - OTG flash drive. As a result, the backup will be in the /sdcard/twrp/backups/backup-date-and-time directory. Unlike CWM, it will be available regardless of the presence of a memory card. To restore, click Restore and select the one you need.


    INFO

    The market has large number programs for separate backup and recovery of SMS, calls, contacts, kernels, recovery and so on.

    Nandroid Manager

    It is a one-stop tool to manage all your Nandroid backups. Using Nandroid Manager, you can recover applications and data, SMS, call log, Wi-Fi hotspots, saved paired Bluetooth devices, user dictionary. The application sees backups created in both custom recoveries, and allows you to rename them and search for information in separate databases within the backup.

    Nandroid Manager Features

    Online nandroid backup

    Allows you to make a backup on a device operating in normal mode, without rebooting into recovery. In the settings you can select the following options:

    • Backup name - manually each time / by UTC time zone / by phone time zone / based on the firmware version number, including the time of creation.
    • Backup type - CWM/TWRP with or without compression.
    • Mode - normal (full) / selection of partitions for copying. When you select the latter, a list opens with a choice.
    • Where to save the backup.
    • The number of backups for storage is from “all” to 10 (if full, the older ones are deleted).
    • Saving Yaffs2 sections as Tar files.
    • Excluding Dalvik Cache from backup.

    The program supports uploading backup files to the cloud, FTP or Google Drive. A customizable schedule for automatic backups is available, from “every day” to “every 30 days” with the option “only when the device is charging.” Additionally, Tasker actions are supported using the plugin.

    Backup using ADB

    The method, so to speak, is for geeks. We connect the smartphone to the computer, enable USB debugging. Next, we use the adb backup command, which has the following keys:

    • -f FILE - location and name of the backup file to be created on the computer. If this parameter is not present, the backup will be created in the current folder called backup.ab. In case Windows paths with spaces and special characters should be enclosed in quotation marks.
    • -apk | -noapk - whether or not to save the APK application in the backup. The default is not to save.
    • -system | -nosystem - whether to save in backup system applications. The default is to save. Selecting -nosystem will prevent system applications from being saved when -all is specified.
    • -all - save all installed applications, including system ones, in backup.
    • -shared | -noshared - whether to include application data and the contents of the memory card in the backup. The default is not to save.
    • - here you can write a list of applications that will be backed up. Ignores -nosystem.

    Accordingly, to perform a full backup, use the following command:

    $ adb backup -f "D:\Backup\ADB-2015-04-20.ab" -apk -shared -all -system

    After this, Now unlock your device and confirm the backup operation will appear in the console, and a notification will appear on the phone asking you to confirm the operation and set an optional password for the backup. The process of creating a backup copy can last more than forty minutes, so there is no need to be nervous. To restore, use the command “adb restore path-to-file”, for the example above it would be:

    $ adb restore "D:\Backup\ADB-2015-04-20.ab"

    We confirm the request on the phone, enter the password (if you set it during the backup) and wait for the recovery, which may take even longer than creating the backup itself.

    INFO

    To know IMEI numbers, all your devices linked to Google (including old ones) can be found on the page google.com/settings/dashboard, expanding the Android list.

    Conclusion

    I hope this article will help you save time and nerves when experimenting with the device. And even the loss or theft of a phone will not be a tragedy if backups of photos and applications are stored in the cloud.

    For quick recovery lost data on your smartphone, you need to know what a backup is and how to create it on Android.

    With its help you will quickly return everything deleted files, restore game and program settings, as well as IMEI, identification numbers, passwords and all other information contained on the device.

    Definition

    Backup is an archived backup copy of your phone or computer files. A backup can be created on any operating system. Its purpose is to save all user data and configure the system at the time the archive was created.

    After a factory reset or a forced system restore using a backup, you can quickly return all lost data and avoid wasting time re-installing programs and configuring the OS.

    A copy of the data is created using special programs. The most popular utilities:

    • Titanium Backup;
    • Super Backup;
    • Nandroid Manager;
    • Helium and others;
    • SP FlashTools.

    Types of backups inAndroid

    On Android OS, users can create a backup copy of the entire system or its individual components:

    • Copy SMS -messages and contact list ;
    • Backup of the entire system taking into account security settings (saving all locking passwords);
    • Backup any selected files ;
    • Backup photos and videos ;
    • A copy of your Google account information ;
    • Backup for IMEI .

    Why is it important to create Backups periodically?

    Backup allows you to get rid of the problems associated with sudden loss of data on your smartphone. Periodically creating backups will save all settings operating system, as well as messages and multimedia files.

    If errors occur that require you to reset your phone, you can easily get back all deleted information. In the Android OS, a backup can be created using the built-in system options or using special programs.

    In what cases should you make a backup?

    1. Before updating the firmware . It doesn't matter whether you download a new version of Android over the air or install updates manually, create a copy of the installed OS. We recommend moving all photos, videos and music to a memory card or uploading this data to cloud storage;

    2. Before resetting. Over time, smartphone users may experience a decrease in the performance of their gadget. This is due to the load RAM, viruses. The easiest way to restore devices is to reset the OS to factory settings. Before doing this, it is better to create a backup of your phone book and SMS so as not to lose important data;

    3. To reset the lock password. If you have set a password, graphic key or PIN code and forgot it, you can reset it without losing data by using a backup. The only requirement is that an archive with a copy of the data must be created before setting the password.

    Also, periodically creating a backup phone book will allow you to quickly return lost numbers in the event of a SIM card error or after clearing the memory card.

    What is needed to create a copy?

    To create a backup in Android OS in the standard way, you will need:

    • Superuser rights – ROOT must be active on the smartphone at the time the copy is generated;
    • Storage media for copies – this can be a built-in memory card, any cloud storage or the memory of your computer;
    • Backup program . Software that works with backups with active ROOT rights allows you to create a copy of all data in the operating system - from contacts, to arbitrary files and settings of each program.

    Another way to create a backup- This is the use of third-party programs that do not require superuser rights. They allow you to back up only basic OS data. For example, a phone book, messages, accounts linked to the OS. Creating and restoring a copy can be done using one program that must be installed on your smartphone.

    Backup programs

    After flashing your gadget, you get an absolutely “clean” software shell. You will not be able to return any programs, accounts or settings from the previous version of the OS if you did not take care of creating a backup copy in advance.

    Many users prefer to install applications from scratch. However, it is much easier to use a backup and return all application settings using one archive. Restoring previous settings does not affect the operation of the OS in any way and does not cause bugs or errors.

    Backup programs will be relevant for those applications that are not in the official Play Market .

    Titanium Backup and Helium- these are the two most popular programs for working with backup copies of applications in Android OS of any version. To get started with each of these utilities, you will need superuser rights.

    To create a backup of one installed program or several types of software at once, use the instructions for one of the following utilities.

    Titanium Backup

    The utility has more than 5 million official downloads in Play Market. The application not only allows you to restore operating system data, but also works with software installed by the manufacturer, removing components and settings that a regular user cannot remove using the standard settings window.

    Main features of Titanium Backup:

    • Setting up backup according to a specific schedule;
    • Move programs between internal and external memory without having to close the application;
    • Quick scan for a new firmware version;
    • Firmware installation;
    • Storing call history and text messages mobile operator;
    • Backup browser bookmarks;
    • Backup router access point;
    • Data synchronization with cloud services DropBox, OneDrive, Google Drive;
    • Assigning system status to any program (the option is configured by the user);
    • Creating a backup archive that can be re-installed on a smartphone using the console;
    • Synchronize settings and application data between several gadgets.

    Convenient transfer of settings from one gadget to another is the most useful feature Titanium Backup. If it happens that your smartphone breaks down or you lose it, thanks to a backup you can easily restore all contacts and messages in popular instant messengers and transfer the information to another device.

    You don't need an old SIM card to transfer data. All you need is a second gadget, a backup archive and the Titanium Backup utility. All backups created in the program automatically synchronizes with one of your cloud storages:

    • Go to the utility window Titanium Backup;
    • In the list of programs installed on the smartphone, select the desired messenger or other application to create a backup copy of its settings. In our case, we will archive all numbers and messages from Whatsapp;
    • Tap on the program name for a few seconds. In the pop-up window, click on the field "Save";
    • Next, select cloud storage, to which an archive with software settings will be sent.

    To move program data to a second gadget or restore settings after a factory reset, reinstall Whatsapp messenger and Titanium Backup. Open the recovery tool and sync the utility with the cloud.

    In the list of all programs installed on your smartphone, select the desired messenger, click on it and in the options menu click on “Restore”. Titanium Backup will automatically create the required backup copy in the cloud and return all lost files to the program. You will be able to use all your contacts again and access lost chats.

    Similarly, you can transfer given any another program for the second gadget. Most often, the application backup function is useful for transferring messenger data and saving progress in games.

    Helium

    Helium- this is another simple and useful utility for quick device recovery. The software works on all devices, regardless of whether you have superuser rights. The only requirement is synchronization with the cloud. The utility does not save backups to a memory card or external drive.

    Helium features:

    1. Synchronization of applications on several devices;

    2. System backup;

    3. Convenient file explorer;

    4. Uninstalling programs and rolling back their updates.

    To create a backup copy of the installed program data, follow the instructions:

    • Open the Helium app. Appear in the main window of the utility file explorer Carbon is a built-in service for viewing a list of all installed applications. Click on the desired program and from the action menu select "Backup";
    • Wait until the copy is completed. The created archive will be sent to the cloud;

    To restore information from a copy using Helium, open the utility on another device. In the settings, activate the “Synchronization with the cloud” item. Next, in the main program window, go to the “Recovery and Synchronization” tab.

    Select the program whose data you want to return and click on “Restore”.

    To create any other type of backup, go to the “Browse” tab and select one of the backup options.

    Saving IMEI

    IMEI is the international numeric identifier of your device. Using this set of numbers you can find out the manufacturer of the gadget, its model and status. Phones and tablets without IMEI are considered stolen and are unofficially prohibited for use in the CIS.

    As a result of resetting settings or software errors, the IMEI identifier may be lost. However, you can restore it using a backup copy.

    Signs of a lost IMEI:

    • After flashing or resetting to factory settings, problems arise with communication (cellular network, Bluetooth, Wi-Fi);
    • Complete lack of connection to GPS;
    • The phone does not see any SIM card.

    You can restore the ID only with superuser rights. To return IMEI you will need to install an emulator utility Android consoles Terminal Emulator (if your phone does not see the network, download the installation APK to your computer, and then transfer the file to your phone using a USB connection).

    Follow the instructions:

    • First we need to know the EFS code. To do this, enter the command mount and press Enter to execute it;
    • A text will appear in the console window in which you should find the EFS command, written through a slash. The text identifier before the command is the code we need. Code search example:
    • Write down the found code on a piece of paper and restart the application. After restart emulator, enter the command to restore IMEI (each line must be entered via Enter). XXXXX is the EFS code found;
    • To save IMEI settings without leaving the program, enter the following lines:

    After successfully completing all commands, exit the emulator window, restart your smartphone and check the cellular network, geolocation and Internet connection. Everything should work fine. If desired, you can check the presence of IMEI using the engineering menu.

    Backup photos and videos

    As a result of your smartphone being stolen or reset to factory settings, the most unpleasant thing is the loss of photos, videos, music and other personal data. All programs can be reinstalled, but it is almost impossible to return personal information without premature preparation.

    Even if you are sure that nothing will happen to your gadget, we recommend that you set up at least one of the methods described below for saving your multimedia data.

    Using the Google+ app

    The standard Google application is pre-installed on all Android devices. The purpose of Google+ is to combine and synchronize all Google services in one account. If you have Google Drive cloud storage installed on your device and Google app+ - this does not mean that file synchronization is configured.

    The point is that in mobile version Google Drive cannot be configured to sync a specific folder. Users can only activate the automatic sending of all photos taken with the gadget’s camera through the smartphone settings.

    Follow the instructions to sync any folder on your smartphone with One Drive and automatically send copies of files to the cloud:

    1. Install the FolderSync application on your smartphone or update it to a new version if the utility is already on your smartphone. The utility allows you to select any folder in the smartphone’s memory and configure its synchronization with the cloud (link to the Play Market page :);

    2. Further, for devices with Android OS 0 and higher, it is not necessary to allow access to all folders and files on the smartphone. To do this, simply open the FolderSync program immediately after the first installation and in the pop-up window, click on the button "Allow";

    3. To set up automatic backup of photos, videos and other files in the main FolderSync window, click on the button "Create New Sync";

    4. Then the built-in assistant window will open. In it you must enter a name for the created pair “ folder-cloud storage»;

    6. In the window that appears, select the OneDrive cloud service or another site, with whom you want to set up a binding;

    8. To confirm the action and save the settings, click on "Authenticate Account";

    All user data is added to the repository. No matter what happens to your phone, you can always get your photos back using any computer or browser.

    At the directory selection stage, you will be prompted configure one of the following options for connecting to cloud storage:

    • Connecting to a local folder(select if the backup data will be created and located only on your smartphone);
    • Sync with a remote folder(if you want to create a backup for a folder on your computer);
    • Hybrid option(to create a backup this smartphone and other remote gadgets).

    In the connection settings, you can select a schedule according to which synchronization will occur. We recommend sending data to the cloud every day. In case of an error or breakdown of the phone, everything important files will have a backup.

    Other ways

    In addition to Google Drive storage, you can also choose any of the following services:

    • DropBox – the most popular cloud storage in the world. Its peculiarity is that the program can automatically create a backup of your phone’s photos and immediately delete them, freeing up memory. You can access the folder with all the images at any time from all devices. All you need is an Internet connection;
    • MEGA – a cloud that provides free 50 GB of virtual space disk space. The user can set up synchronization with any device, download client programs for PCs and smartphones, control access to folders and files;
    • Mail . ru cloud – after registration you will have access to 100 GB completely free of charge. Manage simple file synchronization and view in any browser.

    All of these cloud storage services have client apps in the store Google Play and the ability to synchronize phone data with the server through the usual program settings.

    We create a backup of any files

    In addition to the options described above for creating a backup of photos, music, videos, users can download the following programs to their smartphone for work with backup copies of documents of any format:

    • DataSync;
    • DropSync.

    DataSync

    The application works in a similar way to FolderSync discussed above and allows you to create a backup of any information that is stored in internal or external memory devices (except for installed programs and system settings).

    Also, DataSync allows you to configure sending a backup from one device to another via a Bluetooth connection, which is convenient when you need to save important information and there is no Internet connection.

    Thanks to the two-way synchronization option, two gadgets will be able to exchange game data. This way, all missions and progress will be saved on both devices at once.

    DropSync

    DropSync is another popular utility for sending backups. Its peculiarity is additional monitoring of the phone’s performance. If the smartphone has low battery power, the application will not sync data, so as not to reduce the operating time of the device.

    Users can select the synchronization type:

    (after synchronization, the data remains in the smartphone’s memory); (automatic removal information from the phone's memory to free up space. Users can access files using cloud storage linked to the program);
  • Download only– receiving a backup from the cloud and adding its contents to the smartphone’s memory.
  • Backup for all data and settings

    NAND (or Nandroid Backup) is a concept that is used in the Android OS to denote a complete backup of the firmware installed on the smartphone, including all system data and its settings. The backup also includes everything installed programs.

    The full backup function is supported by recovery menus such as TWRP or CWM. TWRP is an advanced recovery menu that is installed on the phone by the user, and CWM is an alternative recovery menu.

    Firmware with one of two types of recovery is installed in the system partition of the smartphone’s memory, after which you can create a backup of absolutely all data. After recovery, you will be able to use all lost programs, contacts and files again.

    Also, a backup created in CWM or TWRP can be installed on any other Android device if it supports working with the created firmware version. Nandroid Backup Online

    Nandroid Manager

    To create a complete backup copy of the device's software shell, you need to download and install the Nandroid Manager program

    The utility allows you to create a quick standard (copying all data) or custom backup of the system (the user selects what needs to be saved) without going into the recovery menu. In the application settings you can select the following backup options:

    • Backup name– contains a unique name, date, code and firmware name;
    • Creation Mode– normal (full), custom selection of memory sections;
    • Copy type– CWM or TWRP. You can also select compression to save disk space;
    • The place where the backup will be stored. You can add it to your phone's memory, download it to your PC, or upload it to the cloud;
    • Exclusion from backup contents temporary files, bugs, erroneous system settings, cache and found viruses.

    The Nandroid Manager utility synchronizes the created backup archive with the cloud, FTP server. Users have access to the function of creating a schedule for updating a backup copy. To save battery power, we recommend that you configure the downloading of a new version of the backup only during the period when the gadget is charging.

    Notice! Uploading a full backup of the operating system viaNandroid Managermay affect the performance of the gadget.

    Backup with ADB

    ADB is a debugging bridge for Android OS. In simple words, using ADB you can create a system backup by connecting your smartphone to your computer. ADB is a console application in which the user enters system programs performed on the phone.

    ADB Features:

    • Viewing the content and system settings of connected gadgets;
    • Client-server interaction between smartphone and PC;
    • Viewing logs;
    • Removing or cleaning the DATA system partition;
    • Quick copy files of any format between devices;
    • Executing the firmware;
    • Application of control scripts;
    • Removing superuser rights;
    • Manage network connection parameters.

    To get started, download and install the ADB Run utility on your computer.

    Launch the folder that appeared on your computer desktop as a result of installing ADB Run. Connect your phone to your PC and in the ADB Run program folder create text document devices.cmd (the file must be an object standard notepad or any other text editor. Immediately after creation, rename the TXT format to CMD).

    Open devices.cmd and write in the file the following commands:

    • echo off
    • adb devices
    • pause

    After the text about the successful completion of the operation appears, enter a new command to create a backup of the current firmware state:

    adb create backup [- l ] [- r ] < name > , where name is the name of the archive with a copy of the firmware.

    The backup copy will be saved to the root folder of the ADB Run utility on your computer. You can move it to any other folder or cloud.

    Super Backup application - creating a copy without ROOT

    To create a backup copy of your smartphone data, you can use third-party programs that, without superuser rights, can configure a backup of selected information.

    Super Backup is one such application. His main feature– wide functionality.

    The user can create copies of the following types of information:

    1Applications;

    3Call log;

    4Calendar;

    5Bookmarks;

    6Phonebook contacts.

    After some time has passed after purchasing a communicator or tablet computer, any owner begins to look for ways to save programs, work data, settings, files, passwords, etc. Arises logical question: “How to make a backup copy of (Android)?”

    Tablets and smartphones allow you to do this in several ways. We do not undertake to say which one is better, since there are a number of nuances in use, but we will definitely indicate the most popular ones. The choice, as always happens, depends entirely on the preferences of the owner himself.

    What people using Android devices save

    Each user has their own understanding of the importance of the applications used and the results of their work. One doesn’t want to lose the apk file of his favorite “Tetris”, another is only worried about the list of numbers in the phone book, and the third is looking for options on how to make a complete backup copy of “Android”, saving everything.

    Depending on these features, the algorithm of actions also changes. Let's start with the simplest one.

    How to save numbers

    On any device mobile communications a software mechanism has been implemented that allows you to upload a list of phones to a file and, if necessary, restore them. To save, you need to go to “Contacts”, select “Import/Export” and select “Export to storage”. As a result, a file with the vcf extension will be created on the memory card - this is the backup copy. It is advisable to duplicate it on the computer, which will allow you not to lose the numbers if your Android device breaks down.

    Save apk files

    Often there is a need to figure out how to make not system data, but files downloaded by the user. For example, save programs installed from the Market. Fortunately, they are all stored on the device, so they can be transferred to any folder or other media. To do this, you can use a program in which you should select the “Applications” item and, by checking the boxes, save what you want. The Astro application is also quite functional. There is also nothing complicated about how to make a backup copy of Android using it. After installation and launch, you need to open the “Settings” menu - Tools - Application Backup, check the boxes and click on the button of the same name. The files will be saved on the memory card in the “backups/app” folder. More advanced users who have gained root access can simply copy the apk from the root "data/app" folder.

    Access rights

    All of the above methods are essentially half measures. They cannot be used to save settings, passwords, etc. Therefore, let's look at how to backup Android using other methods. Again there are two solutions: using full access To file system devices (root) and without it. Having carried out certain successful manipulations with the mobile device, the owner gets the opportunity to delete, add, edit system files that are otherwise not available.

    While learning how to make a backup copy of Android, also check out the issue of obtaining root rights to ensure yourself full control. This will significantly expand the possibilities, including you can easily figure out how to make a backup copy of Android. One of the most safe ways- Framaroot program.

    Titanic copying

    After obtaining access rights to the file system, you can begin to learn how to make a backup copy (Android). 4pda is a well-known forum from which you can download the Titanium Backup program. Those who want to get everything at once may be interested in the MoDaCo Plus version, however, to simply create a copy, the basic functionality is sufficient. After launch, you need to open the “Backups” tab. A list of all programs will appear, including system ones, which are highlighted in red. Next, you should select the desired application and point to it. A menu will be displayed with a choice of actions: the user can save (make a copy), freeze or delete program data. Here it is also possible to remember in a file a list of calls made/received, which is impossible to do using standard means. Sometimes this turns out to be quite in demand.

    No less interesting is the question of how to make a backup copy (Android) on a computer. In fact, this is done quite simply. All data saved via Titanium is located in the TitaniumBackup folder on the memory card. That is, it is enough to connect the device to personal computer in storage mode, open the SD card through a file manager or explorer, find the above directory and make a duplicate of it on the hard drive. In the future, the memory card can be replaced or formatted, but by returning the folder to its place and running Titanium, you can restore everything that was previously saved. This is one of the most popular and easy to use. It is hardly possible to advance in studying the operation of Android devices without paying attention to this wonderful tool.

    How to make a backup (Android)

    Without root access to system files, you can also create a copy on the device. This opportunity is provided both by the operating system itself and by third-party applications.

    In the first case, the user is only required to create mailbox(account) on the Gmail resource. After this, you can use the mechanism for copying programs, settings, phone books and all related software to the Google server. To do this, you need to activate your account ("Settings" - "Accounts"), specifying your login and password, and also assign synchronization. The latter, by the way, is activated automatically. You can copy everything manually by activating “Copy data” in the “Backup and reset” section. You can return everything saved on any device in which you have entered the login parameters. this account. The “Auto-recovery” item is intended for this purpose.

    In principle, this method is quite effective, but it is a stretch to consider it ideal. In particular, without access to the Internet, recovery is impossible. And if we take into account the volume required to deploy applications, then access, in addition, must be unlimited and high-speed. And finally, the main disadvantage is storing your data on a remote server.
    All phone numbers, SMS texts, passwords banking systems and perhaps photographs of his naked wife become public knowledge. Whether to rely on encryption or not is something everyone must decide for themselves. As an alternative to Google backup, you can use the G Cloud Backup program. This is the same cloud storage, to work with which you need to create an account. You are allowed to store 1.2 GB of data; you can increase the capabilities by participating in “promotion”.

    Copy of everything

    Once you have root access, you can install CWM - custom recovery. It is different for each model of smartphones and tablets, so we cannot indicate the installation and selection method here. If everything went well, then when you turn on the device, you should launch FastBoot (press and hold the volume rocker up and the power button) and select “Backup to SD” in the list of operations.

    Contacts, photos, progress in games - smartphones contain no less in memory necessary information, how hard drives computers. Android backup allows you to prevent the loss of important data by storing it securely on Google servers or on your computer.

    Backup to Google servers

    For full-fledged work Android requires a Google account – account Gmail, with which you can log in to any service from a global corporation. Therefore, an Android backup to Google is the easiest way to save your content and settings. To back up your contacts, some application data, calendar and disk, just add your Google account in the settings and turn on synchronization.

    The marked data will be automatically saved to Google servers. To restore them to your phone from a backup or transfer them to another device, just add an account and enable synchronization.

    There is also a “Backup and Reset” section in your phone settings. Here you need to enable backup, add a Google account for synchronization and activate auto-recovery, which will help you return a copy of the settings and data of some applications when you reinstall them.

    Stored on Google servers important information, but, for example, progress in the game cannot be transferred to another device using such synchronization. If you want to save absolutely all your data, then you need to know how to make a full backup.

    Backup via Recovery

    The standard Android recovery menu (Recovery) has extremely limited functionality - resetting settings and installing updates. But if you put it on your phone alternative Recovery(for example, Clockworkmod), then you can perform a number of operations, including backup. In fact, this will not be a backup copy of the data, but a full-fledged snapshot of the system.

    If you do not know what custom Recovery is and have never installed it, then it is recommended to immediately proceed to the next point in the guide, which describes the procedure for creating a backup using a program for backing up Android on a PC, called Adb Run.

    If you have a custom Recovery, then making a snapshot of Android is not difficult:

    1. Turn off the phone, go to Recovery (usually you need to hold down the “Volume +” and “Power” keys).
    2. Use the volume rocker and power button to open the “Backup and Restore” section.
    3. Select "Backup" to create a copy of the current firmware state.

    The backup will be saved to a memory card, in a folder called “CWM” or “TWRP”, depending on what Recovery is installed. Then there are two options:

    • Store the system image on a memory card.
    • Connect your phone to your computer and transfer the backup to hard drive so as not to waste memory mobile device large amount of data.

    To perform a restore Android data After a backup via Recovery, you need to make sure that the system image is in the appropriate folder on the SD card. Then you should go to Recovery again, open the “Backup and Restore” section and go to “Restore”. A list of backups available for restoration will appear, from which you need to select the appropriate system snapshot.

    Using the Adb Run program

    If you want to backup Android to your computer without creating a backup in Recovery menu and setting up a Google account, then use free utility ADB RUN. For it to work, two conditions must be met:

    • USB debugging is enabled on your phone.
    • Mobile device drivers are installed on your computer.

    The drivers must be for the model that you connect to the computer. If the conditions are met, you can proceed to creating a backup copy.


    The backup copy is stored on the computer, to return the data to the phone, you need to run Adb Run again and go to the “Backup” section. Here you should open the “Adb Restore” subsection and select the desired backup, after which the data will be copied back to the memory of the mobile device and to the SD card.

    Methods for creating a backup copy on Android are not limited to the tools described. In the Play Market you can find a dozen applications (with root or without root) that allow you to save different amounts of data - Safe Backup, Super Backup, Titanium Backup. But before using the application's capabilities, be sure to read user reviews about its operation - some programs are unstable.

    Syncs Google significantly with Android devices. In case you accidentally deleted something from your Android device, Google sync saves you from a lot of trouble. In the event of a disaster where all the data on the device is destroyed, fortunately Google keeps some backups in place. These backups offer a great sense of security in case something goes wrong with the device data.

    Let's see how you can restore your Android phone from backups effortlessly using Google backup copy and ultimate applications available in the market, called .

    Backup device data using android backup service:

    You can back up photos, videos, music and files on your device using your Google Account. The service can be used to back up data connected to one or more Google Accounts. If you want to replace your device or erase existing data, you can restore your data using any account where you backed up your data.

    Steps to backup data using android backup service:

    1. First of all, open the settings menu of your device.

    2. Now under "Personal", click on Backup and Reset.

    3. Check the box next to "Data backup."

    If you have more than one Google account on your device: Tap Backup Account and select the account you want to set as a backup account and if you don't have a backup account on your device, tap Account Backup to add a new account.

    Automatically restore application settings

    When you reinstall an app on your device, you can select an option to restore the app's settings. This feature has a prerequisite that is already backing up data with your Google account, and the app you are about to reinstall also uses the backup service. Some applications may not backup and restore all data.

    Steps to restore app settings on your device

    1. Open your device's settings menu.

    2. Under “Personal,” tap Backup & Restore.

    3. Check the " Automatic recovery».

    Recovering data and settings using Android backup service:

    Android service backup can be used to restore data to a new device and restore app settings after you have backed up your data to your Google Account. When you add your Google Account to a new device, the data you previously saved to your Google Account is restored to the new device.

    What data and settings will be restored.

    • Gmail Settings
    • Google Calendar Options
    • Wi-Fi networks and passwords
    • Wallpaper Home Screen
    • Applications installed via Google Play
    • Display options
    • Language and input settings
    • Date and time
    • Third-party app and data options

    Backup and Restore with TunesGo

    - solution to manage your mobile lifestyle

    • Backup music, photos, videos, contacts, SMS, call logs, and other applications to your computer and restore them easily
    • Manage, export and import your contacts and SMS, deduplicate contacts, reply SMS from your computer
    • One click root - root Android phones/tablets to take full control of your device
    • Phone transfer - transfer music, photos, videos, contacts, SMS between two mobile phones(Android and iPhone supported)
    • Application Manager - install, uninstall, import or backup applications in a package
    • GIF Maker - create Gif from photos, motion photos, videos
    • iTunes manager - Sync iTunes music for Android or transfer music from Android to iTunes
    • Fully compatible with 3000+ Android devices (Android 2.2 - Android 7.0) from Samsung, LG, HTC, Huawei, Motorola, Sony, etc.

    Steps for Android device backup

    Step 1: Connect your device to your computer, launch . The program will recognize your device immediately. If the connection fails, check if USB Debugging is activated on your device and if you have given permission to the computer to connect your Android device.

    Step 2: Click the "Toolbox" button at the top of the program launch window.

    Step 3: Click the "Backup Device" button and select the files you want to backup your Android to computer, and then click the "Backup" button to start backing up your data.

    Steps to restore data to another phone

    Step 1: Click "Restore Device" on the main interface of the program. TunesGo can support backups created by other mobile managers too, such as MobileGo, Samsung kies, iCloud and iTunes, etc. Select the backup file you want to restore from the list.

    Step2: Now the data from the backup file will be listed, which can be transferred to windows, such as contacts, messages, photos, callogs, applications, etc. You can select the data required to transfer by clicking the "Restore" button. The selected data will be fully restored to your phone.