Android: Create a backup using adb shell

need to create a backup on the Android tools the adb shell to start. If the connection was successful, is a backup created with the following command:

adb backup -apk -shared -all

And in order to restore the backup:

adb restore backup.ab

ME

Leave a Reply

Your email address will not be published. Required fields are marked *

Consent to the Privacy Policy

This site uses Akismet to reduce spam. Learn how your comment data is processed.