Skip to content

Instantly share code, notes, and snippets.

@tuxology
Last active December 6, 2023 16:52
Show Gist options
  • Save tuxology/3bc4f18d1152c67871b2 to your computer and use it in GitHub Desktop.
Save tuxology/3bc4f18d1152c67871b2 to your computer and use it in GitHub Desktop.

Installing EPOC Emulator

Fedora

  • Install Wine : sudo dnf install wine
  • Download the Symbian OS V5 emulator from here
  • Extract the files under ~/.wine/dosdevices/c:/

Running the EPOC Emulator

cd ~/.wine/dosdevices/c:/Epoc32/Release/Wins/Deb
wine EPOC.EXE -Me32-sys.ini

This works well for the Psion 5. If you have any other psion device, you would have to supply an initialization file to the -M option other than e23-sys.ini. Refer this complete guide for more such options and instruction for Windows installation.

@antsgt
Copy link

antsgt commented Apr 6, 2021

I was able to find someone who could give me access to the emulators!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment