Android adb backup couldn't connect issue

11,497

It seems not all versions of Android support the backup-interface.

Share:
11,497
mur
Author by

mur

Updated on June 20, 2022

Comments

  • mur
    mur almost 2 years

    I am trying to create a backup of an android device using ADB.

    However adb backup -all gives me this error: adb: unable to connect for backup why am i getting this error?

    I know that some device ask for permission to do that, it asks you whether you want to allow the pc to take a backup, but my device isn't.

    I am developing android devices, i dont care about messing it up - so can you tell me how i can enable my device to ask for the permission, or even how i can fix this problem

    I can use adb shell and it works fine, and so does adb pull/push however i want the backup file, so i really want adb backup to work.

    Is there any other way to take an image of the entire android OS and the apps, and settings? (best is if you can point me into a direction where i can find a solution for the problem i said, but i am open to other ideas.)

    Thanks!