Try to use it with Ubuntu under Windows10 !!
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