Giter Club home page Giter Club logo

Comments (7)

nelenkov avatar nelenkov commented on July 19, 2024 3

Apps can disable backup of their data. Different Android versions handle this differently, some produce empty backups (0 bytes), some output header with no data. ADB backup is being deprecated, so no guarantees.
You could try enabling developer options and setting a backup password there, but very much depends on device, Android version, and app settings combintation.

from android-backup-extractor.

stachenov avatar stachenov commented on July 19, 2024 2

Right, that's exactly what I'm thinking. I tried to make a full backup of all apps and found that data for some apps is present, while for others it's not.

And it is certainly not Extractor's fault because it is obvious from 549-byte size of the original *.ab file that it was empty to begin with. No way Extractor can extract some useful data from an empty file. Same with the file attached by the OP (it's also 549 bytes).

from android-backup-extractor.

n-eq avatar n-eq commented on July 19, 2024 1

Hi,
I just ran into the same issue.

However, I have a slightly different configuration :

[23:28] $ java -version
openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment (build 11.0.5+10-post-Ubuntu-2ubuntu116.04)
OpenJDK 64-Bit Server VM (build 11.0.5+10-post-Ubuntu-2ubuntu116.04, mixed mode, sharing)

The commands I performed :

[23:23] ~/tmp$ java -jar ~/Downloads/abe.jar unpack packpack.ab packpack.tar 1234
Calculated MK checksum (use UTF-8: true): <hash>
3% 
1024 bytes written to packpack.tar.
[23:32] ~/tmp$ java -jar ~/Downloads/abe.jar unpack packpack.ab packpack.tar
[23:32] ~/tmp$ ls -lh packpack.tar 
-rw-rw-r-- 1 marrakchino marrakchino 1.0K Mar 15 23:28 packpack.tar

The same commands yields a 1.0K tar empty archive (nothing extractable).
I used a Samsung Galaxy S8 (Android 9, API 28) phone in the process.

Any updates ?
Best

from android-backup-extractor.

stachenov avatar stachenov commented on July 19, 2024 1

Looking at the source file, it's hard to believe it contains any useful data. It's just too small for that (549 bytes). So I wouldn't blame the extractor for it. It's that adb just can't make backups of certain apps on certain phones. Why, I have no idea.

from android-backup-extractor.

stachenov avatar stachenov commented on July 19, 2024

Same here. I was hoping to export MS Outlook configuration this way, so I could then import it on a PC. Not sure if that is possible at all, but couldn't even get past the export step: got tar of 1024 zero bytes.

from android-backup-extractor.

gsgrippal avatar gsgrippal commented on July 19, 2024

com.fedex.ida.android does not allow backup, you have to modify apk to work

from android-backup-extractor.

superbonaci avatar superbonaci commented on July 19, 2024

@zedseven close this issue it's the app's fault.

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.