ECOM

 
21 Aug 2008 - 01:26

When I started understanding ECom architecture of Symbian, I tried to map it with some design pattern from the GoF book. This way I found out that the Strategy Pattern described as one of the Behavioral Patterns is the closest match. Let me share my understanding with you.

Tutorial posted August 21st, 2008 by somenath
 
26 Jun 2007 - 14:07

SonyEricsson.pngSony Ericsson Developer portal has posted the source code of a small application that shows how to list information about all MMF controller plugins from the ECOM registry on Sony Ericsson's UIQ 3-based phones. A controller is a MMF plugin that supports playing and recording one or several multimedia formats. Most MMF audio and video interfaces use the multimedia controller framework to provide functionality to read and write audio and video data.

Tutorial posted June 26th, 2007 by eric
 
26 Apr 2007 - 18:00

One of the most important design in Symbian is the well-known server/client framework. As the server and client are in different process spaces, hacking the server is generally difficult to achieve by means of normal application. This tutorial reveals a new way to hack the server heap and make a patch as you want.

Tutorial posted April 26th, 2007 by oasisfeng
 
25 Aug 2004 - 10:31
The ECOM examples distributed with the SDK's seem to view ECOM as merely a tool for DLL polymorphism. ECOM does help with this, but I believe it can do much more. The idea is to be entirely ECOM compatible, but to add a couple of conventions which give ECOM the salient features of COM.
Tutorial posted August 25th, 2004 by newlc4

copyright 2003-2009 NewLC SARL