skw4y / iTunesBackupFileExtractor

Simple app that extract media files contained in iTunes backup.
38 stars 7 forks source link

Does not works with itunes backup with sqlite db #4

Open shafi4 opened 5 years ago

shafi4 commented 5 years ago

Newer version of itunes backup files are based on Manifest.db sqlite database file and not mbdb file.

skw4y commented 5 years ago

I don't have iTunes backup anymore so I can not test this out but I think it will be easier to read an sqlite database than to parse a binary file...

Can you send me a light zipped backup folder so I can figure out how to update the code ?

Golgochen commented 3 years ago

Hi, I think I got the same issue, has this been resolved by any chance? Error would be: C:XXXXXX\Manifest.mb.db cannot be found I'm trying to recover a iOS 10.0.2 backup, it's possible to access the backup using iBackup viewer, in case that info helps. Thanks a lot in advance!