Skip to content

Instantly share code, notes, and snippets.

@fr34kyn01535
Created April 19, 2021 08:23
Show Gist options
  • Save fr34kyn01535/c1997875a6c100afaed6367c40f6e887 to your computer and use it in GitHub Desktop.
Save fr34kyn01535/c1997875a6c100afaed6367c40f6e887 to your computer and use it in GitHub Desktop.
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