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

Files in .zip not stored as intended but with backslashes #4

Open
besendorf opened this issue Feb 3, 2023 · 2 comments
Open

Files in .zip not stored as intended but with backslashes #4

besendorf opened this issue Feb 3, 2023 · 2 comments

Comments

@besendorf
Copy link

besendorf commented Feb 3, 2023

The files in the .zip files are not stored as intended in subfolders but rather have \ in their filenames.
Example:
\apks\com.google.android.wifi.resources.apk
Seems to be a problem with Windows path handling

As a result mvt-android won't find the android-qf files because it looks for example for */syslog.txt

Edit: I can't reproduce this issue on my Windows VM. First noticed it on a Windows Laptop. Bit confused. Will test some more.

@Te-k
Copy link

Te-k commented Mar 8, 2023

Hi @besendorf , I am interested if you can reproduce that bug, could you let me know?

@besendorf
Copy link
Author

Hi @besendorf , I am interested if you can reproduce that bug, could you let me know?

Yeah, I have a Windows Laptop that produces those .zip files. However the files only look broken on when opened on Linux. On Windows they look fine.
I found this thread on superuser which describes the problem. Maybe it is an issue with the zip library used by androidqf.
https://superuser.com/questions/1382839/zip-files-expand-with-backslashes-on-linux-no-subdirectories

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