How to perform nandroid backup?

Hi guys!

If you are a power user of Android, you must have heard about backing up before flashing. Backup discussed there is nandroid backup.

According to a wiki on xda-developers, Nandroid is defined as

NANDroid is a de-facto standard directory structure for storing Android system backups. Nandroid is a utility, accessible through Recovery Mode, that allows you to backup your phone and restore to the exact condition at backup.

The name NANDroid is a portmanteau of “NAND” (as in Wikipedia:Flash memory#NAND flash) and “Android.”

Performing full nandroid backups helps to restore even if your device is soft bricked. Nandroid backup backups OS, app data, and all other data that is required for booting. It does not backup personal media.

Requirements:

Custom recovery (e.g. TWRP or CWM)

Here are the steps to perform nandroid backup:

  1. Have a custom recovery installed. If you don’t know how, head here.
  2. Boot into Recovery. It is pretty simple. Power off your phone. Press two volume keys along with power key. You’ll be booted into recovery mode.
  3. I am explaining how to perform backup using TWRP, although method is nearly same for all recoveries.
  4. Click on Backup.
  5. Select all the checkboxes.
  6. Select storage in which you want to save the backup.
  7. Swipe to backup.
  8. Wait until backup completes. Reboot to system.

Congrats, you backuped your phone.

How to restore your phone?

Here are the steps:

  1. Boot into Recovery.
  2. Select Restore.
  3. Select the backup. It will be under TWRP>BACKUPS.
  4. Wait for restore.

And, congrats again you successfully restored your phone.

If you faced any problem, let me know in comments.

 

Leave a comment