adb full backup Android

  1. Download adb for windows https://dl.google.com/android/repository/platform-tools-latest-windows.zip
  2. extract the file and open a cmd window in order to be able to execute the adb.exe
  3. adb devices ( check if connection works)
  4. adb backup -apk -shared -all -f c:\adb\mybackup.ab

     

Leave a Reply

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