Created
April 19, 2021 08:23
-
-
Save fr34kyn01535/c1997875a6c100afaed6367c40f6e887 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
su | |
for full in /dev/block/platform/soc/1d84000.ufshc/by-name/*; do | |
name=$(basename $full) | |
echo "Now backing up: $name" | |
dd if=$full of=/sdcard/full/$name | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment