Description:
Easily count the goals scored and send the result by SMS!
Use:
- To reduce the number of goals scored, just click on the name of the team concerned.
- To add a goal, click the + button of the team concerned.
- The buttons on the bottom correspond to:
o Start counting.
o Reset all counters.
o Send the score via SMS.
o Modify the options (team names, language and increment).
o Quit the application.
Requirements:
- Windows Mobile 6.x.
- 240x400 pixels WQVGA screen, and all higher resolutions (autoredimension images).
Changes:
- Options to change either in the Options menu, or directly via the file options.xml located in the "res" application.
- By default there are three languages (French, German, English). It is possible to edit translations that are in the file datas.xml located in the "res" application.
- If you want to add another language, here's how:
o datas.xml copy files on your PC and options.xml.
o datas.xml edit with a text editor (Notepad, ...).
o Each block contains first language abbreviation of the language (FR for French, for English and DE for German). Copy an entire block from another language, then change the abbreviation for your new translation, eg ES for Spanish..
o Perform the translations instead of the other texts.
o Save the file datas.xml.o options.xml edit with a text editor (Notepad, ...).
o In block XXXX, replace the XXXX with the abbreviation placed in the file datas.xml (in our example it will ES).
o Save the file options.xml.
o Copy the two files and datas.xml options.xml in the "res" application.
If you like this project, please consider donate to the developer.
Update Description:
v1.1 (09-11-2010):
Added more options:
- Time counter
- Disable lockscreen (in counter mode).
- In SMS, added goal reports.
- Refreshing bugs corrected.