<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Bishop does have a search path it looks for modules.  Most
      notably it tries to find a SWORD library, first at:</p>
    <p>/sdcard/Documents/sword, then<br>
      /sdcard/sword</p>
    <p>then AUGMENTS any AndBible modules it might have access to reach
      at (which I don't think is allowed anymore in modern Android
      releases):<br>
      /sdcard/Android/data/net.bible.android.activity/files</p>
    <p><a class="moz-txt-link-freetext" href="https://crosswire.org/svn/sword/trunk/bindings/java-jni/jni/swordstub.cpp">https://crosswire.org/svn/sword/trunk/bindings/java-jni/jni/swordstub.cpp</a></p>
    <p>Then falls back to STORAGE_BASE set from
      SWMgr.getStorageBasePath(), which is basically:</p>
    <p>app.getApplicationContext().getFilesDir().getAbsolutePath();</p>
    <p><a class="moz-txt-link-freetext" href="https://crosswire.org/svn/sword/trunk/bindings/java-jni/src/org/crosswire/android/sword/SWMgr.java">https://crosswire.org/svn/sword/trunk/bindings/java-jni/src/org/crosswire/android/sword/SWMgr.java</a><br>
<a class="moz-txt-link-freetext" href="https://crosswire.org/svn/sword/trunk/bindings/Android/SWORD/app/src/main/java/org/crosswire/android/sword/AndroidMgr.java">https://crosswire.org/svn/sword/trunk/bindings/Android/SWORD/app/src/main/java/org/crosswire/android/sword/AndroidMgr.java</a></p>
    <div class="moz-cite-prefix">This is the app's private file store,
      which modern versions of Android sandbox and only the the app
      itself can access, if I understand correctly.</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Last I looked into this, I was hopeful
      /sdcard/Document/sword could be an officially sanctioned place to
      share a sword module library between SWORD apps.</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Troy</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 3/30/26 5:40 AM, Fr Cyrille wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:607ce73a-72cd-4a71-9f5f-db864a86a5b0@tiberiade.be">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      Dear Tobias, Troy, and Tuomas,<br>
      I’d like to take the opportunity of Ezra Bible’s release to
      revisit the idea of having a shared folder (Sword?) for modules on
      Android; this would make using the various apps much easier. I
      don’t have the expertise to help or fully grasp the technical
      challenges involved, but it would be great not to have to store
      the same modules three times.<br>
      <br>
      <div class="moz-signature">-- <br>
        Vous aimez la Bible ? Vous êtes étudiant en théologie ? Utilisez
        l'application libre <a href="https://xiphos.org/"
          moz-do-not-send="true">Xiphos</a> ou <a
          href="https://andbible.github.io/" moz-do-not-send="true">Andbible</a>
        et accédez aux textes sources, à des commentaires, des
        dictionnaires et beaucoup d'autres fonctionnalités... Me
        contacter pour des traductions en français.</div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre wrap="" class="moz-quote-pre">_______________________________________________
sword-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="https://crosswire.org/mailman/listinfo/sword-devel">https://crosswire.org/mailman/listinfo/sword-devel</a>
</pre>
    </blockquote>
  </body>
</html>