Difference between revisions of "EKA2L1"

From Emulation General Wiki
Jump to navigation Jump to search
(Created page with "'''EKA2L1''' is a high-level Symbian OS emulator. Category:Emulators Category:Windows emulation softw...")
 
(36 intermediate revisions by 16 users not shown)
Line 1: Line 1:
'''EKA2L1''' is a [[High/Low level emulation|high-level]] [[Cellphone emulators#N-Gage (Nokia)|Symbian OS emulator]].
+
{{Infobox emulator
 +
|title = EKA2L1
 +
|logo = EKA2L1.png
 +
|logowidth = 130
 +
|version = {{Version|EKA2L1}}
 +
|active = Yes
 +
|platform = [[Emulators on Windows|Windows]]<br/>[[Emulators on macOS|macOS]]<br/>Linux<br/>[[Emulators on Android|Android]]
 +
|target = [[Cellphone emulators#Symbian and N-Gage (Nokia)|Symbian & N-Gage]]
 +
|developer = [https://github.com/pent0 pent0]<br/>[https://github.com/nikita36078 nikita36078]
 +
|prog-lang = C++ (17)
 +
|website = [https://12z1.com 12z1.com]
 +
|support = [https://www.paypal.me/ccjkz11 PayPal]<br/>[https://www.paypal.me/nikita36078 PayPal]<small> (nikita36078)</small>
 +
|license = GNU GPLv3
 +
|source = [https://github.com/EKA2L1/EKA2L1 GitHub]
 +
}}
 +
 
 +
'''EKA2L1''' (EPOC Kernel Architecture 2 Level 1) is free and an open-source, [[High/Low level emulation|high-level]], Symbian & N-Gage emulator, written in C++17 and support Windows, macOS, Linux, and Android.
 +
 
 +
==Overview==
 +
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 reorganize 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 [https://12z1.com/ new site].
 +
 
 +
The emulator emulates Symbian OS's EKA1 and EKA2 behavior, and re-implements most of its critical app servers, which 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 little to no output, but a handful of games do work such as ''Bounce Touch'' or ''Snakes 3D'' with little to no issues.
 +
 
 +
==Download==
 +
{| cellpadding="4"
 +
|-
 +
|align=center|{{Icon|APK|Win|macOS|Linux}}
 +
|'''[https://github.com/EKA2L1/EKA2L1/releases Automatic CI builds]'''
 +
|-
 +
|align=center|{{Icon|APK}}
 +
|'''[https://play.google.com/store/apps/details?id=com.github.eka2l1 Play Store]'''
 +
|}
 +
 
 +
==Compatibility List==
 +
* [https://eka2l1.miraheze.org/wiki/Main_Page  EKA2L1 Wiki]
 +
 
 +
==External links==
 +
* [https://github.com/EKA2L1/EKA2L1 git repository]
 +
* [https://discordapp.com/invite/5Bm5SJ9 Discord server]
 +
* [https://ci.appveyor.com/project/bentokun/eka2l1-mjiuq AppVeyor page]
 +
* [https://crowdin.com/project/eka2l1 The Official EKA2L1 Translation Project]
 +
* [https://mega.nz/folder/JosSEZjD#isLNm8y0irCvodRGkV2dqg Symbian OS ROMs (Required)]
 +
* [https://eka2l1.miraheze.org/wiki/How_To_Use_The_Preconfigured_Pack Preconfigured Pack Tutorial (Easiest way of Setting up EKA2L1)]
 +
 
 
[[Category:Emulators]]
 
[[Category:Emulators]]
 +
[[Category:Mobile emulators]]
 +
[[Category:Cellphone emulators]]
 
[[Category:Windows emulation software]]
 
[[Category:Windows emulation software]]
 +
[[Category:Linux emulation software]]
 +
[[Category:macOS emulation software]]
 +
[[Category:Android emulation software]]

Revision as of 01:29, 3 March 2022

EKA2L1
EKA2L1.png
Developer(s) pent0
nikita36078
Latest version 0.0.8.1 [+]
Active Yes
Platform(s) Windows
macOS
Linux
Android
Emulates Symbian & N-Gage
Website 12z1.com
Support ($) PayPal
PayPal (nikita36078)
Programmed in C++ (17)
License GNU GPLv3
Source code GitHub

EKA2L1 (EPOC Kernel Architecture 2 Level 1) is free and an open-source, high-level, Symbian & N-Gage emulator, written in C++17 and support Windows, macOS, Linux, and Android.

Overview

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 reorganize 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 new site.

The emulator emulates Symbian OS's EKA1 and EKA2 behavior, and re-implements most of its critical app servers, which 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 little to no output, but a handful of games do work such as Bounce Touch or Snakes 3D with little to no issues.

Download

Android Windows macOS Linux Automatic CI builds
Android Play Store

Compatibility List

External links