Menu

abe makes not valid tar archives.

MasterQ
2014-01-07
2014-06-15
  • MasterQ

    MasterQ - 2014-01-07

    Hello,
    i have tried to use your software for extracting an android backup file without password. But tar is telling me that the archive has no valid header. I'm using this command to extract:

    java -jar extract/android-backup-extractor-20130526-bin/abe.jar unpack com.hz.game.cd.ab test.tar

    output:
    Strong AES encryption enabled
    Magic: ANDROID BACKUP
    Version: 1
    Compressed: 1
    Algorithm: none
    119296 bytes read

    The backup is created with Helium.
    I did not get why the first line says "Strong AES encryption enabled" because the file locks very much as clear text, and i really did not use a password, but i'm not sure what helium is making with the file.
    If you with i could send you the file via mail.

    Thanks for your work.

    Regards

    MasterQ

     
  • dragomerlin

    dragomerlin - 2014-03-23

    Hello, and sorry for the delay. Unfortunately, helium backups have a different format than standard adb backups. However, "adb restore" should work properly.

    It says "Strong AES encryption enabled" because you have the "Oracle Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7" installed. But I agree that should say allowed instead of enabled.

    You can see that even if the tar is just not encrypted, the flag "Compressed: 1" was set at time of archive creating, which is helium thing. I've made a specific application for helium, however as I said extracted data is not valid a lot of times because is "encoded" differently:
    https://sourceforge.net/projects/heliumbackupextractor/

     
  • dragomerlin

    dragomerlin - 2014-06-15

    FIXED. Now says enabled instead of allowed.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.