Development under Symbian platform.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Aug 2012 11:52:26 +0300
changeset 1354 4e2c6db95199
parent 1353 fb34c67646c0
child 1355 22bbad2a94db
child 1479 446235725c2b
Development under Symbian platform.
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
+