<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>All about Symbian OS 9, 7 &#38; 8 &#187; Symbian OS</title>
	<atom:link href="http://symbianos.wordpress.com/category/symbian-os/feed/" rel="self" type="application/rss+xml" />
	<link>http://symbianos.wordpress.com</link>
	<description>Just another Symbian OS 9, 7 &#38; 8 weblog</description>
	<lastBuildDate>Sat, 04 Oct 2008 00:34:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='symbianos.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1d48f9292453635364ce92d3c9974d44?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>All about Symbian OS 9, 7 &#38; 8 &#187; Symbian OS</title>
		<link>http://symbianos.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://symbianos.wordpress.com/osd.xml" title="All about Symbian OS 9, 7 &amp; 8" />
		<item>
		<title>Structure of Symbian Operating system</title>
		<link>http://symbianos.wordpress.com/2008/02/05/structure-of-symbian-operating-system/</link>
		<comments>http://symbianos.wordpress.com/2008/02/05/structure-of-symbian-operating-system/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 16:50:32 +0000</pubDate>
		<dc:creator>A Mobile Guy</dc:creator>
				<category><![CDATA[Symbian OS]]></category>
		<category><![CDATA[Operating]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Structure of Symbian]]></category>
		<category><![CDATA[Structure Symbian]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://symbianos.wordpress.com/2008/02/05/structure-of-symbian-operating-system/</guid>
		<description><![CDATA[The Symbian OS System Model contains the following layers, from top to bottom:
    * UI Framework Layer
* Application Services Layer
o Java ME
* OS Services Layer
o generic OS services
o communications services
o multimedia and graphics services
o connectivity services
* Base Services Layer
* Kernel Services &#38; Hardware Interface Layer
The Base Services Layer is the lowest level [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=symbianos.wordpress.com&blog=788521&post=4&subd=symbianos&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>The Symbian OS System Model contains the following layers, from top to bottom:</b></p>
<p><b>    * UI Framework Layer<br />
* Application Services Layer<br />
o Java ME<br />
* OS Services Layer<br />
o generic OS services<br />
o communications services<br />
o multimedia and graphics services<br />
o connectivity services<br />
* Base Services Layer<br />
* Kernel Services &amp; Hardware Interface Layer</b></p>
<p><b>The Base Services Layer is the lowest level reachable by user-side operations, it includes the File Server and User Library, the Plug-In Framework which manages all plug-ins, Store, Central Repository, DBMS, and cryptographic services. It also includes the Text Window Server and the Text Shell, the two basic services from which a completely functional port can be created without the need for any higher layer services.</b></p>
<p><b>Symbian OS has a microkernel architecture, which means that the minimum necessary is within the kernel to improve robustness, availability, and responsiveness. It contains a scheduler, memory management, and device drivers, but other services like networking, telephony, or filesystem support are placed in the OS Services Layer or Base Services Layer. The inclusion of device drivers means the kernel is not a true microkernel. The EKA2 real-time kernel has been termed a nanokernel, containing only the most basic primitives and supporting an extended kernel to implement any other abstractions.</b></p>
<p><b>Symbian OS is designed to emphasize compatibility with other devices, especially removable media file systems. Early development of EPOC led to the adoption of FAT as the internal file system and this remains in the Symbian OS but an object-orientated persistence model has been placed over the underlying FAT, providing a POSIX-style interface and a streaming model. The internal data formats rely on using the same API that create the data to run all file manipulations &#8211; this has created the problems of data-dependence and associated difficulties with changes and data migration.</b></p>
<p><b>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 &#8220;.PRT&#8221; 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.</b></p>
<p><b>There is also a large volume of &#8216;User Interface (UI) Code&#8217;. 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.</b></p>
<p><b>All Symbian applications are built up from three classes defined by the Application Architecture: an application class, a document class, and an application user interface class. These classes create the fundamental application behavior. The remaining required functions, the application view, data model, and data interface, are created independently and interact solely through their APIs with the other classes. UIQ and S60 both extend this approach, in two different ways.</b></p>
<p><b>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 codecs). 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.</b></p>
<p><b>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&#8217;t used for 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.</b></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/symbianos.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/symbianos.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/symbianos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/symbianos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/symbianos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/symbianos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/symbianos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/symbianos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/symbianos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/symbianos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/symbianos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/symbianos.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=symbianos.wordpress.com&blog=788521&post=4&subd=symbianos&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://symbianos.wordpress.com/2008/02/05/structure-of-symbian-operating-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/353368eb9f27275694b0f8d1170e5aaa?s=96&#38;d=identicon" medium="image">
			<media:title type="html">A Mobile Guy</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Symbian OS ?</title>
		<link>http://symbianos.wordpress.com/2008/02/03/what-is-symbian-os/</link>
		<comments>http://symbianos.wordpress.com/2008/02/03/what-is-symbian-os/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 23:40:20 +0000</pubDate>
		<dc:creator>A Mobile Guy</dc:creator>
				<category><![CDATA[Symbian OS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[What is Symbian OS]]></category>

		<guid isPermaLink="false">http://symbianos.wordpress.com/?p=3</guid>
		<description><![CDATA[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&#8217;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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=symbianos.wordpress.com&blog=788521&post=3&subd=symbianos&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>Symbian OS</b> 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&#8217;s EPOC and runs exclusively on ARM processors.</p>
<p>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%). Although BenQ acquired the mobile phone subsidiary of Siemens AG, the Siemens AG stake in Symbian did not pass to BenQ.</p>
<p><b>Design</b></p>
<p>Symbian OS, with its roots in Psion Software&#8217;s EPOC, is structured like many desktop operating systems with pre-emptive multitasking and memory protection. EPOC was inspired by a VMS-like approach to multitasking with server-based asynchronous serialised access based on events.</p>
<p>Symbian OS was built to follow three design rules &#8211; the integrity and security of user data is paramount, user time must not be wasted, and all resources are scarce. This led to a continuation of the use of servers; a microkernel; a request and callback approach to all services; an absolute division of user interfaces from system or application services; reuse and openness; extensibility; and robust management and resource recovery to support extended always-on operation. For hardware the OS is optimised for low-power battery-based devices and for ROM-based systems (e.g. features like XIP and re-entrancy in shared libraries). Applications, and the OS, follow an object orientated design, MVC.</p>
<p>Later OS iterations diluted this approach in response to market demands, notably the introduction of a real-time kernel and a platform security model in versions 8 and 9.</p>
<p>There is a strong emphasis on conserving resources, using Symbian-specific programming idioms such as descriptors and a cleanup stack. 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. Similarly the OS approach to threads vs. processes is driven by reducing overheads.</p>
<p><b>Competition</b></p>
<p>Symbian OS is the leading OS in the &#8217;smart mobile device&#8217; market. Statistics published February 2007 showed that Symbian OS had a 67% share of the &#8217;smart mobile device&#8217; market, with Microsoft having 14% through Windows CE and Windows Mobile and RIM having 7%.[1] Other competitors include Palm OS, Linux, Qualcomm&#8217;s Brew, and SavaJe.</p>
<p>Symbian OS EKA2 supports sufficiently-fast real-time response that it is possible to build a single-core phone around it &#8211; 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. This has allowed SymbianOS EKA2 phones to become smaller, cheaper and more power efficient</p>
<p>Thnx to <a href="http://en.wikipedia.org/wiki/Symbian_OS">Wiki</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/symbianos.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/symbianos.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/symbianos.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/symbianos.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/symbianos.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/symbianos.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/symbianos.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/symbianos.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/symbianos.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/symbianos.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/symbianos.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/symbianos.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=symbianos.wordpress.com&blog=788521&post=3&subd=symbianos&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://symbianos.wordpress.com/2008/02/03/what-is-symbian-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/353368eb9f27275694b0f8d1170e5aaa?s=96&#38;d=identicon" medium="image">
			<media:title type="html">A Mobile Guy</media:title>
		</media:content>
	</item>
	</channel>
</rss>