I have backed up my phone via adb to my computer by doing the command:
adb backup -all -apk -f C:\myfolder\backup.ab
I went to look at the file it had created when it said the backup was finished, but it says it is 0 bytes big.
Is this because of the encryption? I am worrying if my phone is backed up properly...
adb backup
command would simply "time out" – resulting in an empty backup, possibly. – Izzy Jan 22 '14 at 00:13adb logcat
) to see if they reveal something? – Izzy Jan 24 '14 at 17:33