Blender, graphic, software, open source, Linux LibreOffice, open source, openoffice Gimp, graphic, software, open source, Linux kernel, Linux, software, open source Linux, distributions, Ubuntu, Linux Mint, Fedora, Mandriva Jamin, gpl, library, open source matroska, multimedia, container, linux pcman, file manager, linux LuninuX, distribition, Linux, open source Linux, infographic, history

Sunday, April 26, 2009

Antennavis antenna visualization software is a visualization toolkit

Antennavis is a visualization toolkit designed to aid the user in better understanding the data output by the NEC2 antenna modelling software.

March 1, 2007: Today I have finished the last of 3 mods for my Kenwood TS-870, which has turned this rig into a fine radio. The first modification allows transmitting outside of amateur radio bands and is described by W4NTW at various places. By removing R244 I can now transmit from 7.1 to 7.2 MHz, a new 40 meter segment.

I have always suffered from interference by loud signals during a contest, which made me decide to buy a pair of decent crystal filters (second modification), made by INRAD. The most noticable improvements: listening in CW with narrow bandwidths seems to be easier, phone QSO's sound a lot better. When you install these filters don't use the coaxial cables provided by inrad, they tend to short very easily. I also found it's better to install the filters sideways which makes installation a lot easier. Don't use the double stick tape provided by inrad, it won't stick!

Get Chitika | Premium


The third modification comes from a kenwood technical bulletin and requires some soldering. It reduces RF amplification by 10 dB while allocating 10 dB more at the IF stages. This mod seems to be the hardest as it involves removing and soldering tiny SMT 0805 components.
xlog in MAC OS X Dec 17, 2006: A screenshot sent to me by Emanuele, IZ0ETE. It shows xlog version 1.4 running on MAC OS X 10.4 (Tiger) with the X11 package installed. The new scoring window is visible in the right. Adding scoring has been a great improvement over previous versions. You can see instantly when on which bands a country is worked (and how many times) or confirmed. Total DXCC scoring is also kept. In future xlog versions I will add WAZ scoring and DXCC scoring by mode.
wwv data Mar 18, 2006: I have released version 2.0 of xdx today. This release was possible due to the contribution of Harry Popov, LZ1BB. Harry contacted me to see if xdx could be used as a on4kst chat client. One thing led to another and soon we were talking almost daily on ICQ to discuss possible changes to xdx. We now have configurable fonts, more linespacing in the chat window, a chat sidebar with the possibility to add highlights, colorized prompts, auto reconnect, keepalive packets and a new way of saving wwv data, just to name a few. The image on the left shows a plot done with gnuplot of almost 2 weeks of data from DK0WCY, collected with xdx.

I have never liked development so much. Working on xdx in the past weeks has led me to believe this is the ultimate way of program development: direct feedback from users while working on an application. I intend to use IRC for this, see: irc.freenode.net, channel #xlog.
sx-20 Feb 20, 2006: Here's the front cover of my Ramsey SX-20, a QRP rig which I bought second hand recently for under 200 Euro. This rig produces 10 Watts RF on 20 meters and can operate both in SSB and CW. The rig was designed in the early nineties by Bruce Sidari, WA2TMC for Ramsey Electronics. It was taken out of production about 10 years later. However, documentation is still available from Ramsey for 10 $, although it took a few e-mails to get the schematic diagrams sent to me. I intend to make modifications to this rig, just for the fun of it. Please visit the PG4I SX-20 scrapbook pages for details.
xlog scoring window Feb 17, 2006: I have been asking questions on the xlog-discussion mailing list regarding the future implementation of the xlog scoring window. The resulting mockup is on the left. The idea is to have a separate window for awards scoring, DXCC and locator lookups. The mockup shows worked and confirmed WAZ and DXCC scores for every mode on each band. Not surprisingly, people seem to want maximum flexibility, e.g. digital modes and RTTY included and bands like 50 and 144 MHz. This probably means I am going to add configuration possibilities in the preferences dialog, so people can leave out unwanted bands or modes.
gpsk31 capture Aug 9, 2005: It's been fun the last couple of weeks. I have been porting gpsk31 to version 2 of the GTK+ libraries. In the process of doing so, I have been fixing a lot of bugs and have added some features, the most important being integration with xlog. The true strength of gpsk31 is it's simplicity, being a single-mode program without any gnome dependencies. The GUI looks really nice and is easy to understand. All of the settings and buttons can be accessed with shortcuts and by opening the QSO details, you can use macro's like ~c, ~n and ~q for callsign, name and QTH. It needs a major on-air test, until now I have been making 2 QSO's with the new version.

Haven't heard anything from Luc, LX2GT, who is the original author. Hopefully he will agree to release a new version. I have also offered to maintain gpsk31, since he has been focussing on programming a KDE based psk31 program called kpsk.
docking widget Apr 12, 2005: A docking widget has been on my wishlist for a very long time. Imagine running xlog in a single window and all of the extra windows, like the "worked before dialog" and the keyer are dockable. Would be really neat! So there is libegg and gdl (gnome development libraries) which are both available from gnome CVS. They contain the latest gnome widgets which are not part of gnome yet. Both also contain a docking widget. Problem is, when compiling these libraries a whole bunch of gnome stuff is linked. I wanted it to be GTK+ only.

After asking around in the gtk-app-devel mailing list I found out that libegg, or at least it's docking widget, should be GTK+ only. So I set about removing all gnome dependencies and ended up with working library, linked to GTK+ and libglade. After removing all of the GladeXML stuff from the source code, I now have a GTK+ only docking widget! The screenshot shows 2 windows with handlebars. When you grab these you can move widgets around and dock them at different places. I hope I can use this for xlog at some time.

Apr 11, 2005: So here I am, sitting behind my laptop (an IBM Thinkpad 600X) using Ubuntu linux for the very first time. I wanted to see what this popular desktop is all about and after all, it is Debian based, so configuration should not be a problem. It starts off with a text installer with automatic hardware detection. The hard part here is getting the network installation right, if there is no dhcp available. It looks like all packages are copied to the harddisk and after a reboot they are unpacked and configured. This takes quite some time. When the last package is done, gdm is started and you can login!

Well, not really. The desktop just wouldn't appear and a faint prrrrrr... could be heard from the laptop speakers. So I opened a console session and killed esd (the gnome sound daemon) a couple of times. After this the gnome session started properly. Strange, because the CS46xx sound driver works okay with Debian installed. The standard Ubuntu gnome 2.10 desktop comes with a basic set of applications together with the OpenOffice suite. I didn't like the Ubuntu "Human" theme at all, so changed that to "Clearlooks". Synaptic can be used to install additional software. There are also updates available through the "Ubuntu Update Manager" from the system menu. Nicely done.

There are no hamradio packages available of course, so I downloaded xlog from the debian xlog page, together with hamlib3. This installed just fine, so this means we can use native debian packages, which is good news. So what about hardware support? I connected my cheapo Canon A300 PowerShot camera to the USB port and it just wouldn't get recognized by gthumb. Then I tried my EPSON Prefection 1260 USB scanner together with xsane, also a no-go. Both work fine on Debian.

Don't know how other distributions perform on this field. I know for certain that on Debian it takes a lot of reading to get these devices configured properly. I was hoping to get more out of Ubuntu somehow.
Mar 25, 2005: It took a couple of evenings to get it going, but here it finally is, my first C# application: a simple convers client. Especially the threading stuff using ThreadNotify, which is needed by GTK#, took a while. You can compile this little application with: 'mcs mconvers.cs -r /usr/lib/mono/gtk-sharp/gtk-sharp.dll'. The resulting binary needs to be called with 'mconvers.exe [hostname] [port].
keyer Mar 11, 2005: Been fooling around with antennavis and after 2 evenings of experimenting and reading source code I finally got some results from the program. I also managed to compile antennavis and create a debian package with the latest tcl/tk and togl-1.6. The picture on the left shows radiation pattern and current magnitude of a 6 element yagi.

Antennavis should be called from the command line. Next you can load a nec input file and the geometry will be displayed. If we click on "Compute RF Field", nec will ask for an input and output file. The output file should be called output.nec. This file will be used by antennavis to display patterns and currents.

The software is still buggy and not all nec files can be loaded. But it's nice to watch results in 3D space and turn the figure around with the mouse.
keyer Mar 2, 2005: The keyer has evolved quite a bit. I have added F11 and F12, S&PTU and CQTU messages, short serial numbers and macros. The keyer now has 2 modes which it can run in: CQ mode and Search & Pound mode. Some effort has been done to make this compatible with tlf. I have run 3 contests so far with this setup and made about 60 QSO's in the UBA DX contest using S&P mode and about 50 QSO's operating for half an hour in the HSC CW contest using CQ mode. Finally something fun for the tlf people to look forward to.
keyer Feb 20, 2005: This weekend has been the annual arrl-dx cw contest, so time for a little experiment: interfacing xlog with cwdaemon. The major goal has been to program an additional window so we can run in S&P mode. This works as follows: enter a callsign in the callsign field, hit enter, this will send F2 and will jump to the exchange field (myrst). When we fill in the multiplier and hit enter, F3 will be send (Still have to check the function key usage against existing programs).

I have kept the interface simple: there is speed control and an auto-increment counter for exchanging numbers. No doubt I will add this keyer-window to xlog-1.2.

Jan 25, 2005: There has been good coverage lately in QST magazine and on the web at technewsworld and linuxinsider about linux applications for hamradio operators. The article by is called "Linux Apps Automate Your Shack" and talks about hamlib, gmfsk and xlog. Finally some recognition from the many years of open-source development. I really like the conclusion of the article: "Linux is so ham-like with all the tinkering you can do, that I'm surprised it's not the ham operating system of choice." Thats sums it up pretty good!
zl-special Dec 4, 2004: Propagation during this year's CQWW-CW contest has been bad. 20 meters would open around 8 o'clock in eastern direction and close around 5 in the afternoon. There was no opening to Japan and I just barely managed to work VK and ZL.

Just before the contest I have put up a 2 element zl-special for this band. This antenna has been made out of copper wire, using PVC spacers to create 2 phase-fed open dipoles. The feeding element has been connected with a standard twin-wire electric cord, using a 1:1 balun close to the rig to transform to 50 Ohm coaxial cable.

With this antenna and 100 Watts RF power I made 365 contacts with 80 countries and 25 zones. The cabrillo log is here.
Nov 16, 2004: In order to check the xlog rpm file on the latest linux distributions, I have partitioned a spare harddisk for my Thinkpad 600X and installed Mandrake Community 10.1, Redhat Fedora Core 2 and SuSe Linux 9.2 on 3 different partitions of 2 GB each. This also allowed me to see what these distributions have to offer nowadays.

Being a Debian user (and developer) for many years, the most striking thing is of course the graphical installer that these distros use. Both harddisk partitioning and installation of packages are very easy. Mandrake allows fine tuning of package installation to a very fine degree, whereas SuSe and Redhat add so many dependencies that you will end up with most of the partition filled, even for a simple desktop installation.

Suse insists on running suseconfig after every package installation, which I found very annoying. The use of Redhat's yum installer (inspired by debian's apt I guess) has been a real pain due to the slow downloading of packages. As for hardware detection, SuSe has been the only distro that correctly recognised and configured my Xircom PCMCIA network card with a 2.6 kernel. On Mandrake I could get the card to work by installing a 2.4 kernel, Redhat did not offer this possibility. Considering the desktop appearance, Redhat's Bluecurve theme for gnome is an absolute killer. There seems nothing which beats this theme, both in consistency and appearance. It has been such a pleasure to use that I now use it on Debian together with the XFCE 4.2 desktop.

I really would recommend trying the latest Mandrake. Installation is easy and package selection is much easier than Redhat or SuSe. Also, once you have configured net installation correctly, there is a huge amount of software available from the different mandrake mirrors. Of course, I will keep on using Debian. There is nothing which beats Debian's open development model and technical capabilities.
Nov 4, 2004: I have been exchanging e-mails with Leigh, WA5ZNU about xdif. Leigh is attempting to create a XML standard for hamradio logbook applications. He has some good points. Looking at a sample log, you will see that besides the logging information, configuration and personal information can be saved. As I understand it, even custom program settings can be saved this way. This is such a good idea, I might use it as the default format for a future xlog version.
freebsd screenshot May 22, 2004: How I love screenshots! Here is an image sent to me by Matt, GW0VNR, which shows a prefect example of using free software for amateur radio usage. You can see xlog, xdx and grig running together on a freebsd KDE desktop.

There have been a couple of new releases, xlog is at version 0.9.6, which now uses libgnomeprint for printing the log, the output looks great. In the last version I have added log sorting. You can enter QSO's with any date and using "Tools -> Sort Log by Date" from the menu to sort the log by date and time. xdx is now at version 1.2, which is mostly a bugfix release.
Apr 27, 2004: Cwdaemon 0.8 has been released. This version integrates the unixcw-2.2 libraries by Simon Baldwin, G0FRD. This means we now have soundcard support and the previously reported choppiness is gone. Please download here. Here is are the most important parts of the changelog:

* Weighting now uses a value of -50 to 50.
* 2 extra command line options: -v for volume and -x for sound device. Volume and device can also be controlled from within tlf.
* Tune (ESCc) now uses seconds as an argument, e.g. ESCc1 tunes 1 second, ESCc10 tunes 10 seconds. Maximum tune value is 10 seconds.
* A fix by Lada, OK1ZIA for big endian systems.
* Footswitch support by Wolf, DL2WRJ (pin 15 of the parallel port).
* New morse character '@' has been added.
* Process priority of cwdaemon can be set with the -P flag
xlog logo Apr 24, 2004: A new version of xlog (version 0.9.2) is released, which is mostly a bugfix release. This release has been made possible due to the many reports I have had on the xlog discussion mailing list. Contributions by WB5NHL, PA0R, DK5JG and IZ4FHT. Here is a short list of the most imported changes. You also might want to look at the complete changelog.

* Fixed a bug for importing ADIF logs which have the TX_PWR field.
* Fixed 2 bugs for trlog import.
* Fixed printing for logs containing '&' and '_' in the remarks field.
* Fixed a couple of cabrillo export errors.
* Locale conversion is now handled better and a fallback is included.
* Fixed several crashes and many other bugs.
award Apr 16, 2004: Today received the KF8GR Linux Ham Award, for my contributions to linux ham radio. Here is what William says: Your applications (particularly XLog, which is a coup for Linux Hams), have filled niches that has contributed greatly to the Linux Ham Community. Just a few days ago, the Hamsoft Database, set up by Terry Dawson and me, got the same recognition. Thanks William!
smatch Feb 17, 2004: Made 525 QSO's during 8 hours of operating in the PACC contest using the latest tlf and the cwdaemon beta. The screenshot shows saturday afternoon activity on 10 meters. It has been the first time I have used tlf in a major contest. Here is a list of things needed for the PACC:

- Create a directory to run your contest in (e.g. pacc_2004).
- Make a directory called rules and copy /usr/share/tlf/rules/pacc_pa into this directory. This is for PA stations, use pacc_dx for other stations.
- Adapt rules/pacc_pa for your needs.
- Create a logcfg.dat, you can copy /usr/share/tlf/logcfg.dat and adapt it, here is the file used by me with hamlib support (every command on a new line): RULES=pacc_pa, CALL=PG4I, NETKEYER, RADIO_CONTROL, RIGMODEL=210, RIGSPEED=38400, RIGPORT=/dev/ttyS0, SHOW_FREQUENCY, SCOREWINDOW.
- Type 'tlf' and off you go!
smatch Feb 13, 2004: To prepare for the upcoming PACC contest, I have been building the S-match, a symmetric antenna tuner design by PA0FRI (original article here). It tunes my 2x20 meters dipole with open feeder to all bands between 1.8 and 30 MHz. It is an easy to build tuner which needs one tuning coil, one tuning capacitor and trifilar wound balun on a Amidon T200-2 toroid core. A major advantage of this tuner: it has only 2 knobs, which makes it very easy to use. Efficiency of this tuner is reasonable, considering it has less parts than the standard symmetric tuner. I have worked my first U.S. station on 160 meters with this design. For this band a fixed 150 pF MICA capacitor is switched in parallel to the tuning capacitor.
xlog logo Jan 11, 2004: A new version of xlog is released (0.9.1) which fixes various bugs and adds 2 new features: showing/hiding of the toolbar (you can save some space on the screen) and saving of the state, size and position of the 'worked before' dialog. Here is the changelog:

* Fixed a crash which would occur when clicking on the frequency button when hamlib is enabled.
* Cabrillo output would have a dot in the frequency field. Removed this.
* Size, position and state of the "worked before" dialog is now saved when showing and hiding this dialog. The main window will keep focus.
* Defaults now work when compiled with hamlib support and hamlib support is disabled.
* You can now use wildcards for the list of logs to load at startup in the preferences dialog. Extension .xlog will be automatically added when using wildcards, e.g. 'p*' will load all logs starting with 'p' and ending with '.xlog'.
* Fixed calculation of bearing and range to a location for stations west of greenwich. Reported by Steve, K9AN.
* You can now decide whether to show/hide the toolbar from the menu. You can still use Ctrl+A, Ctrl+U and Ctrl+D when the toolbar is hidden.

Download here. All my linux web pages have been moved off people.debian.org/~pa3aba and are now permanently hosted at qsl.net.
Jan 9, 2004: I have finally gained access to the debian-archive again. I had to revoke my old pgp key after a compromise of several debian machines and created a new key, which got accepted. So, I have fixed a release-critical bug in the linwsjt package, an important bug in the fbb package and uploaded new versions of tlf and tlfmanual. Also uploaded a new klog package for Jaime, EA4TV. I guess the next thing to work on are the numerous bugs reported against unixcw.
vk9cd Jan 7, 2004: Received 2 QSLs for my cw DXCC: #248 being vk9cd (Cocos Keeling), a dx-pedition by a group of germans and #249 is bq9p (Pratas), done by a international group of operators. Both contacts were made on October 13, 2003 with simple dipole antenna's. Curiously enough, sunspot data at National Oceanic and Atmospheric Administration show a severe drop in sunspot numbers on this day. I guess less sunspots means less absorption of radiowaves? bq9p

Related Post


Yahoo!    Personals


123inkjets.com    - Printer Ink, Toner, & More

  • Get Paid     to Blog About the Things You Love


iPowerWeb    Web Hosting


Linux Links




ALDO Morse Code Tutor

Aldo is a morse code learning tool which provides four type of training methods: blocks, koch, file, callsign. Blocks: Identify blocks of random characters played in morse code. Koch: Two morse characters will be played at full speed (20wpm) until you'll be able to identify at least 90 percent of them. After that, one more character will be added, and so on. File: Identify played characters generated from a file. Callsign: Identify random callsigns played in morse code.

Get Chitika | Premium

Aldo is a morse code learning tool released under GPL, which provides four type of training methods:
  1. Classic exercise

    Identify random characters played in morse code.

  2. Koch method

    Two morse characters will be played at full speed (20wpm) until you'll be able to identify at least 90 percent of them. After that, one more character will be added, and so on.

  3. Read from file

    Identify the morse code generated from a file.

  4. Callsign exercise

    Identify random callsigns played in morse code.

DOWNLOAD ALDO

Build prerequisites:

  1. gcc 3.x or later
  2. libao

Latest aldo version is aldo-0.7.5. You can download it here and check sign.

You can download older releases of Aldo here.

ALDO on DEBIAN

Now aldo is a debian package. On debian unstable you could install it with:

root@somewhere:~# apt-get install aldo

GIT

Browse git repository here

aldouser@somewhere:~$ git clone git://git.savannah.nongnu.org/aldo.git

aldouser@somewhere:~$ cd aldo

aldouser@somewhere:~/aldo$ sh bootstrap && ./configure && make; ./src/aldo

SAVANNAH PROJECT PAGE

You can find aldo on Savannah page.

FREE SOFTWARE DIRECTORY

Aldo is recorded in Free Software Directory.

OLD VERSIONS AND OLD PAGE

You can find old versions at the old web page .

Download Source Package aldo:


ABOUT GtkMMorse

GtkMMorse is a morse code learning tool released under GPL, which provides two type of training methods:

  • Koch method
  • Classic method

Koch is a philosophy for teaching morse based on the extensive researches of Ludwig Koch, psychologist at Die technische Hochschule, Braunschweig, Germany, reported in Jan-Feb. 1936.

  1. It is a mistake to let the student see a code character in any kind of visual form, because a visual impression is so strong that it will almost invariably lead to analyzing it into dits and dahs, and thus shatter its unity.

  2. Each Morse code character must retain its unitary nature, its acoustic wholeness at all times.

    This is facilitated by:
    • Sending at a speed of at least 12 wpm (60 letters/minute) from the very first. This will promote the sense of acoustic unity and bypass the discouraging 10 wpm plateau (transition) region completely.
    • Emphasizing the melodic nature of the code patterns initially, like a little tune, by the use one pitch for the dits and a slightly different pitch for the dahs. These pitches are then gradually to be brought closer together so that by about the mid-point of the program they are identical and continue from there on as a single pitch.
  3. From the very first all practice is to be in five-letter groups, with normal spacing between the letters, as in ciphered texts, but with distinctly longer pauses between groups.

    This has a dual purpose:
    • to leave no time for conscious thinking or translation between letters, and thus to require direct passage from sound pattern to the letter itself, and
    • so that the student will immediately become used to hearing letters in groupings as in normal communication, and not as isolated letters.
Obtaining GtkMMorseDownloading current tarball

Latest GtkMMorse version is gtkmmorse-0.9.27
.

You can download it here and check sign.

You can download older releases of GtkMMorse here.

Downloading developing version with GIT

Browse git repository here

gtkmmorseuser@somewhere:~$ git clone git://git.savannah.nongnu.org/gtkmmorse.git

Building GtkMMorse

GtkMMorse isn't a debian package still. If you want to build GtkMMorse on Debian:

Build dependencies:

  1. libao
  2. libgtkmm
  3. libgconfmm
Build dependencies on Debian:

root@somewhere:~# apt-get install libgtkmm-2.4-dev libgconfmm-2.6-dev libao-dev

Building GtkMMorse from tarball

gtkmmorseuser@somewhere:~$ tar xjvvf gtkmmorse-x.y.z.tar.bz2
gtkmmorseuser@somewhere:~$ cd gtkmmorse-x.y.z
gtkmmorseuser@somewhere:~/gtkmmorse-x.y.z$ ./configure && make
gtkmmorseuser@somewhere:~/gtkmmorse-x.y.z$ ./src/gtkmmorse

Building GtkMMorse from GIT

gtkmmorseuser@somewhere:~$ cd gtkmmorse gtkmmorseuser@somewhere:~/gtkmmorse$ sh bootstrap && ./configure && make gtkmmorseuser@somewhere:~/gtkmmorse$ ./src/gtkmmorse

Related Post



Yahoo!    Personals


123inkjets.com    - Printer Ink, Toner, & More

  • Get Paid     to Blog About the Things You Love


iPowerWeb    Web Hosting


Linux Links





Wednesday, April 22, 2009

Hattrick Organizer is a popular, free, java-based helper application and is a CHPP-approved program.

Hattrick Organizer is a popular, free, java-based helper application and is a CHPP-approved program.

It's OpenSource licensed LGPL and written in Java, therefore it's OS independent. Installers for Windows and MacOS are supplied, as well as a ZIP file for every other platform (Linux, BSD).

Installation

Before installing HO! you need to have Java Runtime Environment 1.4.1 or higher installed on your computer. You can download JRE at this address http://java.sun.com/j2se/.

Get Chitika | Premium
Once JRE is installed on your computer, unzip the HO! zipped file into a directory of your choice. Warning: the directory must not contain neither special characters like "!" or "&" nor spaces.

Note: the first time you run HO! an additional folder called "db" will be created inside the installation directory.
edit Updating to a newer version

There are two ways to update your HO! to a newer version:

Manual Update

1. Unzip the HO! zipped file into the same directory of the previous version. This will overwrite the old files, mantaining the "db" folder with the database informations.
2. Unzip the HO! zipped file into another directory. Then, if you want all your data to be imported from the old version into the newer one, copy the "db" directory of the old into the new directory.

edit HO with a Database

HO can be adapted to work with a different database than the embedded HSQLDB.

Here's the steps needed to make it work

1) Download the Jdbc driver for your database, and place it either HO main dir or any other directory on your pc

2) Edit the user.xml file to have a user configuration like this, the provided example is for MySql

Account identifier
jdbc:mysql://hostname:port/dbname
xxx
xxx
com.mysql.jdbc.Driver

3) Edit in the file ho.bat or ho.sh the line that execute HO @start javaw -Xmx512m -jar hocoded.jar and change into this @start javaw -Xmx512m -cp ".;;hsqldb.jar;jl1.0.jar;hocoded.jar" de.hattrickorganizer.HO

Where is the full path to the driver downloaded in step 1
edit HO on usb devices

If you want to keep your HO! always with you, you can unzip the HO! zipped file into a usb device.
This will require that every computer where you use HO! must have the JRE installed.
You can avoid this by installing the JRE directly into the usb device (or just copy the jre folder from a pc where JRE is installed).
If (and only if) you choose this method, you should also modify the script that launches HO! (ho.bat for Win, ho.sh for Linux) so that it uses the correct JRE.

HO.bat: Make a copy of this file!!! Open the copied file with a text editor and search the word javaw. This is the java executable that will make HO! run. Change this adding the (relative or absolute) path to the javaw.exe file inside jre folder you put into the usb drive.
E.g.: Let's say the usb drive letter is e:, JRE is installed in e:\jre and HO is in e:\ho

the javaw.exe file you need to use will be in e:\jre\bin\javaw.exe, so there is 2 ways to modify your HO.bat

1. instead of javaw write e:\jre\bin\javaw (note that this will work only on computers where the usb drive is seen as drive e: )
2. instead of javaw write ..\jre\bin\javaw (this will work everywhere). The two dots in the path mean "one directory above".

HO.sh: Make a copy of this file!!! Open the copied file with a text editor and search the line HODIR=`pwd`. Change this referring to the absolute path where you installed HO.
E.g.: Let's say your linux-box mounts the usb drive in /mnt/pendrive, and HO is installed into directory ho inside the usb pendrive:

instead of HODIR=`pwd` write HODIR=/mnt/pendrive/ho
give executing permissions to the script, so give from the shell chmod a+x /mnt/pendrive/ho/HO.sh .

Using HO! on unc directories (Windows):


Unc directories are the ones that begins with "\\", like the ones on a different computer on a LAN. If HO! is installed into a directory of this kind (some thin clients assign a unc directory instead of a unit letter to usb devices) you must use a little trick. Open the dos prompt and digit: net use \\path\of\unc\directory x: where:

* \\path\of\unc\directory is the unc directory where HO! has been installed
* x: is a letter unit of your choice, different from the existing ones.

Then you can use the steps described above to modify the HO.bat file.

To undo the net use command, just open the dos prompt and write: net use /DELETE \\path\of\unc\directory The associated unit letter will disappear.

File

* Download

This item allow the user to download data about the team. For the current season it's possible to download (separately or all together) the XML file (containing team's data), the matchlist and the fixtures. Concerning the past seasons, you can download fixtures from a specific season or the whole matches list from a specified date.

* Import HRF

This item allow to import an existing HRF data file stored on your computer. You can use this function to import older HRF into a new version of HO! instead of copying the "db" directory of an old version into the new version's one.

* Refresh

This item is used to update HO! or part of it by download new or modified components. You can refresh:

Plugins (adding/updating/removing them)
HO! (update to a newer version)
EVP
Ratings
Language files
Flags

* Calculate subskills

This item will start a recalculation of your players' subskills (players' decimal values).
NOTE: it may take some time to recalculate if your database is quite big, but don't worry, it would take at maximum a couple of minutes!

* Options

This item allow the user to fine-tune his HO!, by setting a lot of parameters that will affect the usage of the program. For a detailed description of all the options and their meaning, go to Options

* Exit

Exits the program


Screenshots






HO!-FriendlyPlayersquad Line Up

TransferscoutArenasizerPlayeranalysis

MatchesStatisticsMisc.


Hattrick Organizer
HO1 - Latest Version
Important:
You have to use the security code instead of the password! You can edit this code in your "Settings" of "My Hattrick".

Java Runtime Enviroment (JRE)
Get Java
Important:
HO! is based on JAVA. Please download & install Java Java Runtime Enviroment befor using HO! 


 

Custom Search


Adserver                   610x250


If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

Recent Posts

Linux News

My Blog List

Antipixels & Counters

BlogESfera Directorio de Blogs Hispanos - Agrega tu Blog Add to Technorati Favorites BlogItalia.it - La directory italiana dei blog Il Bloggatore Find the best blogs at Blogs.com. Computer Blogs - BlogCatalog Blog Directory AddThis Social Bookmark Button page counter