Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #restore
- adb shell "mkdir /sdcard/backups"
- adb push *.tar /sdcard/backups/
- adb shell
- su
- cd /sdcard/backups
- tar xvf *.tar
- find|sed 's/^.//g'|while read file;do cat .$file > ${file};done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement