Androwish - JohnLines/taglog GitHub Wiki

Taglog was written to run on a Desktop, my normal platform is Debian Linux, but it should run on anything which runs TCL/TK. There is a port of TCL/TK to Android called Androwish and Taglog is being modified to run better on their, primarily taking into account the smaller screen and the different buttons

Installation

At present this instructions are very Linux focussed, Copy the current taglog distribution to the SD Card of the phone, in some subdirectory, and extract it to obtain a directory called taglog-(some_version), for example taglog-0.2.6 (done from your Linux system)

On your Android system, start Androwish.

  1. cd /storage
  2. glob * (to find the directory name of your SD card)
  3. repeat this to get to the taglog-0.2.6 directory (whatever version it might be)
  4. cd src
  5. source install.tcl
  6. The install window may pop up behind the main wish window - move the wish window to find it.
  7. Click OK.
  8. Androwish will close having run a program

Run

  1. Start Androwish
  2. cd ~
  3. source bin/taglog

Once again the program may pop up behind the wish window and you may need to move that to find it.