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

iTunes DOMAIN_TRANSLATION path not visible in target-shell #947

Open
OlafHaalstra opened this issue Nov 17, 2024 · 0 comments · May be fixed by #952
Open

iTunes DOMAIN_TRANSLATION path not visible in target-shell #947

OlafHaalstra opened this issue Nov 17, 2024 · 0 comments · May be fixed by #952
Assignees

Comments

@OlafHaalstra
Copy link
Contributor

When mounting a iTunes backup with target-shell the DOMAIN_TRANSLATION paths do not show up when using ls, ls -R, or tree:

image

I did notice when I add the following code to the translate_file_path function:

    if not relative_path:
        relative_path = Path(domain_path).name

It is a bit better, but now the current path also always shows up as a child directory:
image

I'm fine with making a PR for a fix but I'm not 100% sure where it should be implemented.

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

Successfully merging a pull request may close this issue.

2 participants