Skip to content

bigrammy/dd-backup-helper-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dd-backup-helper-script

Creates a dd backup script on Android device see example.txt.

Needs root use (mtk-su)

adb push dd-backup.sh /data/local/tmp

adb shell

cd /data/local/tmp

chmod 755 dd-backup.sh

./dd-backup.sh

Now simply copy and paste the dd commands of the partition you want to backup into your root shell.

When completed use

adb pull /sdcard/dd-backup/boot.img /your/destination/folder

About

Creates a dd backup script on Android device. Needs root

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages