Created
July 24, 2015 17:15
-
-
Save mauiaaron/81a784940e9e109bd865 to your computer and use it in GitHub Desktop.
Android backup to tarfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb backup -f SomeAndroidApp.ab com.example.SomeAndroidApp | |
dd if=SomeAndroidApp.ab bs=1 skip=24 | openssl zlib -d > SomeAndroidApp.tar | |
# TODO : investigate http://sourceforge.net/projects/adbextractor/ | |
# TODO : investigate https://github.com/nelenkov/android-backup-extractor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment