Justin Finkle
Justin Finkle
I got the error as well. It looks like the location of the database files in the script has changed. The messages db was "3d0d7e5fb2ce288813306e4d4636395e047a3d28", and the contacts db was...
The path error seems to be the case for the attachments as well. I added this at below line 120 and everything seems to run appropriately now. `my $sha1_filename =...
@therockmandolinist It's indicating that you're trying to open a non SQL file. Can you confirm what the value of your `_sms_db_filename` variable is? It should be: `_sms_db_filename => '3d/3d0d7e5fb2ce288813306e4d4636395e047a3d28'`
Good, that makes sense. I forgot they had the option to encrypt the backups. Glad you figured it out.
Can you link the exact error message you receive? Also, what version of iOS and iTunes do you have? I'm not sure when the database organization change was made relative...
@youseeme Can you verify that there is a file in your backup folder that matches `_sms_db_filename`? For example if my iOS backup directory is `XXX` then there should be a...
EDIT: @youseeme Sorry I misunderstood your comment earlier. You should change `_sms_db_filename` to match the one in the 3e folder. Can you post the file path for the sms database...
It seems like the script can't find the database file to parse. Try adding a trailing slash when you give the directory path: `4a39c9a820e14b7f7cf093f86f479da4cf4bce64/`. I don't know where you're running...
I have a similar problem. The page won't load on chrome (it does on firefox and safari) and the server warns`404 GET /static/notebook/6774.bundle.js`. For what it's worth forcing a refresh...