This commit is contained in:
epoberezkin
2023-08-17 16:15:48 +00:00
parent 53e71ea97b
commit 3ba122fb72
32 changed files with 239 additions and 59 deletions

View File

@@ -738,7 +738,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</div>
</div>
<div><p>| 07.02.2023 | EN, <a href="/docs/lang/cs/ANDROID.html">CZ</a>, <a href="/docs/lang/fr/ANDROID.html">FR</a> |</p>
<div><p>| 07.02.2023 | EN, <a href="/docs/lang/cs/android.html">CZ</a>, <a href="/docs/lang/fr/android.html">FR</a> |</p>
<h1 id="accessing-files-in-android-app" tabindex="-1">Accessing files in Android app</h1>
<p>SimpleX uses databases and stores its preferences inside private data directory in Android. The directory contains:</p>
<ul>
@@ -771,7 +771,7 @@ tar -xvzf chat.gz
<p>After that the backup should be ended. If you see an error saying <code>tar: Error is not recoverable: exiting now</code> but before that you have printed some file names, don't worry, it's ok.</p>
<p>Now the backed-up files will be inside <code>./apps/chat.simplex.app/</code>.</p>
<p>Please, note, that if you use a modern version of SimpleX, the databases will be encrypted, and you'll not be able to view contents of them without using <code>sqlcipher</code> application and without knowing decryption passphrase (you need to change it to yours from randomly generated in the app firstly).</p>
<p>Please, follow <a href="SQL.html">SQL.md</a> guide for more info of how to decrypt your databases and to make queries to them.</p>
<p>Please, follow <a href="sql.html">SQL.md</a> guide for more info of how to decrypt your databases and to make queries to them.</p>
</div>
</article>
</main>