iOSMessageExport icon indicating copy to clipboard operation
iOSMessageExport copied to clipboard

Try to use it with Ubuntu under Windows10 !!

Open ron-fr opened this issue 8 years ago • 0 comments

Hello

I'm just trying to use it with Ubuntu (from Windows Store) under Windows10. (easier to use unix/linux commands under windows (I love solaris)) After adding modules: libdatetime-perl libdigest-sah-perl libdbd-sqlite3-perl and replace SHA1 with SHA inside sources, it began to compile w/o errors...

Then I had to change :

_contacts_db_filename => '31/31bb7ba8914766d4ba40d6dfb6113c8b614be442'

_sms_db_filename => '3d/3d0d7e5fb2ce288813306e4d4636395e047a3d28'

and replace: copy($self->{_backup_directory}.$attachment->{'sha1_filename'}, $directory."/".$attachment->{'filename'}) or "Copy failed for file ".$self->{_backup_directory}.$attachment->{'sha1_filename'}."\n"; with: copy($self->{_backup_directory}.substr($attachment->{'sha1_filename'},0,2)."/".$attachment->{'sha1_filename'}, $directory."/".$attachment->{'filename'}) or "Copy failed for file ".$self->{_backup_directory}.substr($attachment->{'sha1_filename'},0,2)."/".$attachment->{'sha1_filename'}."\n";

About time, now with IOS11, I use date/1000000000 instead date !!

I continue to test and modify

Have fun Ron

ron-fr avatar Nov 27 '17 14:11 ron-fr