Showing posts with label Restore. Show all posts
Showing posts with label Restore. Show all posts

Wednesday, May 28, 2014

How To Easily Backup/Restore ROM using TWRP

Basically after rooting any android device, it is always a recommendation flashing a custom recovery to immediately create a backup of your phone or tablet's currently working ROM, from there you will be choosing only one custom recovery to replace your device's stock recovery. On that case, you'll be choosing either of the two mostly-used custom recoveries naming, the popular ClockworkMod (CWM) recovery and Team Win Recovery Project (TWRP).

twrp

Why use TWRP?


TWRP is simply a custom recovery created to make tasks, installation of ROM and flashing mods easier and more convenient. TWRP includes backup and restore, partitioning, and all other advance features that the native stock recovery doesn't have

Both CWMR and TWRP are essentially the same when it comes to functionality however, TWRP has an advantage from its touch supported interface from which any user can use it easily (newbie friendly). So whenever TWRP is compatible with your device, get it to your device as soon and as early as possible.

How to easily backup ROM using TWRP on any Android


Getting a ROM backup from TWRP, also known as nadroid backup through TWRP, is just as easier as from what you have thought of. Below are the steps, so better familiarize it.

Requirements:

  • Root Access - your device must have root access in order to access and backup the whole ROM. Follow this guide how to root
  • TWRP already installed - of course you must have TWRP recovery in your android device. You might try this guide to get TWRP installed in your device but not all android devices are compatible. If your device is not supported, get a port or request from a developer for a TWRP which is compatible with your device.
  • Free storage space - you must have free storage space for your device to store the backup. The size depends on your ROM size so better have a bigger free storage space.
  • At least 70% battery power - to make sure the device won't shutdown and interrupt the process.

Steps:

1. Reboot your android device to TWRP Recovery mode. (You can use 3rd party apps such as Holo Reboot to easily reboot to recovery, otherwise, use the combination keys which varies from device to device.)

2. Once in TWRP already, choose Backup.

3. Mark Boot, Data, and System. You only need that 3 partitions to be safer.

4. Optional, you can rename or choose what storage the backup will be stored but just make sure you have enough storage space.

5. When all are set, select Backup to start backing up the ROM.

6. Once done, select Reboot System to reboot your device normally. You can check and copy the backup folder to somewhere safer (like making a copy on your computer).


Restoring the ROM backup


Requirements: Same as from making a backup but make sure that the backup is on your storage.

Steps:

1. Reboot your rooted android device with TWRP in Recovery mode. 

2. Once in TWRP already, choose Restore.

3. Find and select the Backup folder you made from TWRP previously (must be TWRP flashable backup)

4. Once done, Reboot the system and you are back from the previous ROM you had.


Credits to XDA, TeamW.in


Monday, May 26, 2014

How To Backup / Restore ROM on CWM Recovery

Backup ROM, how important?

As always reminded to you when flashing mods or ROMs, you are the only one responsible for anything you have done on your android device. Tweaking a stock android software corresponds the risk from which you are the only one to decide whether to take the risk and continue or not.

For a knowledgeable android user, taking risk is normal. Why? Because they have already prepared for anything worst to happen, they could easily fix anything and redo the process. As long as the user prepared a ROM backup of his own device, he can fix most any android issues and problems that may possibly occur on his device after making some changes or tweaking it.

How to backup ROM and restore it? Thanks to ClockworkMod (CWM) recovery


I highly recommend all android users who wants to tweak and mod their android devices especially their handy smartphones. Thanks to the developer of ClockworkMod recovery, most users enjoy a lots of modifications on their devices having less worries.

Now, I am inspired to share the easiest and the mostly-used method of creating a backup ROM, how to do it and restore it on any circumstances. Follow the guides below:

Disclaimer: Always flash at your own risk.

Things you need:

How to backup ROM using CWM Recovery


1. Reboot android device to CWM Recovery mode. You can use any apps to reboot your device to recovery or the combo keys when powering which varies from device.

2. When in CWM recovery already, go to backup and restore.

3. Select Backup. (If you understand other options, you can do advance backup)

4. Wait until the device is done backing up, it will state Backup complete or something like that.

5. Done. Reboot normally and the backup will be stored on the device storage /sdcard/clockworkmod/backup/(backupdateandtime-folder)

6. Check the backup folder and you will see the partitions and the whole working ROM state. Copy the backup to your computer and put it to somewhere safe.

How to restore ROM backup with CWM Recovery


1. Prepare the working ROM backup that have been created previously from backing up on CWM. Put it to ClockworkMod folder from the root of Sdcard "/sdcard/clockworkmod/(paste the backup folder here)"

2. Reboot android device to CWM Recovery mode. You can use any apps to reboot your device to recovery or the combo keys when powering which varies from device.

3. When in CWM recovery already, go to backup and restore.

4. Select Restore. Find the backup that you wish to restore, /sdcard/clockworkmod/(the backup folder)

5. Wait until the device is done backing up, it will state Restore complete or something like that.

6. Done. Reboot normally.

I hope this helps and will reduce your worries when flashing something and trying out mods.

Big credits to XDA