-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZipException: invalid stored block lengths #72
Comments
I experienced the same error. Maybe it is possible to use
|
check abarms |
Thank you! I will check it out. |
Pull requests always welcome, but at the very least, consider sharing a sample file that reproduces the issue. Nearly impossible to fix otherwise. |
@zlyfer did you check it, any error or message? |
Sorry for the late reply. I can not share this backup file as this is a personal backup including sensitive data. However on the weekend I may tinker around a bit and see if I can reproduce this issue with another backup file. Here is an error log if anyone is interested. I may create an issue at Own-Data-Privateer/abarms in the next days.
|
Thy this too, report the bug the the developers also. |
Exception during unpack with PW from 5GB backup create with oreo 8.0.0, adb 1.0.40 via adb backup -apk -shared -all adb restore fails, too Thanks for your work!
0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% Exception in thread "main" java.lang.RuntimeException: java.util.zip.ZipException: invalid stored block lengths
at org.nick.abe.AndroidBackup.extractAsTar(AndroidBackup.java:233)
at org.nick.abe.Main.main(Main.java:40)
Caused by: java.util.zip.ZipException: invalid stored block lengths
at java.base/java.util.zip.InflaterInputStream.read(InflaterInputStream.java:165)
at java.base/java.io.FilterInputStream.read(FilterInputStream.java:107)
at org.nick.abe.AndroidBackup.extractAsTar(AndroidBackup.java:205)
... 1 more
The text was updated successfully, but these errors were encountered: