Techniqued- Technoloy, Review and Tutorials
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS
No Result
View All Result
Techniqued- Technoloy, Review and Tutorials
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS
No Result
View All Result
Techniqued- Technoloy, Review and Tutorials
No Result
View All Result

[How-To] Take a Full Back up of Android ICS without Root or Unlock

Nirmal by Nirmal
January 10, 2012
in Tutorial
4
Share on FacebookShare on Twitter

Google had released the latest version of Android, Ice Cream Sandwich (ICS), along with Google Galaxy Nexus phone back in October 2011. The ICS comes with lots of new features, UI and a completely new look. We have already covered many features of ICS on this blog. We will now share a tutorial on how to take a full backup of your phone without having to root or unlock it. The full back up here means full system backup, including app apks, their respective data, as well as the internal storage. Although there is no direct way to do this from the phone’s interface, you can do it using Android SDK tools. We will explain the process in steps. Thanks to XDA Developer Forum member copkay for this detailed tutorial.

Note: Please perform the steps at your own risk, we will not be responsible for any issues caused due to back up process.

Requirements:
  1. Android SDK installed on your Windows
  2. Latest version of the ADB platform tools (for Android 4.0+)
  3. Phone drivers to be installed on PC.
Taking Backup:

1. In the phone, go to settings and open Developer options. Check the box against USB debugging.

USB debugging

2. Now connect the phone to PC using the USB cable. Navigate to folder where the Android SDK is installed (mostly in program files) and open the folder “platform tools”. Now right click on any vacant space holding the Shift key and then select Open command prompt here. This will open a command prompt. Alternatively, you can simply open the command prompt from start menu and navigate to this folder.

3. Now type the command adb devices to ensure that the device is detected. You will see a serial number as the result, this means the device is connected properly. In case you are seeing any error, you need to re-install the phone drivers based on the phone manufacturer.

Serial number

4. Now you need to run the command for backup. The command parameters format is:
adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|nosystem] [<packages...>]
The most basic command is adb backup –all. This will default to backup only app and device data (not the APKs themselves) to the current directory as ‘backup.ab’. Other parameters in the command are;

  • -f <file> This defines the path where you save the backup
  • -apk|-noapk This states whether or not the APKs should be included in the backup or just the apps’ respective data.
  • –shared|-noshared This flag is used to enable/disable backup of the device’s shared storage / SD card contents; the default is noshared.
  • -all This flag is just an easy way to say to backup ALL apps.
  • -system|-nosystem This flag sets whether or not the -all flag also includes system applications or not.

5. So you can choose your commands based on your requirement. I personally used the command adb backup -apk -shared -all -f /GNexusBackup/backup.ab. This means I’m backing up the data to folder GNexusBackup on C drive ( or your default drive) as a file backup.ab. Enter the command on the command prompt and go back to your phone. You can see a new message for Full backup on the phone.

Full Backup Start Backup

You will be prompted to enter a encryption password for the data backed up. Click on Back up my Data option. This will start the backup process and you can see individual components and apps being copied to PC. Once the backup is complete, you get a message on screen or you can see the command prompt returned. You can open the folder and see the backup file saved.

Restoring the backup:

6. To restore the backup, you need to unlock the bootloader and for this you can use the tool Galaxy Nexus Root Toolkit (if you are using Galaxy Nexus)

7. After booting the device, connect to USB and then open the command prompt once again and type the command adb restore /GNexusBackup/backup.ab. Now you can see the phone prompting for Full Restore. Type in the encryption password you used to backup and also the restore data password (if used).

Full Restore

8. Click Restore my Data and the process starts. It might take some time based on the amount of files and apps you have backed up.

9. Once complete, you can see your device in the same condition with all the apps and settings working.

Note: Although it might be able to restore the apps and settings, certain widgets as well as SD card files might not be restored. This process will not backup SMS in your phone.

This process should work on all phones running Android ICS (4.0+), we tested it on Galaxy Nexus running ICS 4.0.1

Tags: AndroidBackupIce Cream SandwichICSPhone Backup
ShareTweetSendSend
Previous Post

New Windows 7 Themes- Butterflies and Insects [Dynamic]

Next Post

Best Camera Apps for Android

Related Posts

Tutorial

How to Move or Copy Email From One Gmail Account to Another

March 16, 2023
macOS

How to Enable Firewall on macOS Ventura

March 12, 2023
Tips and Tricks

How to Create a Confidential Email on Gmail

January 25, 2023
Tutorial

How to Fix “Operation Failed With Error 0x0000011B” in Windows

January 15, 2023
Tutorial

How to Enable Automatic File Backup in Windows 11

January 1, 2023
Tutorial

How to Remove a Service from Windows 11

December 14, 2022

Comments 4

  1. ???? ??????? says:
    11 years ago

    When I originally commented I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on whenever a comment is added I recieve four emails with the same comment. There has to be a way you are able to remove me from that service? Cheers!

    Reply
    • nirmaltv says:
      11 years ago

      This service is from Disqus and not done by the blog. There might be an option for disqus to unsubscribe to comments

      Reply
  2. Gera says:
    10 years ago

    hi, i use the restore in order to have all my apps once i rooted, but when i made restore the adb gets stuck in us.mathlab.android, is there a way to skip this app, an continue from there?

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Latest Articles

How to Use Telegram App on Apple Watch

How to Install Official Apple Music app on Windows 11

How to Fix Error 0x800f0922 in Windows 11 Update

How to Fix “Your Device Isn’t Compatible with This Version” on Android

How to Check Your Data Usage on Android and iPhone

How to Move or Copy Email From One Gmail Account to Another

Techniqued- Technoloy, Review and Tutorials

© 2021 Techniqued - Technology, Tips, Tricks and Reviews

Navigate Site

  • About Us
  • Advertise with us
  • Contact Us
  • Copyright Policy
  • Disclaimer

Follow Us

No Result
View All Result
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS

© 2021 Techniqued - Technology, Tips, Tricks and Reviews

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.