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
2.1m questions
2.1m answers
60 comments
57.0k users