Create a full image backup of a N7100 (Samsung Galaxy Note 2)

Requires:

  • ADB installed on Windows/Linux
  • 7zip on Windows or any software capable of packing files into .tar

Steps:

  1. Grab Odin3_v3.12.3.zip, unzip.
  2. Grab twrp-3.1.1-0-20052017-UNOFFICIAL-n7100.img, rename it to recovery.img and pack it into recovery.tar using software listed in Requires
  3. Go into unzipped Odin folder, execute Odin3.exe.
  4. Click on AP button, this will open up a file browser dialog. Select the recovery.tar created in step 2.
  5. Put your Note 2 into Download mode by powering off your phone, and powering back on with the Volume Down + Home + Power key combination. Let go of the key combination when you see the device model logo (white text). Press Volume Up button when you see the warning.
  6. Plug the phone in, Odin should have a Added! message displayed.
  7. Click on the Options tab, and uncheck Auto Reboot. This is to prevent the phone from rebooting after the flashing. (Booting into OS will cause TWRP to be overwritten to stock)
  8. Within Odin, click Start to start the flash process. Wait until done.
  9. Press Volume Up + Home + Power key combination until phone reboots into showing device model logo and let go of keys. It should boot into TWRP.
  10. Tap on Mount, and make sure storage is Internal storage
  11. Plug the Note 2 into PC, open up a terminal and run adb backup --twrp
  12. TWRP on the Note 2 should change into the backup GUI. Select the partition/root folder you want to backup and swipe to start the backup.
    Warning: If you selected to backup /data, TWRP DOES NOT BACK UP THE INTERNAL STORAGE (/data/media/*)! User files are not backed up!
  13. To back up stuff under /data/media, we do a adb pull /sdcard.
    Tip: The folders under /data/media are all shadow reflexes of /data/media.
Never see. Never know.

Leave a Comment

Your email address will not be published.