
Nowadays, since my psion machines (revo, series 5 and Netbook, are ageing and becoming more instable due to screen cable or battery problems, I am using more a more the Epoc emulator on my windows PC, while for outside home use I have bought a Asus EEEPC 901 netbook running Ubuntu. The EPOC emulator I run under the WINE environment
In the remaining of this page I will try to explain how to obtain and install the emulator on your PC or Netbook under windows or under Linux.
Download Symbian OS V5 SDK {OPL_V5.zip} for the SYMBIAN OS V5 SDK files
2. How to obtain
(A) The regular SYMBIAN OS V5 OPL emulator can be obtained from the Teklogix website:
http://www.psionteklogix.com/teknet/pdk/netpad-pdk/SDKS/opl.zip
Note that you have to registrate yourself (Free!) before you can have access to different SDK's containing the emulator. Although it is mentioned that it is meant for the Netpad, you can use it also for the Series5 or netbook machines. Choose the OPL version if you also wants to use it for writing OPL programs. It is about 26.8 Mb in size!
You can also choose the SYMBIAN OS V5 SDK for Java if you don't want to develop OPL programs but want to have the smallest download package (12 MB). The latter you can download directly from (after registry):
http://www.psionteklogix.com/teknet/pdk/netpad-pdk/SDKS/java.zip
(B) You can download it directly from my website here:
and download this file {netbookemul.zip} for the customatisation of your Netbook emulator.
It also includes the WINS versions of several OPX files, courtesy of Chris Handley. Additionally it contains some alternative screen images from Damian Walker, which I found at the PDAStreet Psion Forum.
3. How to install
Installing the Psion ER5 SDK:
On a windows PC or on a netbook under windows:
On a Linux PC or netbook:
To customize the PSION ER5 emulator to your machine please do:
4. How to customise
Ensure that the unzip program's "Path information" or "Use folders" option is checked, so that the files get copied into the correct subdirectories.
In the Epoc32/data/ directory you will find 11 different configuration files for the Emulator, each controlling their own screen configuration. They are here listed together with the details of the configuration:
Together with the applicable bitmap files in this directory, they will determine the look and properties of the emulator on your monitor.
5. How to run
To run the Epoc emulator on your (windows) PC make a link to the file emul.bat that is residing in the directory where you have installed the EPOC emulator.
The general format of this batch file consists of the following lines:
Replace Y and xxx by the applicable drive letter and configuration filename [ e.g. custom for the emulator on your PC] with a text editor in this file.
@echo off REM change to drive Y and then to directory of epoc.EXE REM change Y in the drive letter where you have installed the emulator (C, D, ..) Y: cd \epoc32\release\wins\deb REM replace in next line xxx by the name of the configuration file (without extension!) REM xxx.ini in directory epoc32\data epoc.exe -Mxxx --
#bash! echo "start of EPOC emulator" cd "~/.wine/dosdevices/c:/Epoc32/Release/Wins/Deb/" REM replace in next line xxx by the name of the configuration file (without extension!) REM xxx.ini in directory epoc32\data wine start EPOC.exe -Mxxx --
Don't forget to give the appropriate aministration rights to this file.
6. Tips
_EPOC_DRIVE_D"full_path_of_your_psion_backup_files\"you can switch (using the control-Q command) to your backup files of your psion.
Alan Morris (OPL SDK zip);
Damian Walker (Alternative screen configurations);
Chris Handley (custom netbook screen configuration, WINS versions of the OPX files);
Auda (alternative screen configuration for the EEEPC 7" screen, see also his website);