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

Windows 64bit #22

Open
LoteL opened this issue Apr 10, 2022 · 2 comments
Open

Windows 64bit #22

LoteL opened this issue Apr 10, 2022 · 2 comments

Comments

@LoteL
Copy link

LoteL commented Apr 10, 2022

Seems it works only on win32. An issue with os.walk observed. As the result root and backuproot=None.
Platform: Windows 10 Pro 64-bit
Python: 3.10.4 (32bit)
iOS version of device backups: iOS 15

@avibrazil
Copy link
Owner

Please try to reinstall Python using a 64bit version to see what happens.

Apparently iTunes folder on Windows changed to %APPDATA%\Apple Computer\MobileSync\Backup. Please try to point iOSbackup to this folder to see if it works.

@LoteL
Copy link
Author

LoteL commented Apr 19, 2022

The Python reinstalled to 3.10.4 (64 bit).
"Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on win32".
However, iOSbackup.getDeviceList() still shows nothing for correct iTunes backup path.
The output of
"import sys
print(sys.platform)"
is 'Win32'

Isn't it necessary to change the part of iOSbackup code?
" platformFoldersHint = {
'darwin': '~/Library/Application Support/MobileSync/Backup',
'win32': r'%HOME%\Apple Computer\MobileSync\Backup'
}"

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