How to make a backup on Android without root. Backup and reset. Branded programs for backup on Android

Before any manipulations with the device, Android based, it is necessary to make a mandatory backup. The resulting copy can help you out if you need to restore data when updating the firmware or losing your phone. So, let's find out how to make a backup on Android correctly and not create difficulties for yourself with restoring the system in the future.

General information

Backup Android systems are a set of necessary elements information block smartphone. During the backup, telephone information such as:

  • Programs, their parameters;
  • Gallery with pictures and media files;
  • Email content;
  • Contact details received by SMS and MMS.

In addition to the above data and programs, information about the operating system is also saved: all settings, access points, languages, and so on.

Thus, a backup copy is a special archive, the file of which can be placed anywhere. It is convenient to backup Android to a flash drive or HDD. In addition, today it is popular to use cloud storage.

Making a backup using a computer

Making a backup from a PC is absolutely easy and even a beginner can do it. In order to create a copy, you need to install it on your Personal Computer My Phone Explorer program is a convenient, multifunctional, and most importantly, Russified add-on. Important point: Before you start copying, install it on your phone mobile version My Phone Explorer Client application, otherwise you will not be able to connect to your computer later.

Now we will figure out how to make an Android backup via a computer, quickly and efficiently:

  1. Connect your smartphone to your computer using Wi-Fi services, Bluetooth or USB cable.
  2. We wait for the subsequent data synchronization and carefully study the contents of the connected gadget.
  3. In order to make a copy on your computer, you need to go to the “Miscellaneous” tab and click the “Create backup” command.
  4. The program will then ask what data you want to save via your computer. Select required lines and check them.

Done, in a few minutes you will have an archive file of the data of your Android device on your PC.

How to create a standard copy of data

Remember: no matter how proven and effective the backup system is, something can always go wrong. Therefore, we strongly recommend that you keep especially important and necessary materials(photos, music, documents, videos, contacts, etc.) to removable media, hard drive or cloud storage. This way you will be sure that you will not lose them at the most inopportune moment.

In addition, many probably know that all your contacts and email are linked to your Google account. So if you lose data on your phone and the backup fails, you can still get back some of the information for which the Gmail service is responsible.

We perform a backup using the Titanium Backup application

This program allows you to make high-quality system copies, but to use it you need the only disadvantage of using of this application: it saves everything except the smartphone’s firmware itself.

The add-on menu is simple and intuitive. It contains different tabs: “Overview”, which includes a description of the program’s capabilities, “Backups” with information about software and “Schedules”, which allows you to set the time when the program will automatically create copies of data.

We are interested in the most important section - “Batch actions”. We will work with him.

Detailed instructions for creating a copy of data:

  • Download the application from the Play Store or other resources. Be careful and download applications only from trusted sources.
  • Run the program only as a superuser.
  • Click on the button in the form of a leaf with a check mark on the right top corner display. In the window that opens, select the items that you want to have in the final archive.
  • Click "Start".

Ready. You now have a complete copy of the contents of your phone.

How to backup firmware using ROM Manager

One of the most popular applications for root users this is everything famous program ROM Manager. Take advantage search bar V Play Store, find and install the application on your phone or tablet.

Your actions during backup should be as follows:

  1. Charge your device to the highest possible level. This way you will avoid troubles during copying and subsequent repairs.
  2. Click on the application icon and launch it.
  3. In the menu that opens, select “Install ClockworkMod”.
  4. Install the add-on, giving superuser rights to ROM Manager.
  5. Then go back to the menu where you select the command to save the current ROM.
  6. After these steps, a window will appear in which you can change the archive name to the desired one.
  7. Click the "OK" button.

The backup process will take about 10 minutes and you will have a reliable safety net in case of an unfortunate accident. You can restore the system using the same program.

We backup Android firmware without root rights

Typically, to create a backup via special applications, you may need root access. If it happens that your phone is included in the list of gadgets where root rights cannot be obtained, you should not would be better suited standard way backup via the built-in utility - recovery.

Thus, the majority modern smartphones and tablets, come out already in advance provided by the manufacturer system copy tool. To do this, you don't even need to root your device.

How to make a backup copy of Android through recovery, stages:

  1. First of all, be sure to charge your smartphone so that its charge level reaches 60% or more. If this is not done, there is a high probability that the mobile device will turn off during the backup process and will not work without major repairs.
  2. The data storage on the memory card must have at least 500 MB of free space.
  3. Turn off your mobile device.
  4. Press and hold the Power button and Volume button at the same time.
  5. There are two options here: your phone will immediately go into service mode, or a green robot will appear on the screen. In the second case, press the power button and the volume down button briefly.
  6. Using the volume rocker, scroll through the menu to the command backup and restore.
  7. Activate the process with one short press of the power button.
  8. In the next menu that opens, select the nandroid function, backup item.
  9. The backup process usually takes about 10 minutes, and when completed, the Backup complete message appears.
  10. Your last action will be to select and confirm the reboot system now option.

That's all. You have learned how to make a full system backup of your device. All that remains is to play it safe and copy the file to a memory card or computer hard drive, just in case. You can find it on your memory card in the ClockworkMod section.

Bottom line

So, we learned how backup is made on devices with operating system Android, what programs and applications can be used, how to use the built-in tools. Be sure that by carefully studying the proposed material and following the instructions exactly, you will be able to make a copy of your device’s data and accurately save the information that is important to you in unforeseen circumstances.

Android includes a built-in feature to create a full backup Android phone without root rights, as well as a means to restore it. All you need is a computer and a device running Android 4.0 (Ice Cream Sandwich).

You can also create and restore a backup of your Android device using the Titanium Backup utility. Titanium Backup is perhaps one of the most best solutions for backup, but it requires root rights.

Installation Android SDK

To create and restore a backup, we will use ADB (Android Debug Bridge) commands. This utility is included in Google Android SDK, which you can download for free.

First you need to install Java Development Kit(if not installed), since the Android SDK requires it. Download and install the 32-bit version of the Java Development Kit (Android SDK requires the 32-bit version even if you have a 64-bit version of Windows).

Next, download and install the Android SDK. If the SDK says it can't find Java, then you may have installed a 64-bit version, in which case install the 32-bit version.

After you have successfully installed the SDK, launch Android SDK Manager from the Start menu. Check the box next to Android SDK Platform-tools and click the install button to install the platform tools package that contains ADB. If you see an error, run SDK Manager as Administrator (click on the SDK Manager icon in the Start menu and select “Run as Administrator”).

Preparing the device

You must enable USB debugging on your device. You can do this from the developer tools in Android settings.

Now connect your PC and your device via USB cable. You must have drivers installed for your smartphone; they can usually be downloaded from the manufacturer’s website. Install Google USB Driver via Android SDK Manager (Extras subfolder), maybe this will work.

ADB check

Remember the path where Android SDK is installed. It appears at the very top Android windows SDK Manager next to SDK Path.

You need to find the adb.exe file in the platform-tools folder. It is usually located at C:\Users\NAME\AppData\Local\Android\Android-sdk\platform-tools.

Go to this folder and, holding Shift button, press right click mouse on free space, in the context menu that opens, select “Open command window”. To check adb connection with your device do adb command devices.

Your device should appear in the list. If it is not there, then the driver is installed incorrectly.

Now you can use adb commands to create a backup copy of your device files. For a full backup, run next command:
adb backup -apk -shared -all -f C:\Users\NAME\backup.ab
The command will create a backup copy of all installed applications (apk files) and data on the SD card to the file C:\Users\NAME\backup.ab on your computer. Replace NAME in the command with your computer's username or specify a different location.

When you run the command on your phone, you must confirm the creation of the backup. You can also protect your backup with a password.

Depending on the amount of data, the process may take some time.

Restoring a backup

To restore a backup, you need to run the following command:
adb restore C:\Users\NAME\backup.ab
A confirmation message appears indicating that the backup will replace all data on the device. If a password is set for the backup, you will need to enter it.

To create a complete phone backup Android without root rights you need to be an average user who understands Android feature, but with the help of our instructions even a beginner can do this. We hope this feature will be available in Android interface in future.

Before installing firmware or other important actions, it is important to take care of the safety of your personal data. Timely backup - a backup copy will help avoid loss important information, or will help restore system functionality. In this article you will learn how to make a full backup of the system firmware or just individual partitions.

Partial firmware backup

With a partial backup, only certain data is saved: contacts, messages, applications, photos, notes, etc. The information received helps quick setup device, after flashing, resetting or other action. The data is also suitable for recovery on a new device.

Below we will consider methods of partial backup. Note that some methods work if there is root rights. For your convenience, at the beginning of each method, we indicated minimum requirements to obtain a backup copy.

Method 1: using ADB or ADB Run

Requirement: availability of a PC, cable with data transfer support, ADB utility or ADB Run.

Backup options: data section data and app; data, app and SdCard.

Algorithm of actions:

Install drivers for your device. For example, standard drivers Motorola, enough to connect via ADB. In your case, you may need .

Connect your smartphone/tablet via USB cable.

Launch the ADB Run utility.

If this is your first time using USB debugging, please confirm the connection to PC on the device screen.

Make sure the device is connected. In ADB Run, such information is indicated in the upper left corner.

Press button 9 then enter to open menu backup copies.

To make a copy of all partitions, press button 3.

On the screen mobile device A message will appear asking you to confirm the creation of the backup. If desired, enter a password to encrypt the data.

After creating a copy, a message will appear in the ADB Run window: “Press any key to continue.”

The folder with your backup copy will automatically open. Close ADB Run.

Method 2: via the recovery and reset menu

Requirement: Account for reservations, internet.

Backup options: application settings; call log and Wi-Fi passwords.

Android OS allows you to back up some data - passwords Wi-Fi networks, wallpaper and call log. With the release of update 6.0, application settings were included in the reservation list. Information is saved in Google drive.

Important!

  1. When backing up data, some confidential information may be retained.
  2. Backing up application settings is not available if the developer has not activated the option in Google Console Play.
  3. Backups after 60 days, if there is no activity.
  4. Reservations are made no more than once a day.

For detailed instructions, see our separate article on.

Method 3: Sync Gmail

Requirement: Accounting Gmail entry, Internet.

Backup options: electronic gmail, saving games, calendar, directory contacts.

In Android OS, Gmail is not only an email, but also an account required to use some services, e.g. Google Play. The account also allows you to synchronize some data - contacts, calendars and other information.

Algorithm of actions:

  1. Add in settings, in the accounts section, Gmail account. Or create an account. Instructions for creating an account via PC. How to create email from your phone, read.
  2. After adding an account, open the accounts section.
  3. Select your Google account.
  4. In the new window, click the switches next to the data you want to synchronize.
  5. Open the drop-down window where you select force synchronization.

Method 4: Using Titanium Backup

Requirement: presence of root right

Backup options: applications and application settings.

Titanium Backup allows you to save only user programs, only system programs, or all applications. There is also an option automatic download, the received copy of the programs to the cloud.

Algorithm of actions:

Open Titanium Backup. Provide root program access.

Click on the "Backups" tab for selective saving programs. Select a utility from the list and click the “Save” button.

To create a backup copies of several applications, press the menu button, then batch actions. Select the option to save applications.

Automatic saving of applications, available on the “schedules” tab. Select the option to save or create a new task.

Method 5: Using Google Photos

Requirement: account, internet.

Backup options: photos video.

Full backup of firmware

A full backup involves saving the entire firmware. A system image is created, intended for recovery only on the device where the copy was made. Full image allows you to restore the functionality of the device after unsuccessful firmware, or restore only certain partitions.

Method 1: using custom recovery

Requirement: Availability of TWRP or CWM recovery

Backup options: Removing the entire system image or just individual partitions.

Algorithm of actions for TWRP recovery:

  1. Boot into boot mode. Read how to use TWRP.
  2. Click on the "Backup" button.
  3. Specify the sections you want to save. Also specify the drive where you want to save the image or firmware partition.

Conclusion

The article describes in detail how to make a backup of Android firmware. Use one of convenient ways partial backup if you need to save certain data. To remove the entire firmware image, use accessible ways full backup of the firmware. Remember, a timely backup will allow you to save important data or restore your mobile device.

What is a backup? Why is it needed? How to make a backup on Android ? Many questions. The word BACKUP is not clear. Let's deal with everything in order.

Since the advent of the first computers, everyone has known the problem of data freezing and other failures. And what can we say about viruses, ready to eat all the information! Smartphones are no exception. Even Apple can get a virus undetected. With help we can backup secure your smartphone!

Backup is the creation of a backup copy on a storage medium. Using a backup makes it easier to restore the system. A copy of your data can help if your phone or computer gets damaged.

We ourselves cause damage to the smartphone. How does this happen? When? Yes, right after we start, download information and install programs! How to secure your smartphone? How to do backup android A?

How to backup Android to computer

The easiest way to create and store backups is on Google Drive. You can restore saved data on any device. The main thing is that the technical parameters match.

  1. Go to the website of the smartphone manufacturer.
  2. All instructions are laid out there in a step-by-step version.

Full backup android

Full backup Android can be configured automatically. Google Photos will save copies of your content and photos in separate folders. Setting it up automatic saving data:

  • Find the “Accounts” section
  • check the box for automatic backup,
  • choose the time
  • then “Record”,
  • "Continue".

Now, every day at a time you specify, your Android will make a backup to Google Drive.


Full backup android

How to backup Android firmware

How to make a backup of Android firmware? What is it for? When to use it?

The manufacturer pre-installed tools for creating backup copies in almost all smartphones. This greatly simplifies the process of saving data and restoring it.

No special knowledge is needed for such actions. There are clear instructions. They are universal for all phones. By following them, you will succeed. So, let's begin!

By the time it's complete firmware backup your Android must be charged at least 60%.This process is long and energy-intensive.

  • The device must have enough memory. Minimum volume 500 MB.Before flashing the firmware, the device must be turned off.Let's start the firmware process:
  • Press the volume key (up) and the power button simultaneously.
  • At this time, the device goes into service mode.
  • Text commands appear on the screen.
  • When an image of a green robot appears on the screen and exclamation mark You must simultaneously briefly press and release the combination of buttons: power+volume down.
  • Using the volume button, go to the backup and restore command.
  • Briefly press the power button to confirm the command
  • Using the volume button, go to the nandroid command.
  • In it we look for the backup item and fix the transition.
  • The copying process has started! We wait 10 minutes until it is completed.
  • Backup complete! Indicates that the process has completed.
  • In the menu, select the command reboot system now and confirm it.
  • The firmware process is complete! You did a great job!

Your phone will boot up and work as usual.