Android backup
- If not enabled, enable developer mode by tapping Settings > About phone > Build number (7 times)
- If not enabled, enable USB debugging in Settings > Developer options > USB debugging
- Execute on your computer
adb backup -apk -shared -all
This should hopefully create backup.ab with all of your apps, OS, and data. Later, after reflashing with Android (or rooting / unlocking) you will be able to use
adb restore backup.abto restore all of your data.
Thanks for reading my news about How to backup your android phone using Ubuntu at my blog Tic Droid if you want too share this article, please put the resource, and if you think this article is very usefully dont forget to bookmark this site with CTRL + D on your keyboard to web browser.