Created
December 12, 2018 18:54
-
-
Save milankragujevic/d8575baa4bb5263ab34012ecfde81112 to your computer and use it in GitHub Desktop.
Backup A33 filesystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/block/nanda of=/sdcard/nanda.img | |
dd if=/dev/block/nandb of=/sdcard/nandb.img | |
dd if=/dev/block/nandc of=/sdcard/nandc.img | |
dd if=/dev/block/nandd of=/sdcard/nandd.img | |
dd if=/dev/block/nande of=/sdcard/nande.img | |
dd if=/dev/block/nandf of=/sdcard/nandf.img | |
dd if=/dev/block/nandg of=/sdcard/nandg.img | |
dd if=/dev/block/nandh of=/sdcard/nandh.img | |
dd if=/dev/block/nandi of=/sdcard/nandi.img | |
dd if=/dev/block/nandj of=/sdcard/nandj.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment