Howto
From ZekrWiki
This document will cover some common questions about Zekr features. It also reveals hidden power of Zekr :)
Installation
Howto make Zekr portable?
- There is already a portable version available on download page. You can however make you own portable Zekr using instructions here.
Audio
Howto change maximum repetition time of Zekr recitation? It's only possible to set it between 1 to 10 by default.
- This is possible to change this value as much as you like (even more than 999). Here is the instruction:
- edit config.properties file, which can be found in workspace/config directory
- find audio.maxRepeatTime and change its value to a number you like. You can set it even 1000. It's the maximum value of possible repeat for playing one aya.
- now start Zekr.
Development
Howto build Zekr from source code?
- Zekr can be built using build.xml file located at root directory of Zekr standard packages. You should have Apache Ant in order to build Zekr.
- run the following command in a console in Zekr directory:
ant
- Zekr will unzip dist/zekr-src.jar, and re-build it. The result jar file is located in build folder. You should manually over-write it on dist/zekr.jar to have Zekr launch with the new jar file.

