<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.cs.uct.ac.za/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sngjoe001</id>
	<title>Department of Computer Science - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.uct.ac.za/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sngjoe001"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php/Special:Contributions/Sngjoe001"/>
	<updated>2026-04-06T13:55:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=21</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=21"/>
		<updated>2008-12-22T15:22:02Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Deaf Telephony Project''' is a small ad-hoc unofficual research group within the [http://www.cs.uct.ac.za/ UCT Computer Science dept.].&lt;br /&gt;
&lt;br /&gt;
Our main aim is to develop some kind of mobile deaf communications application to be run on either cellphones or PDA's. We aso want to research different UI's to see what would be the most appropriate.&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''Student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas and discussion==&lt;br /&gt;
&lt;br /&gt;
At the initial meeting we drew up a few objectives and points of information that needed to be researched. Below is a copy of those notes:&lt;br /&gt;
&lt;br /&gt;
* Research in the N96's technical capabilities&lt;br /&gt;
* Investigate what languages Symbian supports and find SDK's and other needed info&lt;br /&gt;
* Develop some kind of testbed for our application (possibly in C, but some of my initial investigation indicates that Sybian S60 supports C++ as well)&lt;br /&gt;
* Research and test the data transfer speeds of 3G&lt;br /&gt;
* Possibly look into appropriate codecs (as needed)&lt;br /&gt;
* Brainstorm ideas for the UI&lt;br /&gt;
* Test the phones TV-out capabilities for use in our app&lt;br /&gt;
* Test both camera qualities for use in our app&lt;br /&gt;
* Take a visit to the deaf center to capture some source/example footage of signing&lt;br /&gt;
&lt;br /&gt;
Possible problems&lt;br /&gt;
* Should TV-out prove not feasible, the small 2.8&amp;quot; screen limits the amount of on-screen controls we can add to the UI&lt;br /&gt;
* We might need to develop some kind of plastic stand or something to prop the phone against&lt;br /&gt;
* Connectivity with 3G&lt;br /&gt;
&lt;br /&gt;
After a subsequent meeting a more specific initial set of objectives were defined due to participants' availability. Joel Sangster was the only student available to do the initial &amp;quot;research&amp;quot; in the first month. There are the objectives.&lt;br /&gt;
&lt;br /&gt;
* The primary aim for the next few weeks is to have some kind of working prototype application that can at least, get a hold of the camera and capturing both video and single frames.&lt;br /&gt;
* All research needs to be &amp;quot;documented&amp;quot; with this wiki being the primary form thereof.&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
After some decision making, it was decided that the first attempt at this application would be on some form of mobile phone running [http://www.symbian.com/index.asp Symbian]. This was mostly due its its popularity and wide-spread use amongst mobile smartphones. The Nokia range of smartphones almost all implement an application framework called [http://www.s60.com/life s60 or &amp;quot;Series 60&amp;quot;]. In support of this we purchased two new [http://www.gsmarena.com/nokia_n96-2253.php Nokia N96] phones for use in testing and development.&lt;br /&gt;
&lt;br /&gt;
The primary development language used in s60 is C++ with an extensive backbone and API. This is also well supported within the Nokia [http://www.forum.nokia.com/ development community] through easily downloadable SDK's (links found below), a free IDE called [http://www.forum.nokia.com/Resources_and_Information/Tools/IDEs/Carbide.c++/ Carbide C++] and many beginner video tutorials.&lt;br /&gt;
&lt;br /&gt;
Through researching and attempting development, I've found that there is a lot of help with the initial stages of setting up and getting a development environment runnning. There is also a lot of advanced help through the form of developer forums etc.. But there is very little documention thats useful in learning the actual framework and learning the differences between conventional C++ and the proprietry &amp;quot;Symbian OS C++&amp;quot;. The majority of this wiki article will be a HOWTO of setting up the development environment and some basic explanation of example code. I've have found this beginner understanding to be the largest hurdle so far, so the point of documenting this is to jump-start the dev process that will be followed once we re-convene to continue development.&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
'''Interesting reading:'''&lt;br /&gt;
*[http://www.telco2.net/blog/2008/07/symbian_its_role_in_the_mobile.html Symbian — Its Role in the Mobile Jigsaw - an interesting article]&lt;br /&gt;
*[http://en.wikipedia.org/wiki/MPEG-4_Part_10 Wiki arcticle on MPEG-4 Part 10 - the video codec supported by the N96]&lt;br /&gt;
&lt;br /&gt;
'''Great places to start'''&lt;br /&gt;
*Forum.Nokia.com&lt;br /&gt;
**[http://www.forum.nokia.com/I_Want_To/Develop_Mobile_Applications/Get_Started.xhtml Getting Started]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Explore/Runtime_Platforms/Symbian_C++/ Symbian resource and landing page]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Explore/Runtime_Platforms/Open_C_and_C++/ Open C/C++ landing page]&lt;br /&gt;
**[http://www.forum.nokia.com/Events/Training_and_Educational_Events/eLearning.xhtml Many useful tutorial videos]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Tools/IDEs/Carbide.c++/ Carbide c++ (the free IDE) resource and landing page]&lt;br /&gt;
*[http://www.forum.nokia.com/document/Cpp_Developers_Library/?content=GUID-232258EC-D3B4-4D72-B12B-FFC34F070B4B_GUID-9615092A-9FA2-4F4E-859F-A231A3919FC9.html S60 Developer's Library (c++)]&lt;br /&gt;
&lt;br /&gt;
'''Forums and dev. communities'''&lt;br /&gt;
*[http://developer.symbian.com/forum/index.jspa Symbian Developer Network]&lt;br /&gt;
*[http://wiki.forum.nokia.com/index.php/Wiki_Home Forum.Nokia.com community wiki]&lt;br /&gt;
*[http://www.newlc.com/ www.newlc.com - Many useful tutorials and developer arcticles]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=20</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=20"/>
		<updated>2008-12-22T15:21:37Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Deaf Telephony Project''' is a small ad-hoc unofficual research group within the [http://www.cs.uct.ac.za/ UCT Computer Science dept.].&lt;br /&gt;
&lt;br /&gt;
Our main aim is to develop some kind of mobile deaf communications application to be run on either cellphones or PDA's. We aso want to research different UI's to see what would be the most appropriate.&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''Student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas and discussion==&lt;br /&gt;
&lt;br /&gt;
At the initial meeting we drew up a few objectives and points of information that needed to be researched. Below is a copy of those notes:&lt;br /&gt;
&lt;br /&gt;
* Research in the N96's technical capabilities&lt;br /&gt;
* Investigate what languages Symbian supports and find SDK's and other needed info&lt;br /&gt;
* Develop some kind of testbed for our application (possibly in C, but some of my initial investigation indicates that Sybian S60 supports C++ as well)&lt;br /&gt;
* Research and test the data transfer speeds of 3G&lt;br /&gt;
* Possibly look into appropriate codecs (as needed)&lt;br /&gt;
* Brainstorm ideas for the UI&lt;br /&gt;
* Test the phones TV-out capabilities for use in our app&lt;br /&gt;
* Test both camera qualities for use in our app&lt;br /&gt;
* Take a visit to the deaf center to capture some source/example footage of signing&lt;br /&gt;
&lt;br /&gt;
Possible problems&lt;br /&gt;
* Should TV-out prove not feasible, the small 2.8&amp;quot; screen limits the amount of on-screen controls we can add to the UI&lt;br /&gt;
* We might need to develop some kind of plastic stand or something to prop the phone against&lt;br /&gt;
* Connectivity with 3G&lt;br /&gt;
&lt;br /&gt;
After a subsequent meeting a more specific initial set of objectives were defined due to participants' availability. Joel Sangster was the only student available to do the initial &amp;quot;research&amp;quot; in the first month. There are the objectives.&lt;br /&gt;
&lt;br /&gt;
* The primary aim for the next few weeks is to have some kind of working prototype application that can at least, get a hold of the camera and capturing both video and single frames.&lt;br /&gt;
* All research needs to be &amp;quot;documented&amp;quot; with this wiki being the primary form thereof.&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
After some decision making, it was decided that the first attempt at this application would be on some form of mobile phone running [http://www.symbian.com/index.asp Symbian]. This was mostly due its its popularity and wide-spread use amongst mobile smartphones. The Nokia range of smartphones almost all implement an application framework called [http://www.s60.com/life s60 or &amp;quot;Series 60&amp;quot;]. In support of this we purchased two new [http://www.gsmarena.com/nokia_n96-2253.php Nokia N96] phones for use in testing and development.&lt;br /&gt;
&lt;br /&gt;
The primary development language used in s60 is C++ with an extensive backbone and API. This is also well supported within the Nokia [http://www.forum.nokia.com/ development community] through easily downloadable SDK's (links found below), a free IDE called [http://www.forum.nokia.com/Resources_and_Information/Tools/IDEs/Carbide.c++/ Carbide C++] and many beginner video tutorials.&lt;br /&gt;
&lt;br /&gt;
Through researching and attempting development, I've found that there is a lot of help with the initial stages of setting up and getting a development environment runnning. There is also a lot of advanced help through the form of developer forums etc.. But there is very little documention thats useful in learning the actual framework and learning the differences between conventional C++ and the proprietry &amp;quot;Symbian OS C++&amp;quot;. The majority of this wiki article will be a HOWTO of setting up the development environment and some basic explanation of example code. I've have found this beginner understanding to be the largest hurdle so far, so the point of documenting this is to jump-start the dev process that will be followed once we re-convene to continue development.&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
'''Interesting reading:'''&lt;br /&gt;
*[http://www.telco2.net/blog/2008/07/symbian_its_role_in_the_mobile.html Symbian — Its Role in the Mobile Jigsaw - an interesting article&lt;br /&gt;
*[http://en.wikipedia.org/wiki/MPEG-4_Part_10 Wiki arcticle on MPEG-4 Part 10 - the video codec supported by the N96]&lt;br /&gt;
&lt;br /&gt;
'''Great places to start'''&lt;br /&gt;
*Forum.Nokia.com&lt;br /&gt;
**[http://www.forum.nokia.com/I_Want_To/Develop_Mobile_Applications/Get_Started.xhtml Getting Started]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Explore/Runtime_Platforms/Symbian_C++/ Symbian resource and landing page]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Explore/Runtime_Platforms/Open_C_and_C++/ Open C/C++ landing page]&lt;br /&gt;
**[http://www.forum.nokia.com/Events/Training_and_Educational_Events/eLearning.xhtml Many useful tutorial videos]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Tools/IDEs/Carbide.c++/ Carbide c++ (the free IDE) resource and landing page]&lt;br /&gt;
*[http://www.forum.nokia.com/document/Cpp_Developers_Library/?content=GUID-232258EC-D3B4-4D72-B12B-FFC34F070B4B_GUID-9615092A-9FA2-4F4E-859F-A231A3919FC9.html S60 Developer's Library (c++)]&lt;br /&gt;
&lt;br /&gt;
'''Forums and dev. communities'''&lt;br /&gt;
*[http://developer.symbian.com/forum/index.jspa Symbian Developer Network]&lt;br /&gt;
*[http://wiki.forum.nokia.com/index.php/Wiki_Home Forum.Nokia.com community wiki]&lt;br /&gt;
*[http://www.newlc.com/ www.newlc.com - Many useful tutorials and developer arcticles]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=19</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=19"/>
		<updated>2008-12-22T15:20:59Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Deaf Telephony Project''' is a small ad-hoc unofficual research group within the [http://www.cs.uct.ac.za/ UCT Computer Science dept.].&lt;br /&gt;
&lt;br /&gt;
Our main aim is to develop some kind of mobile deaf communications application to be run on either cellphones or PDA's. We aso want to research different UI's to see what would be the most appropriate.&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''Student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas and discussion==&lt;br /&gt;
&lt;br /&gt;
At the initial meeting we drew up a few objectives and points of information that needed to be researched. Below is a copy of those notes:&lt;br /&gt;
&lt;br /&gt;
* Research in the N96's technical capabilities&lt;br /&gt;
* Investigate what languages Symbian supports and find SDK's and other needed info&lt;br /&gt;
* Develop some kind of testbed for our application (possibly in C, but some of my initial investigation indicates that Sybian S60 supports C++ as well)&lt;br /&gt;
* Research and test the data transfer speeds of 3G&lt;br /&gt;
* Possibly look into appropriate codecs (as needed)&lt;br /&gt;
* Brainstorm ideas for the UI&lt;br /&gt;
* Test the phones TV-out capabilities for use in our app&lt;br /&gt;
* Test both camera qualities for use in our app&lt;br /&gt;
* Take a visit to the deaf center to capture some source/example footage of signing&lt;br /&gt;
&lt;br /&gt;
Possible problems&lt;br /&gt;
* Should TV-out prove not feasible, the small 2.8&amp;quot; screen limits the amount of on-screen controls we can add to the UI&lt;br /&gt;
* We might need to develop some kind of plastic stand or something to prop the phone against&lt;br /&gt;
* Connectivity with 3G&lt;br /&gt;
&lt;br /&gt;
After a subsequent meeting a more specific initial set of objectives were defined due to participants' availability. Joel Sangster was the only student available to do the initial &amp;quot;research&amp;quot; in the first month. There are the objectives.&lt;br /&gt;
&lt;br /&gt;
* The primary aim for the next few weeks is to have some kind of working prototype application that can at least, get a hold of the camera and capturing both video and single frames.&lt;br /&gt;
* All research needs to be &amp;quot;documented&amp;quot; with this wiki being the primary form thereof.&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
After some decision making, it was decided that the first attempt at this application would be on some form of mobile phone running [http://www.symbian.com/index.asp Symbian]. This was mostly due its its popularity and wide-spread use amongst mobile smartphones. The Nokia range of smartphones almost all implement an application framework called [http://www.s60.com/life s60 or &amp;quot;Series 60&amp;quot;]. In support of this we purchased two new [http://www.gsmarena.com/nokia_n96-2253.php Nokia N96] phones for use in testing and development.&lt;br /&gt;
&lt;br /&gt;
The primary development language used in s60 is C++ with an extensive backbone and API. This is also well supported within the Nokia [http://www.forum.nokia.com/ development community] through easily downloadable SDK's (links found below), a free IDE called [http://www.forum.nokia.com/Resources_and_Information/Tools/IDEs/Carbide.c++/ Carbide C++] and many beginner video tutorials.&lt;br /&gt;
&lt;br /&gt;
Through researching and attempting development, I've found that there is a lot of help with the initial stages of setting up and getting a development environment runnning. There is also a lot of advanced help through the form of developer forums etc.. But there is very little documention thats useful in learning the actual framework and learning the differences between conventional C++ and the proprietry &amp;quot;Symbian OS C++&amp;quot;. The majority of this wiki article will be a HOWTO of setting up the development environment and some basic explanation of example code. I've have found this beginner understanding to be the largest hurdle so far, so the point of documenting this is to jump-start the dev process that will be followed once we re-convene to continue development.&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
'''Interesting reading:'''&lt;br /&gt;
*[http://www.telco2.net/blog/2008/07/symbian_its_role_in_the_mobile.html Symbian — Its Role in the Mobile Jigsaw - an interesting article&lt;br /&gt;
*[http://en.wikipedia.org/wiki/MPEG-4_Part_10 Wiki arcticle on MPEG-4 Part 10 - the video codec supported by the N96]&lt;br /&gt;
&lt;br /&gt;
'''Great places to start'''&lt;br /&gt;
*Forum.Nokia.com&lt;br /&gt;
**[http://www.forum.nokia.com/I_Want_To/Develop_Mobile_Applications/Get_Started.xhtml Getting Started]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Explore/Runtime_Platforms/Symbian_C++/ Symbian resource and landing page]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Explore/Runtime_Platforms/Open_C_and_C++/ Open C/C++ landing page]&lt;br /&gt;
**[http://www.forum.nokia.com/Events/Training_and_Educational_Events/eLearning.xhtml Many useful tutorial videos]&lt;br /&gt;
**[http://www.forum.nokia.com/Resources_and_Information/Tools/IDEs/Carbide.c++/ Carbide c++ (the free IDE) resource and landing page &lt;br /&gt;
*[http://www.forum.nokia.com/document/Cpp_Developers_Library/?content=GUID-232258EC-D3B4-4D72-B12B-FFC34F070B4B_GUID-9615092A-9FA2-4F4E-859F-A231A3919FC9.html S60 Developer's Library (c++)&lt;br /&gt;
&lt;br /&gt;
'''Forums and dev. communities'''&lt;br /&gt;
*[http://developer.symbian.com/forum/index.jspa Symbian Developer Network]&lt;br /&gt;
*[http://wiki.forum.nokia.com/index.php/Wiki_Home Forum.Nokia.com community wiki]&lt;br /&gt;
*[http://www.newlc.com/ www.newlc.com - Many useful tutorials and developer arcticles]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=18</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=18"/>
		<updated>2008-12-22T10:06:52Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Deaf Telephony Project''' is a small ad-hoc unofficual research group within the [http://www.cs.uct.ac.za/ UCT Computer Science dept.].&lt;br /&gt;
&lt;br /&gt;
Our main aim is to develop some kind of mobile deaf communications application to be run on either cellphones or PDA's. We aso want to research different UI's to see what would be the most appropriate.&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''Student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas and discussion==&lt;br /&gt;
&lt;br /&gt;
At the initial meeting we drew up a few objectives and points of information that needed to be researched. Below is a copy of those notes:&lt;br /&gt;
&lt;br /&gt;
* Research in the N96's technical capabilities&lt;br /&gt;
* Investigate what languages Symbian supports and find SDK's and other needed info&lt;br /&gt;
* Develop some kind of testbed for our application (possibly in C, but some of my initial investigation indicates that Sybian S60 supports C++ as well)&lt;br /&gt;
* Research and test the data transfer speeds of 3G&lt;br /&gt;
* Possibly look into appropriate codecs (as needed)&lt;br /&gt;
* Brainstorm ideas for the UI&lt;br /&gt;
* Test the phones TV-out capabilities for use in our app&lt;br /&gt;
* Test both camera qualities for use in our app&lt;br /&gt;
* Take a visit to the deaf center to capture some source/example footage of signing&lt;br /&gt;
&lt;br /&gt;
Possible problems&lt;br /&gt;
* Should TV-out prove not feasible, the small 2.8&amp;quot; screen limits the amount of on-screen controls we can add to the UI&lt;br /&gt;
* We might need to develop some kind of plastic stand or something to prop the phone against&lt;br /&gt;
* Connectivity with 3G&lt;br /&gt;
&lt;br /&gt;
After a subsequent meeting a more specific initial set of objectives were defined due to participants' availability. Joel Sangster was the only student available to do the initial &amp;quot;research&amp;quot; in the first month. There are the objectives.&lt;br /&gt;
&lt;br /&gt;
* The primary aim for the next few weeks is to have some kind of working prototype application that can at least, get a hold of the camera and capturing both video and single frames.&lt;br /&gt;
* All research needs to be &amp;quot;documented&amp;quot; with this wiki being the primary form thereof.&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
After some decision making, it was decided that the first attempt at this application would be on some form of mobile phone running [http://www.symbian.com/index.asp Symbian]. This was mostly due its its popularity and wide-spread use amongst mobile smartphones. The Nokia range of smartphones almost all implement an application framework called [http://www.s60.com/life s60 or &amp;quot;Series 60&amp;quot;]. In support of this we purchased two new [http://www.gsmarena.com/nokia_n96-2253.php Nokia N96] phones for use in testing and development.&lt;br /&gt;
&lt;br /&gt;
The primary development language used in s60 is C++ with an extensive backbone and API. This is also well supported within the Nokia [http://www.forum.nokia.com/ development community] through easily downloadable SDK's (links found below), a free IDE called [http://www.forum.nokia.com/Resources_and_Information/Tools/IDEs/Carbide.c++/ Carbide C++] and many beginner video tutorials.&lt;br /&gt;
&lt;br /&gt;
Through researching and attempting development, I've found that there is a lot of help with the initial stages of setting up and getting a development environment runnning. There is also a lot of advanced help through the form of developer forums etc.. But there is very little documention thats useful in learning the actual framework and learning the differences between conventional C++ and the proprietry &amp;quot;Symbian OS C++&amp;quot;. The majority of this wiki article will be a HOWTO of setting up the development environment and some basic explanation of example code. I've have found this beginner understanding to be the largest hurdle so far, so the point of documenting this is to jump-start the dev process that will be followed once we re-convene to continue development.&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=17</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=17"/>
		<updated>2008-12-17T15:19:22Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Deaf Telephony Project''' is a small ad-hoc unofficual research group within the [http://www.cs.uct.ac.za/ UCT Computer Science dept.].&lt;br /&gt;
&lt;br /&gt;
Our main aim is to develop some kind of mobile deaf communications application to be run on either cellphones or PDA's. We aso want to research different UI's to see what would be the most appropriate.&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''Student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas and discussion==&lt;br /&gt;
&lt;br /&gt;
After the initial meeting we drew up a few objectives and points of information that needed to be researched. Below is a copy of those notes:&lt;br /&gt;
&lt;br /&gt;
* Research in the N96's technical capabilities&lt;br /&gt;
* Investigate what languages Symbian supports and find SDK's and other needed info&lt;br /&gt;
* Develop some kind of testbed for our application (possibly in C, but some of my initial investigation indicates that Sybian S60 supports C++ as well)&lt;br /&gt;
* Research and test the data transfer speeds of 3G&lt;br /&gt;
* Possibly look into appropriate codecs (as needed)&lt;br /&gt;
* Brainstorm ideas for the UI&lt;br /&gt;
* Test the phones TV-out capabilities for use in our app&lt;br /&gt;
* Test both camera qualities for use in our app&lt;br /&gt;
* Take a visit to the deaf center to capture some source/example footage of signing&lt;br /&gt;
&lt;br /&gt;
Possible problems&lt;br /&gt;
* Should TV-out prove not feasible, the small 2.8&amp;quot; screen limits the amount of on-screen controls we can add to the UI&lt;br /&gt;
* We might need to develop some kind of plastic stand or something to prop the phone against&lt;br /&gt;
* Connectivity with 3G&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=16</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=16"/>
		<updated>2008-12-17T09:45:15Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Deaf Telephony Project''' is a small ad-hoc unofficual research group within the [http://www.cs.uct.ac.za/ UCT Computer Science dept.].&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''Student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas==&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=15</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=15"/>
		<updated>2008-12-17T09:44:14Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Deaf Telephony project is a small ad-hoc unofficual research group within the [http://www.cs.uct.ac.za/ UCT Computer Science dept.].&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''Student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas==&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=14</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=14"/>
		<updated>2008-12-17T09:40:54Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &amp;lt;&amp;lt; a short intro &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
*[http://people.cs.uct.ac.za/~edwin/ehb.html '''Prof Edwin H. Blake'''] - ''Supervisor''&lt;br /&gt;
*'''Joel Sangster''' - ''student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas==&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=13</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=13"/>
		<updated>2008-12-17T09:40:00Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &amp;lt;&amp;lt; a short intro &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
Prof Edwin H. Blake - ''Supervisor''&lt;br /&gt;
Joel Sangster - ''student''&lt;br /&gt;
&lt;br /&gt;
==Initial ideas==&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=12</id>
		<title>Deaf Telephony Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Deaf_Telephony_Project&amp;diff=12"/>
		<updated>2008-12-17T09:16:21Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: New page:  &amp;lt;&amp;lt; a short intro &amp;gt;&amp;gt;  ==Participants==  ==Initial ideas==  ==Platform and framework==  ==Example code==  ==External Links==&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &amp;lt;&amp;lt; a short intro &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Participants==&lt;br /&gt;
&lt;br /&gt;
==Initial ideas==&lt;br /&gt;
&lt;br /&gt;
==Platform and framework==&lt;br /&gt;
&lt;br /&gt;
==Example code==&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=11</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=11"/>
		<updated>2008-12-12T08:57:32Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the [http://www.uct.ac.za/ University of Cape Town] [http://www.cs.uct.ac.za/ Department of Computer Science]'s wiki.&lt;br /&gt;
&lt;br /&gt;
== Featured projects ==&lt;br /&gt;
&lt;br /&gt;
* '''[[Deaf Telephony Project]]'''&lt;br /&gt;
&lt;br /&gt;
If you are a member of the Department you can add content to this wiki by logging in with your unix username and password. Currently read access is open to everybody.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=10</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=10"/>
		<updated>2008-12-12T08:57:19Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the [http://www.uct.ac.za/ University of Cape Town] [http://www.cs.uct.ac.za/ Department of Computer Science]'s wiki.&lt;br /&gt;
&lt;br /&gt;
== Featured projects ==&lt;br /&gt;
&lt;br /&gt;
* [['''Deaf Telephony Project''']]&lt;br /&gt;
&lt;br /&gt;
If you are a member of the Department you can add content to this wiki by logging in with your unix username and password. Currently read access is open to everybody.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=9</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=9"/>
		<updated>2008-12-12T08:57:05Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the [http://www.uct.ac.za/ University of Cape Town] [http://www.cs.uct.ac.za/ Department of Computer Science]'s wiki.&lt;br /&gt;
&lt;br /&gt;
== Featured projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Deaf Telephony Project]]&lt;br /&gt;
&lt;br /&gt;
If you are a member of the Department you can add content to this wiki by logging in with your unix username and password. Currently read access is open to everybody.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=8"/>
		<updated>2008-12-12T08:56:04Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the [http://www.uct.ac.za/ University of Cape Town] [http://www.cs.uct.ac.za/ Department of Computer Science]'s wiki.&lt;br /&gt;
&lt;br /&gt;
If you are a member of the Department you can add content to this wiki by logging in with your unix username and password. Currently read access is open to everybody.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'MediaWiki has been successfully installed.'&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=7</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=7"/>
		<updated>2008-12-12T08:55:40Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the [http://www.uct.ac.za/ University of Cape Town] [http://www.cs.uct.ac.za/ Department of Computer Science]'s wiki.&lt;br /&gt;
&lt;br /&gt;
If you are a member of the Department you can add content to this wiki by logging in with your unix username and password. Currently read access is open to everybody.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''MediaWiki has been successfully installed.''&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=6</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.uct.ac.za/index.php?title=Main_Page&amp;diff=6"/>
		<updated>2008-12-12T08:55:23Z</updated>

		<summary type="html">&lt;p&gt;Sngjoe001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the [http://www.uct.ac.za/ University of Cape Town] [http://www.cs.uct.ac.za/ Department of Computer Science]'s wiki.&lt;br /&gt;
&lt;br /&gt;
If you are a member of the Department you can add content to this wiki by logging in with your unix username and password. Currently read access is open to everybody.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''MediaWiki has been successfully installed.'''&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Sngjoe001</name></author>
		
	</entry>
</feed>