Page 1 of 1
Req: TC4A: ZIPX archive format support
Posted: 2019-11-25, 06:45 UTC
by DrShark
Desktop TC can create ZIP archives with LZMA compression, so would be nice at least to unpack such archives with Total Commander for Android. TC4A v3 already supports *.7z, so I think it should be possible to add support for ZIPs with LZMA compression, at least for files with *.zipx extension.
Re: Req: TC4A: ZIPX archive format support
Posted: 2019-11-25, 11:03 UTC
by ghisler(Author)
TC for Android uses the built-in Android ZLIB library, which unfortunately doesn't support LZMA.
Re: Req: TC4A: ZIPX archive format support
Posted: 2019-11-25, 12:38 UTC
by Usher
2DrShark
Note that there is no full support for all zipx features in 7zip. For example, jpeg compression is not implemented.
Re: Req: TC4A: ZIPX archive format support
Posted: 2019-11-25, 12:46 UTC
by DrShark
ghisler(Author) wrote: 2019-11-25, 11:03 UTCTC for Android uses the built-in Android ZLIB library, which unfortunately doesn't support LZMA.
Maybe you can try 7zip library for them? I tried es file manager, and it didn't unpack file from zipx packed by desktop TC if it had zip or zipx extension, but successfully unpacked it after I gave it .7z extension. Such trick doesn't work in TC for Android though.
Usher wrote: 2019-11-25, 12:38 UTCNote that there is no full support for all zipx features in 7zip. For example, jpeg compression is not implemented.
I mainly need to unpack zipx packed by desktop TC which uses LZMA.
Re: Req: TC4A: ZIPX archive format support
Posted: 2019-11-25, 12:57 UTC
by Usher
DrShark wrote: 2019-11-25, 12:46 UTCI mainly need to unpack zipx packed by desktop TC which uses LZMA.
But other people will use it also for winzip compressed files and report a bug rather than a missing feature.
Re: Req: TC4A: ZIPX archive format support
Posted: 2019-11-25, 13:02 UTC
by DrShark
Usher wrote: 2019-11-25, 12:57 UTC
DrShark wrote: 2019-11-25, 12:46 UTCI mainly need to unpack zipx packed by desktop TC which uses LZMA.
But other people will use it also for winzip compressed files and report a bug rather than a missing feature.
Desktop TC declares this LZMA ZIPX support as method 10 of ZIP compression, for Android version of TC this feature may be described the same way, then users won't expect support of additional compression methods from full ZIPX specification.