# HG changeset patch # User Oleksandr Gavenko # Date 1344329546 -10800 # Node ID 4e2c6db95199c6981960d47a20bd40665ed2c18b # Parent fb34c67646c0a794a2ed09f8de2300f0ca02129a Development under Symbian platform. diff -r fb34c67646c0 -r 4e2c6db95199 symbian-devel.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-devel.rst Tue Aug 07 11:52:26 2012 +0300 @@ -0,0 +1,36 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +===================================== + Development under Symbian platform. +===================================== +.. contents:: + +About Symbian platform. +======================= + +Supported technologies: + + * Qt with Symbian C++. + * Symbian C++. + * Java™ (using MIDP 2.1 with an extensive range of additional JSRs). + * Web Runtime (WRT) (using standard web technologies). + * Adobe Flash Lite 4.0. + + http://www.developer.nokia.com/Devices/Symbian/ + Symbian platform + +Signing applications. +===================== + +Register at https://www.symbiansigned.com/ + +Register your phone. To get phone IMEI number type in phone:: + + *#06# + +Download developer's certificate and key, to list it use:: + + $ openssl rsa -in developercertificate.key -text + $ openssl x509 -in developercertificate.cer -text +