Difference between revisions of "EKA2L1"

From Emulation General Wiki
Jump to navigation Jump to search
(Bounce Touch seems to work fine for one.)
m (The latest version of EKA2L1 (taken from its AppVeyor page) and its AppVeyor page is now mentioned, and the emulator's website link is now an archived one because the link now leads to an unrelated website, possibly due to some form of hijacking.)
Line 3: Line 3:
 
|logo =
 
|logo =
 
|logowidth =
 
|logowidth =
|version = N/A
+
|version = 1.0.1116
 
|active = Yes
 
|active = Yes
 
|platform = Windows
 
|platform = Windows
Line 9: Line 9:
 
|developer = [https://github.com/pent0 pent0] (formerly ''bentokun'')
 
|developer = [https://github.com/pent0 pent0] (formerly ''bentokun'')
 
|prog-lang = C++ (17)
 
|prog-lang = C++ (17)
|website = [https://bentokun.xyz/ bentokun.xyz/]
+
|website = [http://web.archive.org/web/20190213024230/https://bentokun.xyz/ bentokun.xyz/] (archived)
 
|support = [https://www.paypal.me/thi573 PayPal]
 
|support = [https://www.paypal.me/thi573 PayPal]
 
|license = GNU GPLv3
 
|license = GNU GPLv3
Line 25: Line 25:
  
 
==External Links==
 
==External Links==
* [https://discordapp.com/invite/5Bm5SJ9 Discord channel]
+
* [https://discordapp.com/invite/5Bm5SJ9 Discord channel]
 +
* [https://ci.appveyor.com/project/bentokun/eka2l1-mjiuq AppVeyor page]
  
 
'''Obsolete'''
 
'''Obsolete'''

Revision as of 09:54, 12 May 2020

EKA2L1
Developer(s) pent0 (formerly bentokun)
Latest version 1.0.1116
Active Yes
Platform(s) Windows
Emulates Symbian
Website bentokun.xyz/ (archived)
Support ($) PayPal
Programmed in C++ (17)
License GNU GPLv3
Source code GitHub

EKA2L1 is an open-source, high-level Symbian OS emulator.

Overview

The original author of EKA2L1, formerly nicknamed 'bentokun', had briefly worked on the Vita3K emulator before starting his new N-Gage emulator around 2017 or 2018. He presented progress reports on his Patreon account and the emulation thread at Reddit in 2018. He had changed his online nick to 'pent0' perhaps in late 2018 or January 2019.

pent0 had cancelled his Patreon account on February 2019 with the reason being that he wanted to focus on more reverse-engineering of the Symbian operating system (Series 60 platform on Symbian OS v6.1) that was baked into the N-Gage device, and to reorganise the central repository of EKA2L1 at GitHub. Additionally, the publicly available source code (presumably for the Symbian OS that was also on legacy Nokia phones and other brands' phones) was different from the binary code from the N-Gage itself. He continued with newer progress reports at his blog (link currently down).

Emulator

The emulator emulates Symbian OS's EKA1 and EKA2 behavior, and re-implements most of its critical app servers (They are like the services that Windows OSes run in the background for basic essentials, communication needs and other elements such as a file system and graphical display rendering). The emulator is still in very early development and as such most games and apps either crash outright or display no output, but a handful of games do work such as Bounce Touch with little to no issues.

External Links

Obsolete