Skip to content
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

zlib.error: Error -3 while decompressing data: incorrect header check #65

Open
Tanner85 opened this issue Jul 20, 2022 · 1 comment
Open

Comments

@Tanner85
Copy link

Tanner85 commented Jul 20, 2022

Hello,
when I click on "EXTRACT", a popup telling me to save the backup on the device appears.

I look at the device, but being it encrypted by the owner, it asks to choose and insert a password for the backup.

I insert 123 just to proceed, but then Andriller gets stuck and I can see on the console

Exception in thread Thread-11: Traceback (most recent call last): File "C:\Users\Tanner\AppData\Local\Programs\Python\Python39\lib\threading.py", line 980, in _bootstrap_inner self.run() File "C:\Users\Tanner\AppData\Local\Programs\Python\Python39\lib\threading.py", line 917, in run self._target(*self._args, **self._kwargs) File "C:\Users\Tanner\AppData\Local\Programs\Python\Python39\lib\site-packages\andriller\utils.py", line 40, in command return method(self, *args, **kwargs) File "C:\Users\Tanner\AppData\Local\Programs\Python\Python39\lib\site-packages\andriller\gui\windows.py", line 418, in RunUsbExtraction drill.DataExtraction() File "C:\Users\Tanner\AppData\Local\Programs\Python\Python39\lib\site-packages\andriller\driller.py", line 316, in DataExtraction self.AndroidBackupToTar() File "C:\Users\Tanner\AppData\Local\Programs\Python\Python39\lib\site-packages\andriller\driller.py", line 253, in AndroidBackupToTar self.tarfile = self.tools.ab_to_tar(self.backup) File "C:\Users\Tanner\AppData\Local\Programs\Python\Python39\lib\site-packages\andriller\utils.py", line 160, in ab_to_tar c = zlib_obj.decompress(d) zlib.error: Error -3 while decompressing data: incorrect header check

Is there any possibility to fix this issue?

@yidy718
Copy link

yidy718 commented Apr 3, 2023

if you don't encrypt it just press back up it wont give you the error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants