Usage

Prepare installation files

  1. Prepare a working folder.

  2. Create a folder in the working folder with one of the names a to z and place the necessary files and/or folders in the created folder.

    • EWE interprets the a to z folders as the root folders of the A to Z drives.

    • The drive type is determined by the folder name as shown below.

      Folder name Drive type
      ab Removable drive
      c Fixed drive
      dz Optical drive
    • If you want the application to play CD-DA audio tracks, put the files named trackNN.ogg (NN=02-99) under the working folder (not under the d-z folders).

  3. Create a file named config.txt in the working folder and write the necessary settings into it.

    • The setting is described by connecting "key" and "value" with =.

    • At least the command line must be specified. An example is shown below.

      cmd_line=C:\app.exe option1 option2
      

      The executable filename should be specified as a full path, with arguments separated by spaces if necessary.

    • In addition, the following settings can be configured in config.txt.

      Key Description Value Default Example
      bpp Color depth (bits) 8 16 24 32 32 bpp=8
      desktop Desktop size (*1) xga desktop=vga
      cdvolume CD volume label Any string (None) cdvolume=VOLUME
      softkey1~8 Soft key (*2) (None) softkey5=2,rclick.png

      (*1) The values that can be specified as the desktop size are as follows.

      Value Size
      qvga 320 x 240
      pc98 640 x 400
      dcga 640 x 400
      vga 640 x 480
      svga 800 x 600
      xga 1024 x 768

      (*2) The definition of a soft key is as follows.

      softkey<n>=<vkey>,<filename1>[,<filename2>]
      
      Field Description Value
      <n> Position 1~8
      <vkey> Virtual key code (*3) 1~255
      <filename1> Image file (1) (*4) Filename
      <filename2> Image file (2) (*4) Filename
      <n> Position (x, y)
      1 (0, 0)
      2 ((screen_w - key_w) / 2, 0)
      3 ((screen_w - key_w), 0)
      4 ((screen_w - key_w), (screen_h - key_h) / 2)
      5 ((screen_w - key_w), (screen_h - key_h))
      6 ((screen_w - key_w) / 2, (screen_h - key_h))
      7 (0, (screen_h - key_h))
      8 (0, (screen_h - key_h) / 2)

      (*3) Please refer to the following URL for the virtual key code.
      https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

      • The value must be specified in decimal.
      • When a soft key with 1 to 254 is pressed, the specified virtual key code is sent.
      • Pressing a soft key with 255 will enable/disable other soft key operations.

      (*4) The image files should be placed in the same directory as config.txt.

      • PNG images are available.
      • If 1 to 254 is specified for the virtual key code, the image specified in <filename1> will be displayed.
      • If 255 is specified as the virtual key code, the image specified in <filename1> is displayed if soft key operation is disabled, and the image specified in <filename2> if soft key operation is enabled.
  4. Create a folder named _fonts in the working folder and place the TrueType format font files in the folder.

    • EWE determines the font type from the filename.

      Filename Font type
      sans_m.ttf Sans-serif (Monospaced)
      sans_p.ttf Sans-serif (Proportional)
      sans_ui.ttf Sans-serif (for UI)
      serif_m.ttf Serif (Monospaced)
      serif_p.ttf Serif (Proportional)
    • EWE does not use the font names embedded in the font data.
      Instead, create a file named alias.txt in the _fonts folder and describe the mapping between each file and font name.
      The following is an example for a English environment. The file should be saved in UTF-8 format (without BOM).

      sans_m=Lucida Sans Typewriter
      sans_p=Arial
      sans_ui=Tahoma
      serif_m=Courier New
      serif_p=Times New Roman
      
  5. Place a PNG image file named appicon.png in the working folder.

    • EWE displays this image file as an application icon.
    • The image file should be 64 x 64 in size.

An example of a file list is shown below.

Example files

Create an archive file

When the installation file is ready, create a ZIP archive file.
As a caution, files must be stored uncompressed.
Here is an example of using 7-zip.
Note that the 7-zip installation procedure is omitted.

  1. Select all files in the working folder and right click > select "7-zip" > select "Add to archive...".

  2. Make the following settings and click the OK button.

    Item Value
    Archive (App name).zip
    Archive format zip
    Compression level 0 - Store

    Add to Archive

Install

Once the archive file is created, let's actually install it.
Two installation methods are available.

Download via network

It is possible to download archive files from the application menu using either TFTP, FTP or HTTP communication protocols.
Here are the instructions for downloading via the TFTP protocol using Tftpd64.
Note that the Tftpd64 installation procedure is omitted.

  1. Start Tftpd64 and click the Browse button to specify the folder for the archive file.

    Tftpd64

  2. Start EWE and select Install from the menu to display the installation dialog.

    Install(1)

  3. Enter the URL in the dialog and click the Start button to begin installation.

    Install(2)

  4. When the installation is complete, click the Cancel button to close the dialog.

    Install(3)

  5. The installation is successful when the application icon appears.

    Install(4)

Copy directly to the local file system (Lite version not supported)

Windows

Use Explorer to copy the archive file to the Applications folder.

iOS

Use the Files app to copy the archive file to the Applications folder.

Run

Click/tap the application icon to launch the application.
The method of operation while the application is running depends on the operating system.

EWE Windows / Linux / OSX iOS / Android
Mouse move Mouse move Swipe (1-finger)
Mouse click (L-button) Mouse click (L-button) Tap (1-finger)
Mouse click (R-button) Mouse click (R-button) Tap (2-finger)
Show soft keys Mouse click (M-button) Tap (3-finger)
Show the System UI Mouse M-button press and hold Tap and hold (3-finger)

To quit the application, show the System UI and select Quit.

Several settings can be changed in the system UI.

You can also review the following information in the System UI.

Uninstall

  1. Press and hold the application icon to display the menu and select Uninstall.

    Uninstall(1)

  2. When the following dialog appears, click Yes.

    Uninstall(2)

Wipe cache

  1. Press and hold the application icon to display the menu and select Wipe Cache.

    Wipe Cache(1)

  2. When the following dialog appears, click Yes.

    Wipe Cache(2)

Wipe user data

  1. Press and hold the application icon to display the menu and select Wipe User Data.

    Wipe User Data(1)

  2. When the following dialog appears, click Yes.

    Wipe User Data(2)