I need to get all files of a certain app (com.valvesoftware.android.steam.community), but adb backup only gives me a 1KB AES encrypted file. upon decrypting it there is nothing inside the tar archive
I tried: adb backup -f steam.ab -noapk com.valvesoftware.android.steam.community
Upon entering my backup password (not the encryption password!) the steam.ab
package is made. My problem is that there is just about 1KB of AES encrypted information in it.
However, it seems I can back up other apps just fine.
What is the cause of this?