Giter Club home page Giter Club logo

Comments (2)

nelenkov avatar nelenkov commented on July 1, 2024

You need to install the unlimited strength JCA policy, see README.

from android-backup-extractor.

dlamblin avatar dlamblin commented on July 1, 2024

Thanks, so... I missed that in the README because it wasn't clear on reading the file.
With the requirements on one line like it is, I read "Java 7" as, okay yes, I got the JDK8 so I have at least Java 7, and the text after that as some detail explaining why Java 7 is needed, IE that is included in Java 7. It was unclear that you meant there were two requirements, Java 7 or better and the Java Cryptography Extension (JCE) Unlimited.

May I suggest both that you list these as two requirements and that you do not abbreviate JCE as it's so much like JRE etc. ?

For future reference, should anyone search for the same issue, I'm going to document the steps for installing this on Mac OS X:

  1. browse to http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html and accept the license then download the file UnlimitedJCEPolicyJDK7.zip

  2. the following in a terminal:

    cd ~/Downloads
    unzip UnlimitedJCEPolicyJDK7.zip
    JAVAHOME=`/usr/libexec/java_home`
    sudo mv $JAVAHOME/jre/lib/security/US_export_policy.jar \
            $JAVAHOME/jre/lib/security/US_export_policy_orig.jar
    sudo mv $JAVAHOME/jre/lib/security/local_policy.jar \
            $JAVAHOME/jre/lib/security/local_policy_orig.jar
    sudo cp UnlimitedJCEPolicy/*.jar $JAVAHOME/jre/lib/security/
    rm -r UnlimitedJCEPolicy UnlimitedJCEPolicyJDK7.zip
    cd
    git clone https://github.com/nelenkov/android-backup-extractor.git abe
    cd abe
    # cd lib
    # curl -O http://www.bouncycastle.org/download/bcprov-jdk15on-152.jar
    # cd ..
    ./gradlew
    java -jar build/libs/abe-all.jar
    

That should show you standard usage, which you can also see without JCE, but you can't unpack without JCE.

Thanks for writing the tool, I hope I can use it to break down and repack a -all backup with only the parts I want to restore...

from android-backup-extractor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.