<?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/"
	>

<channel>
	<title>IraqiTek &#187; Nokia</title>
	<atom:link href="http://v2.iraqitek.com/tag/nokia/feed/" rel="self" type="application/rss+xml" />
	<link>http://v2.iraqitek.com</link>
	<description>Let's Bring Iraq Back</description>
	<lastBuildDate>Thu, 08 Apr 2010 06:14:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mobile Phone Maker Develop Mobile High-Definition Multimedia Interface.</title>
		<link>http://v2.iraqitek.com/2009/09/29/mobile-phone-maker-develop-mobile-high-definition-multimedia-interface/</link>
		<comments>http://v2.iraqitek.com/2009/09/29/mobile-phone-maker-develop-mobile-high-definition-multimedia-interface/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:35:43 +0000</pubDate>
		<dc:creator>Data-Base</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[HDTV]]></category>
		<category><![CDATA[MHL]]></category>
		<category><![CDATA[Mobile High-Definition Link]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Silicon Image]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[Toshiba]]></category>

		<guid isPermaLink="false">http://v2.iraqitek.com/?p=956</guid>
		<description><![CDATA[Nokia Corp., Samsung Electronics, Silicon Image, Sony Corp. and Toshiba Corp. has announced the formation of a Mobile High-Definition Interface working group that intends to create an industry standard for an audio/video interface to connect mobile phones or portable consumer electronics (CE) devices directly to high-definition televisions (HDTVs) and displays. This new mobile connectivity standard, [...]]]></description>
			<content:encoded><![CDATA[<p>Nokia Corp., Samsung Electronics, Silicon Image, Sony Corp. and Toshiba Corp. has announced the formation of a Mobile High-Definition Interface working group that intends to create an industry standard for an audio/video interface to connect mobile phones or portable consumer electronics (CE) devices directly to high-definition televisions (HDTVs) and displays.</p>
<p><span id="more-956"></span>This new mobile connectivity standard, based on Silicon Image&#8217;s Mobile High-Definition Link (MHL) technology, will be defined, promoted and marketed by the working group as an industry standard open to anyone desiring to be an adopter and enable the development of mobile products that adhere to this new standard across a broad connectivity ecosystem.</p>
<p>The working group&#8217;s vision for the next generation of mobile connectivity is to provide an easy and cost-effective implementation for manufacturers while offering consumers a simple and reliable mobile connectivity experience. A single-cable with a low pin count interface will be able to support up to 1080p high-definition (HD) digital video and HD audio in addition to delivering power to a portable device.</p>
<p>The working group is expected to organize a Consortium of founding members who will develop a mobile connectivity technology standard specification that governs transmission and reception of high-definition content between portable devices and display devices, to support connectivity in accordance with the new specification.</p>
<p><a href="http://www.xbitlabs.com/" target="_blank">www.xbitlabs.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://v2.iraqitek.com/2009/09/29/mobile-phone-maker-develop-mobile-high-definition-multimedia-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel and Nokia started oFono</title>
		<link>http://v2.iraqitek.com/2009/05/12/intel-and-nokia-started-ofono/</link>
		<comments>http://v2.iraqitek.com/2009/05/12/intel-and-nokia-started-ofono/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:03:45 +0000</pubDate>
		<dc:creator>Data-Base</dc:creator>
				<category><![CDATA[Intel]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Nokia]]></category>

		<guid isPermaLink="false">http://v2.iraqitek.com/?p=918</guid>
		<description><![CDATA[oFono.org is a place to bring developers together around designing an infrastructure for building mobile telephony (GSM/UMTS) applications. oFono.org is licensed under GPLv2, and it includes a high-level D-Bus API for use by telephony applications of any license. oFono.org also includes a low-level plug-in API for integrating with open source as well as third party [...]]]></description>
			<content:encoded><![CDATA[<p>oFono.org is a place to bring developers together around designing an infrastructure for building mobile telephony (GSM/UMTS) applications. oFono.org is licensed under GPLv2, and it includes a high-level D-Bus API for use by telephony applications of any license. oFono.org also includes a low-level plug-in API for integrating with open source as well as third party telephony stacks, cellular modems and storage back-ends. The plug-in API functionality is modeled on public standards, in particular 3GPP TS 27.007 &#8220;AT command set for User Equipment (UE).&#8221;</p>
<p><span id="more-918"></span></p>
<h3>What makes oFono different?</h3>
<p>oFono aims to provide an easy to use interface that can be used to create rich telephony applications without requiring one to have a deep understanding of the underlying technology and its limitations. To accomplish this, oFono provides language-independent D-Bus API that is extremely easy to use without generated bindings or other &#8216;messy&#8217; steps typically required to use an IPC based API.</p>
<p>The API follows the following four basic principles:</p>
<ul>
<li>Consistent</li>
<li>Minimal</li>
<li>Easy to use</li>
<li>Complete</li>
</ul>
<h4>Consistent</h4>
<p>The API should be consistent. Functionality in oFono is broken up into Interfaces, each with well-defined set of Properties. Each interface has a GetProperties() and a SetProperty() method which is used to accomplish majority of the tasks. Naming conventions are also strictly enforced. This means that once you&#8217;re comfortable using one Interface, you should be able to easily orient yourself to use others.</p>
<h4>Minimal</h4>
<p>The API should be minimal; there shouldn&#8217;t be more than one way of accomplishing a task as this leads to confusion and API bloat. We also aim to maintain API compatibility whenever possible, from the very beginning. This means that oFono APIs wil generally focus on the most important use-cases. Other features will be carefully considered before being included in the APIs.</p>
<h4>Complete</h4>
<p>At the same time, the APIs must be rich and complete enough to enable the creation of feature complete mobile phones. Thus, APIs for all aspects of telephony are planned, incudling but not limited to Voice calls, SMS, Cell Broadcast, Supplementary Services and SIM Phonebooks.</p>
<h4>Easy to use</h4>
<p>oFono aims to make writing telephony applications as easy as possible. Thus oFono will take care of the core logic, including things necessary for standards compliance. This will allow application writers to focus on what they should be doing: presentation aspects and funky animated UIs.</p>
<p><a href="http://ofono.org/" target="_blank">www.ofono.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://v2.iraqitek.com/2009/05/12/intel-and-nokia-started-ofono/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
