Execute on your computer
adb backup -apk -shared -all
This should hopefully create backup.ab with all of your apps, OS, and data. To restore, execute the following.
adb restore backup.ab
548k questions
547k answers
4 comments
86.3k users