Created
January 31, 2012 10:17
-
-
Save beshkenadze/1709766 to your computer and use it in GitHub Desktop.
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/platform/omap/omap_hsmmc.0/by-name/system of=/data/media/factoryfs.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/cache of=/data/media/cache.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/efs of=/data/media/efs.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/radio of=/data/media/modem.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot of=/data/media/boot.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/sbl of=/data/media/sbl.ext4 bs=4096 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment