-
Notifications
You must be signed in to change notification settings - Fork 41
ab2tar with encrypted? #49
Comments
Unfortunately not. By encrypted you mean password-protected backups? Because for "just encrypted", Hm, incorrect header check could also mean the
|
Hi Izzy, thanks for the reply. There is another user on AE of SE who also happens to be trying to extract an ab file today. It seems like only the Java solution can handle the password protection. I told him I'm trying your app, and would report back. (https://android.stackexchange.com/questions/28481/how-do-you-extract-an-apps-data-from-a-full-backup-made-through-adb-backup). Most Google android phones are encrypted with password by default since several years ago, and I believe most will be soon. I will look at the header.. |
|
Hi Izzy, thanks for the reply.. but, I think I got it.. using nelenkov's app (https://github.com/nelenkov/android-backup-extractor) and instructions here: https://forum.xda-developers.com/showthread.php?t=2011811. I was trying to avoid the extra 800mb disk space for Java, but I think its the only solution that works with encrypted. |
I didn't know that the phone being encrypted implies the backup is, too. OK, so that's an AES-256 encrypted backup. Did it need a password or not? If not, there should be a way, and probably one additional step might be needed before calling Could you try adding the |
Hi, lots of good work here, but I just want to look at my adb backup. Whats the quickest way to do that on linux? I've seen some scripts in java or that need perl requirements. I like you solution because its packaged with these. Unfortunately, I get "flate: inflate: data: incorrect header check" when trying to use ab2tar. I assume this is because it is encrypted. As others on SE have similar problems. Any guidance? Thank you
The text was updated successfully, but these errors were encountered: