Dear @TIMAI2,
Can you help me?
I have an app using original Tom's extension and use many of it's functions (thus I can not use yr simplified extension).
There is however ExportDatabase that does not work due to an error in (obsolete) private function resolveFileName - so the fix is simple to remove it in the line :
os = new FileOutputStream(resolveFileName(fileName));
so that it reads
os = new FileOutputStream(fileName);
and have user prepare directory/filename (I know it will work only in ASD but it is Ok) .
However I do not have skill to compile such modified extension - can I ask you a favor to do it for me and I hope for other members too and repost it here?
I guess porting yr ListFixer would be nice but it is not a must as I have a workaround.
Best regards
Kuba