sovworks / edslite

EDS "lite" edition
GNU General Public License v2.0
284 stars 64 forks source link

An error occured. You can get details from programm log file. #17

Open TKFRvisionOfficial opened 4 years ago

TKFRvisionOfficial commented 4 years ago

Where is that file? And what does the error mean? Trying to open veracrypt container!!!

beroal commented 3 years ago

I have the same issue. I am trying to open LUKS 1 created on ArchLinux.

beroal commented 3 years ago

Okay, here the “program log file” means the system log that can be viewed with Logcat. In order to see the message, you need to install any Logcat viewer like “Logcat Reader”, give it the right to read logs, restart Android, add a filter with “Tag” equal to “EDS” and the “Warning” checkmark. Then you will see something like

com.sovworks.eds.exceptions.UnsupportedContainerTypeException: Unsupported container format version 2
    at com.sovworks.eds.luks.VolumeLayout.deserializeHeaderData(VolumeLayout.java:466)
    at com.sovworks.eds.luks.VolumeLayout.readHeader(VolumeLayout.java:85)
[skipped]

in the log.