iphone-sms-backup
iphone-sms-backup copied to clipboard
Backup your iPhone SMS text messages.
I have tested this and it works: ``` python --version # => Python 3.7.1 python sms-backup.py -o ~/Desktop/output.csv -d "%m-%d-%Y %H:%M:%S" -f csv -m "John Wyles" -a "555-555-5555=John Doe" -p...
My experience suggests that sms-backup.py can't support an encrypted backup{ ``` C:\Pittman\SMS-Backup>python sms-backup.py -i Manifest.db ERROR:root:Unable to access c:\users\ibm_ad~1\appdata\local\temp\tmpwmv22l: file is encrypted or is not a database C:\Pittman\SMS-Backup> ``` I...
Newbie here, hoping you can point me in the right direction. I know where the DB file is but am unsure how to follow your suggestion of "pass the db...
Has anyone modified this script to handle attachments (MMS and iMessage photos, videos, audio files etc)? These are stored in the Attachments directory. I need to parse an iPhone SMS...
Hi. I have some international messages, which are not exported correctly. For example, a simple UK number should be `+44 1234 123456`, but your code just convert it into `1234123456`,...
Updating the utility to work with python3, mainly needed for updated sqlite on osx (otherwise get 'database encrypted error).
Around the line 401 in the function responsible for getting the addresses for the iMessage a check is failed if the madrid_flags is different from the tested values, making the...