You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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'
}"
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
The text was updated successfully, but these errors were encountered: