| Symbian |
Website Links For Symbian Os |
Information AboutSymbian |
| CATEGORIES ABOUT SYMBIAN OS | |
| operating systems | |
| smartphones | |
| embedded operating systems | |
Symbian OS is a Proprietary Operating System , designed for mobile devices, with associated Libraries , User Interface frameworks and reference implementations of common tools, produced by Symbian Ltd. It is a descendant of Psion 's EPOC and runs exclusively on ARM processors. Symbian is currently owned by Nokia (47.9%), Ericsson (15.6%), Sony Ericsson (13.1%), Panasonic (10.5%), Siemens AG (8.4%) and Samsung (4.5%). While BenQ has acquired the mobile phone subsidiary of Siemens AG the Siemens AG stake in Symbian does not automatically pass to BenQ - this will need the approval of the Symbian Supervisory Board. DESIGN Symbian OS, with its roots in Psion Software's EPOC , is structured like many desktop operating systems with Pre-emptive Multitasking , Multithreading , and Memory Protection . Symbian OS's major advantage is the fact that it was built for handheld devices, with limited resources, that may be running for months or years. There is a strong emphasis on conserving memory, using Symbian-specific programming idioms such as Descriptor s and a Cleanup Stack . Together with other techniques, these keep memory usage low and Memory Leak s rare. There are similar techniques for conserving disk space (though the disks on Symbian devices are usually Flash Memory ). Furthermore, all Symbian OS programming is event-based, and the CPU is switched off when applications are not directly dealing with an event. This is achieved through a programming idiom called Active Objects . Correct use of these techniques helps ensure longer battery life. All of this makes Symbian OS's flavor of C++ very specialised. However, many Symbian OS devices can also be programmed in OPL , Python , Visual Basic , Simkin , and Perl - together with the Java ME and PersonalJava flavors of Java . COMPETITION SymbianOS EKA2 also supports sufficiently-fast real-time response that it is possible to build a single-core phone around it- that is, a phone in which a single processor core executes both the user Applications and the Signalling Stack . This is not a feature that is available from Linux or Windows CE . This has allowed SymbianOS EKA2 phones to become smaller, cheaper and more power efficient. Statistics published July 2006 showed that Symbian OS had a 67% share of the 'smart mobile device' market, with Microsoft having 15% and RIM having 6%. http://www.canalys.com/pr/2006/r2006071.htm STRUCTURE At its lowest level lie the base components of Symbian OS. This includes the Kernel ( EKA1 or EKA2 - see the 'History' section), and the user library which allows user-side programs to request things of the kernel. Symbian OS has a Microkernel architecture, which means that the minimum necessary is within the kernel. It contains a Scheduler and Memory Management , but no networking or Filesystem support. These functions are provided by user-side servers. The base layer includes the file server, which provides a fairly DOS -like view of the filesystems on the device (each drive has a drive letter, and backslashes are used as the directory delimiter). Symbian OS supports various filesystem types including FAT32 and Symbian OS-specific NOR flash filing systems. The filesystem is generally not exposed to the user through the phone user interface. Immediately above base are a selection of system libraries. These take all shapes and sizes, including character set conversion, a DBMS database, and resource file handling. Further up, the software is not so readily arranged into a stack. There is a large networking and communication subsystem, which has three main servers - ETEL ( EPOC telephony), ESOCK (EPOC sockets) and C32 (responsible for serial communication). Each of these has a plug-in scheme. For example ESOCK allows different ".PRT" protocol modules, implementing different types of networking protocol scheme. The subsystem also contains code that pertains to short-range communication links too, such as Bluetooth , IrDA and USB (with apposite applications it's possibile to connect internet without using wifi or operator connection). There is also a large volume of 'User Interface (UI) Code'. For the most part actual user interfaces are maintained by third parties. However the base classes and substructure are contained within the Symbian OS. This component is known as UIKON. The Symbian OS also contains the graphics, text layout, and font rendering libraries. An application architecture provides for standard application types, embedding, and file and data recognition. There is also a selection of '''application engines''' for popular smartphone applications such as calendars, address books, and task lists. A typical Symbian OS application is split up into an engine DLL and a graphical application - the application being a thin wrapper over the engine DLL. Symbian OS provides some of these engine DLLs. There are, of course, many other things that do not yet fit into this model - for example, SyncML , Java ME providing another set of APIs on top of most of the OS and Multimedia . Quite a few of these are frameworks, and vendors are expected to supply plug-ins to these frameworks from third parties (for example, Helix Player for multimedia Codec s). This has the advantage that the APIs to such areas of functionality are the same on many phone models, and that vendors get a lot of flexibility, but means that phone vendors need to do a great deal of integration work to make a Symbian OS phone. Symbian OS device manufacturers also get supplied with an example user interface layer called TechView. This is very similar to the user interface from a Psion Series 5 Personal Organiser , so isn't particularly similar to any given phone user interface, but provides a basis to start customisation. It is also the environment in which a lot of Symbian OS test code and example code runs. HISTORY Psion In 1980, Psion was founded by David Potter . EPOC16 Psion released several Series 3 devices from 1991 to 1998 which used the EPOC16 OS, also known as SIBO . EPOC OS Releases 1–3 The Series 5 device, released in 1997, used the first iterations of the EPOC32 OS. EPOC Release 4 Oregon Osaris and Geofox 1 were released using ER4. In 1998, Symbian Ltd. was formed as a partnership between Ericsson, Nokia, Motorola and Psion, to explore the Convergence between PDA's and mobile phones. EPOC Release 5 aka. Symbian OS 5 Psion Series 5mx , Series 7 , Psion Revo , Psion Netbook , netPad, Ericsson MC218 were released in 1999 using ER5. ER5u aka. Symbian OS 5.1 The first phone, the Ericsson R380 was released using ER5u in 2000. It was not an 'open' phone - software could not be installed. Notably, a number of never-released Psion prototypes for next generation PDAs, including a Bluetooth Revo successor codenamed Conan were using ER5u. The 'u' in the name refers to the fact that it supported Unicode . Symbian OS v6.0 and 6.1 Sometimes called ER6. The first 'open' Symbian OS phone, the Nokia 9210 , was released in 2001. Symbian OS 7.0 and 7.0s First shipped in 2003. This is an important Symbian release which appeared with all contemporary user interfaces including UIQ (Sony Ericsson P800, P900, P910, Motorola A925, A1000), Series 80 (Nokia 9300, 9500), Series 90 (Nokia 7710), Series 60 (Nokia 3230, 6600, 7310) as well as several FOMA phones in Japan. Symbian OS 7.0s was a version of 7.0 special adapted to have greater backwards compatibility with Symbian OS 6.x, partly for compatibility between the Communicator 9500 and its predecessor the Communicator 9210. In 2004, Psion sold its stake in Symbian. The same year, the first Worm for mobile phones using Symbian OS, '' Cabir '', was developed, which used Bluetooth to spread itself to nearby phones. See Cabir and Symbian OS Threats . Symbian OS 8.0 First shipped in 2004, one of its advantages would have been a choice of two different kernels (EKA1 or EKA2). However, the EKA2 kernel version did not ship until Symbian OS 8.1b. The kernels behave more or less identically from user-side, but are internally very different. EKA1 was chosen by some manufacturers to maintain compatibility with old device drivers, while EKA2 offered advantages such as real-time response. 8.0b was deproductized in 2003. Symbian OS 8.1 Basically a cleaned-up version of 8.0, this was available in 8.1a and 8.1b versions, with EKA1 and EKA2 kernels respectively. The 8.1b version, with EKA2's single-chip phone support but no additional security layer, was popular among Japanese phone companies desiring the real-time support but not allowing open application installation. Symbian OS 9.0 This version was used for internal Symbian purposes only. It was deproductised in 2004. 9.0 marked the end of the road for EKA1. 8.1a is the final EKA1 version of Symbian OS. Symbian OS has generally maintained reasonable Binary Compatibility . In theory the OS was BC from ER1-ER5, then from 6.0 to 8.1b. Substantial changes were needed for 9.0, related to tools and security, but this should be a one-off event. The move from requiring ARMv4 to requiring ARMv5 did not break backwards compatibility. A Symbian developer proclaims that porting from Symbian 8.x to Symbian 9.x is a more daunting process than Symbian says. Symbian developer reports on porting from 8.x to 9.x Symbian OS 9.1 Released early 2005. It includes many new security related features, particularly a controversial platform security module facilitating Mandatory Code Signing . Symbian argues that applications and content, and therefore a developers investment, are better protected than ever, however others contend that the requirement that every application be signed (and thus approved) violates the rights of the end-user, the owner of the phone, and limits the amount of free software available. The new ARM EABI binary model means developers need to retool and the security changes mean they may have to recode. S60 Platform 3rd Edition phones have Symbian OS 9.1. Sony Ericsson is shipping the M600 based on Symbian OS 9.1, and should ship the P990 in Q3 2006. The earlier versions had a fatal defect where the phone hangs temporarily after the owner sent hundreds of SMS'es. However, on 13 September 2006, Nokia released a small program to fix this defect Solution to Nokia Slow SMS / Hang Problem . Support for Bluetooth 2.0 (was 1.2) Symbian OS 9.2 Released Q1 2006. Support for OMA Device Management 1.2 (was 1.1.2). S60 3rd Edition Feature Pack 1 phones have Symbian OS 9.2. Nokia phones with Symbian OS 9.2 OS: Nokia N75 , Nokia N76 , Nokia 6120 Classic , Nokia E90 , Nokia N95 , etc Symbian OS 9.3 Released on 12th July 2006 . Upgrades include improved memory management and native support for Wifi 802.11 , HSDPA , Vietnamese language support. Symbian OS 9.5 Introduction of Demand Paging . Applications should launch up to 75% faster. Native support for mobile Digital Television broadcasts in DVB-H and ISDB-T formats and also location services. Additionally, SQL support is provided by SQLite . OPEN SOURCE SOFTWARE FOR SYMBIAN 9.1 The following Open Source software has been rewritten for Symbian 9.1: Utilities
Game emulation Multimedia Symbian has announced PIPS (PIPS Is POSIX on Symbian) which may increase the number of Open Source projects written for Symbian 9.1. SECURITY AND MALWARE Main article Mobile Virus . Symbian OS has been subject to a variety of viruses, the best known of which is Cabir . Usually these send themselves from phone to phone by Bluetooth. So far, none have taken advantage of any flaws in Symbian OS - instead, they have all asked the user whether they would like to install the software, with somewhat prominent warnings that it can't be trusted. However, of course, the average mobile phone user shouldn't have to worry about such things, so Symbian OS 9 is adopting a Capability model. Installed software will theoretically be unable to do damaging things (such as costing the user money by sending network data) without being digitally signed - thus making it traceable. Commercial developers who can afford the cost can apply to have their software signed via the Symbian Signed program. Currently, developers also have the option of self-signing their programs. However, the set of available features is smaller, and certain operators have opted on fully disabling certificates other than the Symbian Signed certificates. Some other hostile programs are listed below, but all of them still require the input of the user to run.
Another virus comes as an audio file.It saves its self in the sound clips folder as disco.mid OPENNESS Symbian is not Open Source software. However, phone manufacturers and other partners are provided with parts of its source code. The APIs are publicly documented and up to Symbian 8.1 anyone could develop software for Symbian OS. Symbian 9.1 introduced required from developer for signing application with Test House. Signing application with Test House is not free, Symbian Signed provides free certification and signing for freeware application via the mobile software publisher Cellmania. DEVICES THAT HAVE USED THE SYMBIAN OS On November 16, 2006, the 100 millionth smartphone running the OS was shipped. http://www.thesmartpda.com/50226711/six_years_of_symbian_produces_100_models_and_100_million_shipments.php
DEVELOPING ON SYMBIAN OS There are multiple platforms, based upon Symbian OS, that provide an SDK for application developers wishing to target a Symbian OS device - the main ones being UIQ and S60. Individual phone products, or families, often have SDKs or SDK extensions downloadable from the manufacturer's website too. The SDKs contain documentation, the header files and library files required to build Symbian OS software, and a Windows-based emulator ("WINS"). Up until Symbian OS version 8, the SDKs also included a version of the GCC compiler (a Cross-compiler ) required to build software to work on the device. Symbian OS 9 uses a new ABI and so requires a new compiler - a choice of compilers is available including a new version of GCC (see external links below). In terms of SDKs, UIQ Technology now provides a simplified framework so that the single UIQ SDK forms the basis for developing on all UIQ 3 devices, such as the Sony Ericsson P990 and Sony Ericsson M600 . Symbian C++ programming is commonly done with an IDE . For previous versions of Symbian OS, the commercial IDE CodeWarrior for Symbian OS was favoured. The CodeWarrior tools were replaced during 2006 by Carbide.c++ , an Eclipse -based IDE developed by Nokia. Carbide.c++ is offered in 4 different versions: Express, Developer, Professional, and OEM, with increasing levels of capability. Full featured software can be created and released with the Express edition, which is free. Features such as UI design, crash debugging etc. are available in the other charged for editions. Visual Basic, VB.NET, and C# development for Symbian were posible through AppForge Crossfire, a plugin for Microsoft Visual Studio. March 13, 2007 AppForge ceased operations, Oracle purchased the intellectual property, but announced that they do not plan to sell or provide support for former AppForge products going forward. There is also a version of a Borland IDE for Symbian OS. Symbian OS development is also possible on Linux and Mac OS X using tools and techniques developed by the community, partly enabled by Symbian releasing the source code for key tools. A plugin that allows development of Symbian OS applications in Apple's Xcode IDE for Mac OS X is available. Tom Sutcliffe and Jason Barrie Morley Xcode Symbian support Once developed, Symbian OS applications need to find a route to customers' mobile phones. They are packaged in SIS files which may be installed over-the-air, via PC connect or in some cases via Bluetooth or memory cards. An alternative is to partner with a phone manufacturer to have the software included on the phone itself. The SIS file route is more difficult for Symbian OS 9.x, because any application wishing to have any capabilities beyond the bare minimum must be signed via the Symbian Signed Symbian Signed program. Java ME applications for Symbian OS are developed using standard techniques and tools such as the Sun Java Wireless Toolkit (formerly the J2ME Wireless Toolkit ). They are packaged as JAR (and possibly JAD) files. Both CLDC and CDC applications can be created with NetBeans . Other tools include SuperWaba , which can be used to build Symbian 7.0 and 7.0s programs using Java. Nokia S60 phones can also run python scripts when the interpreter is installed, with a custom made API that allows for Bluetooth support and such. There is also an interactive console to allow the user to write python scripts directly from the phone. SEE ALSO
NOTES SOURCES EXTERNAL LINKS
|
|
|