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
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