Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get started with Symbian (S60 plattorm)

So at my new job one of the platforms we use is S60 (Nokia phones, Symbian OS) and I am getting curious about it, as well feeling the need to help the team a bit from time to time (I actually work on the server side of things for this software).

So any good pointers/recommendations/tutorials and shared experiece that might put me in the right direction ?

Thanks

like image 597
webclimber Avatar asked Feb 12 '09 14:02

webclimber


People also ask

Can you still use Symbian?

Symbian is a discontinued mobile operating system (OS) and computing platform designed for smartphones.

Is Symbian a coding language?

Symbian OS is written in C++, and this is therefore regarded as its primary programming language.

Can Symbian run Android apps?

Never. Android and Symbian are separated operating systems.


2 Answers

These days, I think it is nearly impossible to begin native (meaning C++) Symbian software development. Nokia, Sony and Motorola don't support their old Symbian phones any more. Most official URLs are broken. Simply obtaining a certificate needed to sign and deploy applications would be a challenge.

However, you should still be able to use JavaME to develop software that will run on the remaining Symbian installed base, whatever its current size may be.

Shameless plug: http://www.quickrecipesonsymbianos.com was the last best book to be written specifically for developers entering the Symbian OS C++ ecosystem.

like image 125
michael aubert Avatar answered Sep 30 '22 05:09

michael aubert


I haven't coded for that platform in a couple of years. However the SDK is available at http://www.newlc.com/Nokia-Series-60-SDK.html

There si a nokia forum and knowledge base at http://wiki.forum.nokia.com/index.php/KnowledgeBase with code snippets at http://wiki.forum.nokia.com/index.php/Portal:KB_Code_Snippets

Depending at the development platform there are other SDK kits and instuctions

like image 4
David Avatar answered Sep 30 '22 03:09

David