Android Scriptures is an android application for reading the Holy Bible or the LDS Standard Works on an android device.
Here’s what it looks like:
Versions
- Version 0.3.1 (download)
- Version 0.3.0 (download)
- Version 0.3.0 (beta 2) (download)
- Version 0.3.0 (beta 1) (download)
- Version 0.2.7 (download)
- Version 0.2.7 (beta 3) (download)
- Version 0.2.7 (beta 2) (download)
- Version 0.2.7 (beta 1) (download)
- Version 0.2.6 (download)
- Version 0.2.5 (download)
- Version 0.2.4 (download)
- Version 0.2.3 (download)
- Version 0.2.2 (download)
- Version 0.2.1 (download)
- Version 0.2.0 (download)
- Version 0.1.1 (download)
- Version 0.1.0 (download)
Databases
For versions 0.2.5+, download these databases:
For versions 0.2.4 or earlier, download these databases:
Installation
Post Android Market instructions
- Download either the LDS Standard Works or the KJV Holy Bible
- On the phone, go into settings -> sd card & phone storage, and make sure the “use for usb storage” option is checked.
- Attach you G1 to your computer
- copy the scriptures.db file to your sd card.
- Detach the G1 from the computer
- On the phone, go into settings -> sd card & phone storage, and uncheck the “use for usb storage”.
- Within the Scripture application open up the preferences and point the program at the location where you put the scriptures on the sd card. The file location should being with ‘/sdcard’
Tethered Device (complements of Scott Hawker):
- Download either the Holy Bible or the LDS Standard Works and unzip the db file. Note from Dave: You can now download the db files without needing to unzip them. This should eliminate the need for the tethered part of the process.
- copy the scriptures.db file to your sd card.
- On the phone, go into settings -> sd card & phone storage, and uncheck the “use for usb storage”.
- In the settings, go to applications, and check the “unknown sources” checkbox.
- Then download the app using your phone’s browser, it will be obvious what to do from there.
Emulator:
- Install the Android SDK
- Download the APK (the actual program)
- Download either the Holy Bible or the LDS Standard Works
- Create a sd card image
- Start up the emulator, making sure to mount the sd card as part of the start up.
- Install the program
- Put the database on the SD card.
- Run the app.
adb install androidscriptures.apk
adb push scriptures.db /sdcard/scriptures.db
Future plans:
-
- Download selection dialog when initially installing the application
- Utility for importing custom/additional content into new or existing databases. Initially will use ThML or OSIS. Samples can be found in the GoBible source repository
- Search the text of the scriptures for a specific phrase
- Bookmarks
- Highlight text
- Add your own notes
- Jump to verse: A dialog that you type in a specific reference which would take you to that specific chapter and verse.
- Wiki searches or links to selected scripture scholar sites
- Something I haven’t thought of yet
A special thanks goes out to the Mormon Documentation Project for the database. It would have taken me a lot longer to get this done if I had been required to create the database on my own.