iOSbackup icon indicating copy to clipboard operation
iOSbackup copied to clipboard

Windows 64bit

Open LoteL opened this issue 3 years ago • 2 comments

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

LoteL avatar Apr 10 '22 08:04 LoteL

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.

avibrazil avatar Apr 16 '22 13:04 avibrazil

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' }"

LoteL avatar Apr 19 '22 08:04 LoteL