How to Update Google Nexus Devices without Wiping Data

Google Nexus devices is the first devices to receive the latest Android updates before any other devices, and you can update it using OTA which update the system files without wiping data, but OTA update doesn’t arrive to all users at the same time for unknown reasons and some times it doesn’t arrive because you’re rooted.
In this case you have only one way to update it by flashing system files to your device, its well known that flashing factory firmware wipes all data and resets your device to the default factory settings.

In this post we will introduce to you how to flash/update Google Nexus devices (ex: Nexus 4, Nexus 5, Nexus 6, Nexus 7, Nexus 9, Nexus 10, …etc) to Android Jelly Bean, KitKat, or Lollipop without losing any saved data or installed apps on your device.

Requirements:

  • Charged (at least 50%) Unlocked bootloader Google Nexus device doesn’t matter which model it works for all, if the bootloader is locked there’s no way to do this without wiping your data.
  • Installed ADB, fastboot and drivers on your computer.
  • Factory images FILE for your specific Nexus Devices.
  • Notepad++ installed on your PC.

Steps will be applied to Nexus 5 (hammerhead) as example on windows:

  1. Make sure your Nexus device is unlocked bootloader.
    Unlock Google Nexus 5 Bootloader
  2. Backup your important files in case this process corrupt some data.
  3. Extract the downloaded factory images file “.tgz” using any extracting tool.
    Nexus 5 Factory Images
  4. Put the extracting files in the adb directory.
    ADB and Nexus 5 Factory Images
  5. Right click “flash-all.bat” file “flash-all.sh” for mac and Linux and edit it with Notepad++.
  6. Search the following line (at the end) and change it from:
    fastboot -w update image-hammerhead-lmy47d.zip
  7. to:
    fastboot update image-hammerhead-lmy47d.zip
  8. Save the changes to the file.
    Flash all.bat
  9. Start your device in fastboot mode by shutting it down then press and hold Volume Down + Power till it boot up in fastboot mode or reboot into fastboot mode using ADB cmd.
  10. While your Nexus in fastboot mode double click “flash-all.bat” for mac run “./flash-all.sh” in terminal.flash all.bat file for Nexus
  11. Don’t touch anything and let the script to install the firmware’s files.
  12. Once it finishes, your device will reboot, for the first boot it will take a while.

Note:

– This method is useless for locked bootloader it only for unlocked bootloader.
– This will delete the root access in your device.
– If you have any problems in the system or in some apps after updating your device using this method, factory data reset is recommended to fix it.

Check Also

Multi-Window Android M

How to Enable Multi-Window Option on Android Marshmallow

Google released Android Marshmallow with some new features and improved user interface, but there is …

Leave a Reply

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