Sathish Rajendiran
Sathish Rajendiran

Reputation: 39

Where can I download Nokia os?

I want to develop an application for Nokia mobiles. For that I need the Nokia OS and a suitable SDK

Where can I get these two, possibly with some sample applications to ease the learning?

Upvotes: 1

Views: 394

Answers (3)

silpol
silpol

Reputation: 356

what you refer to as Nokia OS in fact:

  1. legally not available to 3rd party
  2. not suitable for "normal" binary apps - it had been designed to not have installable applications in order to protect telco environment from malware and other risks on terminal side
  3. you can develop at least for S40 but you don't need "Nokia OS" for that, all necessary tools are available there - it is common J2ME programming with (optionally) some Nokia flavors

Upvotes: 0

Franci Penov
Franci Penov

Reputation: 75982

Nokia phones use Symbian OS. Symbian is an open source OS, which was maintained by the Symbian.org.

Unfortunately, Symbian.org recently converted to a licensing body only and stopped any further development on the OS, and as part of that the Symbian official website was shut down. The Symbian platform is still accessible over FTP, until March 31, 2011.

The further OS development will officially be driven and maintained by Nokia. You can read the latest news about this from Nokia official Symbian blog. You can find some samples and documentation about the platform at Forum Nokia. There you can also find the latest Symbian SDK (S^3 SDK), along with other Nokia-specific SDKs and libraries, like S60 development library and Qt development library.

Upvotes: 0

statikuz
statikuz

Reputation: 827

This looks like pretty much everything you would need to know - I know it's not a specific answer but it should provide a great starting place:

http://www.forum.nokia.com/

Upvotes: 1

Related Questions