Adb backup does not work

后端 未结 7 1239
礼貌的吻别
礼貌的吻别 2021-02-01 02:05

I need help from you guys, because I don\'t know what I did wrong with adb backup.

I want to backup my Samsung Galaxy S3 LTE (GT-I9305) without root. I googled it and fou

7条回答
  •  耶瑟儿~
    2021-02-01 02:55

    Rather than trying to find an old version of adb, it's easier to add quotes to the arguments to adb backup :

    adb backup "-apk -shared -all -f C:\Users\NAME\backup.ab"
    

提交回复
热议问题