http://nelenkov.blogspot.com/2012/06/unpacking-android-backups.html
$ dd if=mybackup.ab bs=24 skip=1 | openssl zlib -d > mybackup.tar
https://github.com/nelenkov/android-backup-extractor