iPhone-Backup-Analyzer-2
iPhone-Backup-Analyzer-2 copied to clipboard
iPBA, Qt version
The pyside library is deprecated, you should switch to pyside2. https://wiki.qt.io/Qt_for_Python iphone-backup-analyzer was part of Kali Linux up to now, but it will likely be dropped unless the application is...
Manifest.mbdb not found in path on iPhone 6/6s when opening iPhone backup. Does this tool still support the new sqlite format of iOS backups?
Type: OperationalError Description: no such table: Z_3PHONENUMINDEXES File: main.py Line: 759 Traceback: - File "main.py", line 759, in runPlugin newWidget = mainMethod(self.cursor, self.backup_path) - File "/home/puma/stc/iPhone-Backup-Analyzer-2/ipba2-plugins/plg_viber.py", line 843, in main...
File "main.py", line 1632, in readBackupArchive path = str(nodeData[0]) UnicodeEncodeError: 'ascii' codec can't encode characters in position 17-19: ordinal not in range(128)
Backup has folder with non-latin alphabet, eg Documents/فوتبال Version: 3fd0dfa0d67e4eddb1e882fcff9f980f4903a107 ``` Traceback (most recent call last): File "main.py", line 871, in openBackupGUI self.openBackup(newBackupPath) File "main.py", line 890, in openBackup self.readBackupArchive()...
QtGui.QMessageBox might not be the best gui-element for error messages. Most annoying is the fact that it cannot be resized (e.g. in case when details contains Backtrace). It could be...
It would be very handy to give backup-directory from command line. Something like this: ``` index 73ed244..5235fbd100644 --- a/main.py +++ b/main.py @@ -540,7 +540,7 @@ class SqliteWidget(QtGui.QWidget): class IPBA2(QtGui.QMainWindow): -...
The Skype plugin does not work for iPad installations of Skype, returning the following error: ``` Type: Exception Description: Skype database not found: "C:\Users\jwright\Desktop\b32ba4ec7c5bc1808937843e80b56cd08018e16e\" File: Line: 693 Traceback: - File...