Giter Club home page Giter Club logo

Comments (8)

nelenkov avatar nelenkov commented on June 23, 2024

If you want to use Linux, spend some time learning the basics of command line and your shell. Also check the readme and blog post to understand how Android backups work. It takes some time, but is eventually easier than trying random things.

[password] here means the password is optional -- if the backup is not encrypted there is no password. Implementation might be different on some devices, but typically you are asked for a password when you create the backup. If didn't specify one, the backup is probably not encrypted.

Look at the first lines of the .ab file, that would also give you a hint if it's encrypted. If it is, you need to specify the password.

from android-backup-extractor.

OneEyedTiamat avatar OneEyedTiamat commented on June 23, 2024

Thanks, I'll take a look at the file when I get back home.

from android-backup-extractor.

OneEyedTiamat avatar OneEyedTiamat commented on June 23, 2024

If you want to use Linux, spend some time learning the basics of command line and your shell. Also check the readme and blog post to understand how Android backups work. It takes some time, but is eventually easier than trying random things.

[password] here means the password is optional -- if the backup is not encrypted there is no password. Implementation might be different on some devices, but typically you are asked for a password when you create the backup. If didn't specify one, the backup is probably not encrypted.

Look at the first lines of the .ab file, that would also give you a hint if it's encrypted. If it is, you need to specify the password.

I'm new at using jar files, and it's been a few years since I last used Ubuntu. I'm quite rusty.

The first lines of the file are :

ANDROID BACKUP
5
1
none

There's also a last line I don't really get, but that I can also post here if required. The device isn't encrypted, and the file shouldn't be either, but it's possible that it is.

from android-backup-extractor.

nelenkov avatar nelenkov commented on June 23, 2024

Looks like the backup is not encrypted, so it should work without specifying a password.

from android-backup-extractor.

OneEyedTiamat avatar OneEyedTiamat commented on June 23, 2024

Looks like the backup is not encrypted, so it should work without specifying a password.

Then what could be the issue? Again, the command java -jar abe.jar abe unpack color.note.adb color.note.tar doesn't seem to do much other than just display

Usage:
unpack: abe unpack <backup.ab> <backup.tar> [password]
pack: abe pack <backup.tar> <backup.ab> [password]
pack for 4.4: abe pack-kk <backup.tar> <backup.ab> [password]
If the filename is -, then data is read from standard input
or written to standard output.
Envvar ABE_PASSWD is tried when password is not given

I'm not sure what else I can do.

from android-backup-extractor.

nelenkov avatar nelenkov commented on June 23, 2024

Not sure what you have downloaded, but either use the shell script (abe) or the jar file, not both in the same command.

If using the jar file: java -jar abe.jar unpack color.note.adb color.note.tar

from android-backup-extractor.

OneEyedTiamat avatar OneEyedTiamat commented on June 23, 2024

That worked, thank you.

from android-backup-extractor.

nelenkov avatar nelenkov commented on June 23, 2024

Sure. But looking at the readme and checking out what's in the script file would have given you the same result, much faster.

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.