Re: [sword-devel] Android SWORD

2010-06-12 Thread Troy A. Griffitts
Martin, Great news on your success of getting JSword to build on Android. I'm sure the JSword mailing list would be interested to hear about your success! I'm not sure about the speed. I will add a primitive search box to my test app and let you know how long a complete search of the KJV (a hea

Re: [sword-devel] Android SWORD

2010-06-12 Thread Troy A. Griffitts
I have posted a new build of Bishop and libsword.so built with r4 of the NDK with debug support, so you can attach to it with ndk-gdb if necessary. I had better luck with this build connecting and downloading Bibles from remote repositories. http://crosswire.org/~scribe/bishop2.apk 06/09/201

[sword-devel] HTTP install manager code

2010-06-12 Thread Nic Carter
Hi all, Just wanted to report here that I've discovered a flaw in the code I submitted a while ago for having an HTTP repository. The problem is in the code to parse a directory, and the issue is that different web servers dish up their ftp folders in different ways. I coded that based on th

Re: [sword-devel] Katana / Maemo / N900

2010-06-12 Thread Troy A. Griffitts
Teus, osis2mod is conservative with file permissions. Be sure the files have proper permissions before you deploy. I only mention this because I often forget to grant read access to files before deploying a module for testing and the result is only chapter/verse numbers. Troy On 06/12/2010 1

Re: [sword-devel] Sword2Net: DumpBibleModuleContent()

2010-06-12 Thread Troy A. Griffitts
Wolfgang, On 06/12/2010 09:43 AM, Wolfgang Schultz wrote: > for (FFSwordBible->getKey(); !FFSwordBible->getKey()->Error(); > FFSwordBible->getKey()->increment(1)) { } > I haven't looked at the context, so you might be ok, but be sure to position the module to the top at loop initialization. T

[sword-devel] Katana / Maemo / N900

2010-06-12 Thread Teus Benschop
On Thu, 2010-06-10 at 12:14 -0500, Nathan Anderson wrote: > Then a > group of us decided we wanted to write a QT based version and so Katana was > started. It has most of the features in Rapier; but it is a lot faster and > more finger friendly. ;-) > I tried it out, and indeed, Katana is more

[sword-devel] Sword2Net: DumpBibleModuleContent()

2010-06-12 Thread Wolfgang Schultz
Hello, in the Sword2Net API i implement some useful methods but i have a sea of open questions here is one of them. in the method DumpBibleModuleContent() i have a loop like this for (FFSwordBible->getKey(); !FFSwordBible->getKey()->Error(); FFSwordBible->getKey()->increment(1)) { } http://bibl